Statistics primitives ("Elusive Eight") Lassi Kortela (14 Mar 2024 12:54 UTC)
Re: Statistics primitives ("Elusive Eight") Pierpaolo Bernardi (14 Mar 2024 20:26 UTC)
Re: Statistics primitives ("Elusive Eight") Lassi Kortela (16 Mar 2024 14:37 UTC)
Re: Statistics primitives ("Elusive Eight") Lassi Kortela (17 Mar 2024 16:53 UTC)
Re: Statistics primitives ("Elusive Eight") Jens Axel Søgaard (17 Mar 2024 17:14 UTC)
Re: Useful srfi's [was Re: Statistics primitives ("Elusive Eight")] Arthur A. Gleckler (16 Mar 2024 16:02 UTC)
Re: Statistics primitives ("Elusive Eight") Alex Shinn (18 Mar 2024 02:14 UTC)

Re: Statistics primitives ("Elusive Eight") Lassi Kortela 17 Mar 2024 16:53 UTC

Computed some cumulative distribution functions:

- Normal distribution (mean 0)
- Student's t-distribution
- Chi-squared distribution

Plot images are in the repo and seem to match Wikipedia plots.

The Student's formula is from MathWorld, Wikipedia doesn't have it.

https://github.com/pre-srfi/statistics8/tree/master/gnuplot