Statistics.MaxwellFit Method

procedure MaxwellFit(const X: TVec; out a: Double);

Calculate parameters for Maxwell distributed values.

#NameDescription
1XStores data which is assumed to to follow Maxwell distribution.
2aReturn Maxwell distribution parameter estimator a.

Result: stored in self (calling object)

See Also: StatRandom.RandomMaxwell