Probability distributions and plotting in Elm-lang.
Layer based plotting of functions, integrals and derivatives
(inspired by Hadley Wickham's ggplot2 but more narrow in scope)
Discrete
- Binomial
- Hypergeometric
- Poisson
Continuous
- Uniform
- Normal + Standard normal
- Exponential
And some helper functions including:
- Integration
- Derivative
- Normalization
- Combinations and permutations
- Rounding to a set number of decimals
Not added to http://library.elm-lang.org/. Development of this repository stopped because I didn't have the time. Hoping to resume this work but can't say when.
Examples:
Polar and cartesian function plotting
Interactive linear regression
Static plot of linear regressions
Approximating a binomial distribution
Dogenometry (silly)