Statistics functions
jmh530 via Digitalmars-d
digitalmars-d at puremagic.com
Thu Sep 1 09:28:35 PDT 2016
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
More information about the Digitalmars-d
mailing list