Implemented according to: Parameter estimation of the Weibull probability distribution, 1994, Hongzhu Qiao, Chris P. Tsokos
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
WeibullReturns a Weibull distribution.
See Also