Home > Extreme Optimization Statistics Library for .NET > Reference > Extreme.Statistics.Distributions Namespace
Represents the possible methods for estimating the parameters of a distribution.
Pass an EstimationMethod value as a parameter to the static (Shared in Visual Basic)Estimate method of a probability distribution.
| Member Name | Description |
|---|---|
| Default | Use the default method for the distribution. This may be either a maximum likelihood or matching moments, whichever is available. |
| MatchingMoments | Estimate the parameters such that the moments of the distribution match the moments of the variable's distribution. |
| MaximumLikelihood | Estimate the parameters using the method of maximum likelihood. |
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Statistics (in Extreme.Statistics.dll)
Extreme.Statistics.Distributions Namespace