Chi-SquaredFit v0.5.2 Chi2fit.Distribution View Source
Provides various distributions.
Link to this section Summary
Functions
The Bernoulli distribution
Distribution for flipping coins
Constant distribution
Distribution simulating a dice (1..6)
Distribution simulating the dice in the GetKanban V4 simulation game
The Erlang distribution
The exponential distribution
Returns the model for a name
The normal or Gauss distribution
Uniform distribution
Uniform distribution
Wald or Inverse Gauss distribution
The Wald cumulative distribution function
The Weibull distribution
The Weibull cumulative distribution function
Link to this section Types
Link to this section Functions
The Bernoulli distribution.
Distribution for flipping coins.
Constant distribution.
Distribution simulating a dice (1..6)
Distribution simulating the dice in the GetKanban V4 simulation game.
erlang(mean :: number, m :: pos_integer) :: distribution
The Erlang distribution.
The exponential distribution.
Returns the model for a name.
normal(mean :: number, sigma :: number) :: distribution
The normal or Gauss distribution
Uniform distribution.
uniform(min :: integer, max :: integer) :: distribution
Uniform distribution.
wald(mu :: number, lambda :: number) :: distribution
Wald or Inverse Gauss distribution.
The Wald cumulative distribution function.
weibull(number, number | Keyword.t) :: distribution
The Weibull distribution.
The Weibull cumulative distribution function.