Chi2fit.Distribution.Utilities.model

You're seeing just the function model, go back to Chi2fit.Distribution.Utilities module for more information.
Link to this function

model(name, options \\ [])

View Source

Specs

model(name :: String.t(), options :: Keyword.t()) :: any()

Returns the model for a name.

The kurtosis is the so-called 'excess kurtosis'.

Supported disributions:

"wald" - The Wald or Inverse Gauss distribution,
"weibull" - The Weibull distribution,
"exponential" - The exponential distribution,
"poisson" - The Poisson distribution,
"normal" - The normal or Gaussian distribution,
"frechet" - The Fréchet distribution,
"nakagami" - The Nakagami distribution,
"sep" - The Skewed Exponential Power distribution (Azzalini),
"erlang" - The Erlang distribution,
"sep0" - The Skewed Exponential Power distribution (Azzalini) with location parameter set to zero (0),
"tw" / "tw1" - The Tracy-Widom distributions TW1,
"tw2" - The Tracy-Widom distributions TW2,
"tw4" - The Tracy-Widom distributions TW4,
"wishart" - The Wishart distribution.

Options

Available only for the SEP distribution, see 'sepCDF/5'.