If we implement the (non-central) distributions in Rust, we can drop the nmath C library and emscripten as dependencies.
What we need:
- Distributions with
cdf (and hence the pdf is included) and quantile functions:
- Non-central $\chi^2$
- Non-central $F$
- Non-central $t$
-
$z$ (Standard Normal)
- Binomial (for some exact tests)
Alternatives:
Make a PR to statsrs it is dead.
- Implement our own in a
lib sub-crate.
If we implement the (non-central) distributions in Rust, we can drop the
nmathC library andemscriptenas dependencies.What we need:
cdf(and hence thepdfis included) andquantilefunctions:Alternatives:
Make a PR toit is dead.statsrslibsub-crate.Distributions.jl