Distribution.MultiModal (Chi-SquaredFit v1.3.0) View Source

Bimodal distribution.

Link to this section Summary

Link to this section Types

Specs

t() :: %Distribution.MultiModal{
  distribs: [Distribution.t()] | nil,
  name: String.t(),
  weights: [number()] | nil
}

Link to this section Functions

Specs

weights([number()]) :: [number()]