Click or drag to resize
IProbabilityDistributionGetParameters Method
Returns the current parameters of the probability density function.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
Object[] GetParameters()

Return Value

Type: Object
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