Hello Maggie, The PDL::Stat documentation page gives a good introduction to PDL, but it doesn't list what can be done in terms of statistics.
I found in the source code a list of submodules: use PDL::Stats::Basic; use PDL::Stats::Distr; use PDL::Stats::GLM; use PDL::Stats::Kmeans; use PDL::Stats::TS; use PDL::GSL::CDF; The PDL::Stats documentation page should probably give links to these. And surprisingly, i couldn't find a documentation page for any of them on https://metacpan.org More surprisingly, i was able to find the documentation on http://search.cpan.org Any idea why that is? On 10 May 2013 02:52, Maggie X <[email protected]> wrote: > This release included an important bug fix for the binomial test function > and bad value handling update in the GLM package. I'd like to thank David > Mertens and Ingo Schmid for their contributions in the new release. It is > great to have other people working on the package! > > > Best, > Maggie > > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl > _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
