GammaDistributionGetParameters Method |
Returns the current parameters of the gamma
probability density function.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Object[] GetParameters()
Public Overridable Function GetParameters As Object()
public:
virtual array<Object^>^ GetParameters()
abstract GetParameters : unit -> Object[]
override 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.
Implements
IProbabilityDistributionGetParametersSee Also