DirichletDistribution.GetParameters Method

Returns a copy of the parameters of the distribution.

Definition

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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