All Projects → er1kb → elm-probabilities

er1kb / elm-probabilities

Licence: BSD-3-Clause license
Probability distributions in Elm-lang

Programming Languages

elm
856 projects

elm-probabilities

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].