Returns the current parameters of the probability density function.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
Object[] GetParameters()
Visual Basic (Declaration)
Function GetParameters As Object()
Visual C++
array<Object^>^ GetParameters()

Return Value

An Object array containing the parameters resulting from the last invocation of the (IDistribution) Eval method with the following signature, double[] Eval(double[] xData). This Object array can be used as input to the Eval methods that require an Object array of distribution parameters as input.

See Also