Statistics functions
John Colvin via Digitalmars-d
digitalmars-d at puremagic.com
Thu Sep 1 16:44:15 PDT 2016
On Thursday, 1 September 2016 at 16:28:35 UTC, jmh530 wrote:
> On Thursday, 1 September 2016 at 15:58:38 UTC, Russel Winder
> wrote:
>>
>> Is there no module in D for statistics functions such as mean,
>> median,
>> mode, standard deviation, linear least squares, etc. There are
>> codes on
>> Rosetta Code but a) they seem a bit inconsistent in style; and
>> b) they
>> are not in a module available for use.
>
> Have you tried dstats
> https://github.com/DlangScience/dstats
Now with actually working API docs:
https://dlangscience.github.io/dstats/api/
More information about the Digitalmars-d
mailing list