atmosphere.estimate.inverse_gamma

Members

Functions

inverseGammaEstimate
Tuple!(T, "shape", T, "scale") inverseGammaEstimate(T[] sample)
Tuple!(T, "shape", T, "scale") inverseGammaEstimate(T[] sample, T[] weights)
Tuple!(T, "shape", T, "scale") inverseGammaEstimate(InverseGammaStatistic!T stat)

Estimates parameters of the inverse-gamma distribution.

Meta

License

MIT