Click or drag to resize

WeibullEstimate Method

Implemented according to: Parameter estimation of the Weibull probability distribution, 1994, Hongzhu Qiao, Chris P. Tsokos

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Weibull Estimate(
	IEnumerable<double> samples,
	Random randomSource = null
)

Parameters

samples  IEnumerableDouble
The sample values used to estimate the Weibull distribution parameters.
randomSource  Random  (Optional)
The random number generator used by the estimated distribution, or to use the default source.

Return Value

Weibull
Returns a Weibull distribution.
See Also