IMSL C# Numerical Library

Cdf.BetaProb Method 

Evaluates the beta probability density function.

public static double BetaProb(
   double x,
   double pin,
   double qin
);

Parameters

x
A double, the argument at which the function is to be evaluated.
pin
A double, the first beta distribution parameter.
qin
A double, the second beta distribution parameter.

Return Value

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

See Also

Cdf Class | Imsl.Stat Namespace