kmx / PDL-GSL-Randist

Perl PDL binding to GSL's probability distribution functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDL::GSL::Randist

PDL binding to the GSL (GNU Scientific Libray) Random Distribution functions,
including samplers and density, cumulative distribution, and quantile functions
for the most common univariate and multivariate probability distributions.  

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

You need to have GSL installed, and also have PDL installed with GSL support.
(If you installed PDL before GSL, you will probably need to reinstall PDL so
that necessary GSL support (namely PDL::GSL::RNG)).

SUPPORT AND DOCUMENTATION

    perldoc PDL::GSL::Randist

LICENSE AND COPYRIGHT

Copyright (C) 2013 T. Nishimura

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

About

Perl PDL binding to GSL's probability distribution functions.

License:Other


Languages

Language:Perl 54.6%Language:Pascal 39.8%Language:C 5.7%