EstimationMethod Enumeration

Represents the possible methods for estimating the parameters of a distribution.

DefinitionPermalink

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public enum EstimationMethod

RemarksPermalink

Pass an EstimationMethod value as a parameter to the staticEstimate method of a probability distribution.

MembersPermalink

Default0 Use the default method for the distribution. This may be either a maximum likelihood or matching moments, whichever is available.
MatchingMoments1 Estimate the parameters such that the moments of the distribution match the moments of the variable's distribution.
MaximumLikelihood2 Estimate the parameters using the method of maximum likelihood.

See AlsoPermalink