Dirichlet Distribution.Get Parameters 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.3
C#
The parameters of the distribution in a Vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.