The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.009 - 2013-03-07

  • it is now possible to pass additional arguments to action class constructors when specifying actions; the only additional argument so far is the type of the output piddle, allowing you to write, e.g., my $binner = PDL::NDBin->new( axes => ..., vars => [ [ var => { class => 'StdDev', type => \&PDL::float } ] ], ); to get the standard deviation in type 'float' instead of the default type 'double' (Edward Baudrez)
  • try to make the tests run under Perl 5.8 (Edward Baudrez)
  • other minor fixes (Edward Baudrez)

Modules

Multidimensional binning & histogramming
Action for PDL::NDBin that computes average
Action for PDL::NDBin that calls user sub
Action for PDL::NDBin that counts elements
Action for PDL::NDBin that computes standard deviation
Action for PDL::NDBin that computes sum
Iterator object for PDL::NDBin