aboutsummaryrefslogtreecommitdiffstats
path: root/math/unuran
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.4.1miwi2009-08-232-4/+4
| | | | | PR: 138012 Submitted by: bf <bf1783@gmail.com> (maintainer)
* - Update to 1.4.0pgollucci2009-06-254-5/+15
| | | | | | | - patch a potential leak PR: ports/135953 Submitted by: bf <bf1783@gmail.com> (maintainer)
* - Update maintainer mail adressemiwi2009-06-081-1/+1
| | | | Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail)
* - Update to 1.3.1jadawin2009-01-283-5/+13
| | | | | PR: ports/130854 Submitted by: bf <bf2006a _AT_ yahoo.com> (maintainer)
* UNU.RAN (Universal Non-Uniform RAndom Number generator) is a collection ofmiwi2008-11-165-0/+88
algorithms for generating non-uniform pseudorandom variates as a library of C functions designed and implemented by the ARVAG (Automatic Random VAriate Generation) project group in Vienna, and released under the GNU Public License (GPL). It is especially designed for situations where: - a non-standard distribution or a truncated distribution is needed; - experiments with different types of distributions are made; - random variates for variance reduction techniques are used; or - fast generators of predictable quality are necessary. UNU.RAN provides generators that are superior in many aspects to those found in quite a number of other libraries; however, due to its more sophisticated programming interface, it might not be as easy to use. It uses an object-oriented interface in which distributions and generators are treated as independent objects, so that different methods for generating non-uniform random variates may be chosen according to various criteria, such as speed, quality, and variance reduction. It is flexible enough to permit sampling from non-standard distributions, such as distributions that arise in a model and can only be computed in complicated subroutines. WWW: http://statmath.wu-wien.ac.at/unuran/ PR: ports/128883 Submitted by: bf <bf2006a at yahoo.com>