fslaborg / fslaborg/FSharp.Stats

[Feature Request] Statistical distributions roadmap

Open
#257 1 comment 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
F#
Stars
227
Forks
58
Avg merge
55m
Merged PRs (30d)
1

Description

Statistical distributions

- [x] [bernoulli](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Discrete/Bernoulli.fs)
- [x] [beta](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Continuous/Beta.fs)
- [x] [binomial](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Discrete/Binomial.fs)
- [ ] Cauchy
- [x] [chi](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Continuous/Chi.fs)
- [x] [chi-square](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Continuous/ChiSquared.fs)
- [x] [exponential](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Continuous/Exponential.fs)
- [x] [F-distribution](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Continuous/F.fs)
- [x] [gamma](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Continuous/Gamma.fs)
- [x] [hypergeometric](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Discrete/Hypergeometric.fs)
- [ ] Kolmogorov-Smirnov #89
- [ ] logistic
- [x] [lognormal](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Continuous/LogNormal.fs)
- [ ] Lorentzian
- [x] [multivariate normal](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Continuous/MultivariateNormal.fs)
- [x] [negative binomial](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Discrete/NegativeBinomial.fs) (missing tests #256)
- [x] [normal](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Continuous/Normal.fs)
- [x] [Poisson](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Discrete/Poisson.fs)
- [x] [Student's](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Continuous/StudentT.fs)
- [ ] Weibull
- [ ] [studentized range](https://github.com/fslaborg/FSharp.Stats/blob/developer/src/FSharp.Stats/Distributions/Continuous/StudentizedRange.fs) (missing fields)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.