DirichletDistribution.GetParameters Method

Returns a copy of the parameters of the distribution.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<double> GetParameters()

Return Value

Vector<Double>
The parameters of the distribution in a Vector.

Remarks

This method returns a fresh copy of the parameter vector on each call.

See Also