IProbabilityDistributionGetParameters Method |
Returns the current parameters of the probability density function.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Function GetParameters As Object()
array<Object^>^ GetParameters()
abstract GetParameters : unit -> Object[]
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