View Source Chi2fit.Distribution.Exponential (Chi-SquaredFit v2.0.2)

The exponential distribution.

Link to this section Summary

Link to this section Types

@type t() :: %Chi2fit.Distribution.Exponential{
  name: String.t(),
  pars: [number()] | nil
}