[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: statistics in Lua
- From: Michal Kottman <k0mpjut0r@...>
- Date: Wed, 30 Nov 2011 15:59:36 +0100
On 30 November 2011 15:53, Luis Carvalho <lexcarvalho@gmail.com> wrote:
>> - Does anybody know any ready codes for statistical functions in
>> Lua, random generation, ...?
You could also try GSL Shell [1], which contains an extensive number
of random number generators [2], including the Mersenne Twister. It
also contains a number of statistical and other functions, like
probability distribution functions, model fitting, integration,
plotting etc. [3]
[1] http://www.nongnu.org/gsl-shell/
[2] http://www.nongnu.org/gsl-shell/doc/random.html
[3] http://www.nongnu.org/gsl-shell/doc/