Math::Histogram

N-dimensional histogramming library
Download

Math::Histogram Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Steffen Muller
  • Publisher web site:
  • http://search.cpan.org/~smueller/

Math::Histogram Tags


Math::Histogram Description

Math::Histogram is a Perl module wraps an n-dimensional histogramming library written in C.Beware, this is an early release. While the basic functionality is rather well tested, the library has not been used in production. If you intend to adopt it for production, please test your application well and get in touch with the author.SYNOPSIS use Math::Histogram; my @dimensions = ( Math::Histogram::Axis->new(10, 0., 1.), # x: 10 bins between 0 and 1 Math::Histogram::Axis->new(), # y: 5 bins of variable size Math::Histogram::Axis->new(2, -1., 1.), # z: 2 bins: ), " "; } print "\n"; } print "\n"; }Product's homepage


Math::Histogram Related Software