Skip to content

gitpan/PDL-GSL-Randist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.