IMSL C# Numerical Library

Cdf.BetaVariance Method 

Evaluates the variance of the beta cumulative probability distribution function

public static double BetaVariance(
   double pin,
   double qin
);

Parameters

pin
A double, the first beta distribution parameter.
qin
A double, the second beta distribution parameter.

Return Value

A double, the variance of the beta distribution function.

See Also

Cdf Class | Imsl.Stat Namespace