IMSL C# Numerical Library

Cdf.GammaProb Method 

Evaluates the gamma probability density function.

public static double GammaProb(
   double x,
   double a,
   double b
);

Parameters

x
A double scalar value representing the argument at which the function is to be evaluated.
a
A double scalar value representing the shape parameter. This must be positive.
b
A double scalar value representing the scale parameter. This must be positive.

Return Value

A double scalar value, the probability density function at x.

See Also

Cdf Class | Imsl.Stat Namespace