Evaluates the variance of the beta cumulative probability
distribution function.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static double BetaVariance(
double pin,
double qin
)
Public Shared Function BetaVariance (
pin As Double,
qin As Double
) As Double
public:
static double BetaVariance(
double pin,
double qin
)
static member BetaVariance :
pin : float *
qin : float -> float
Parameters
- pin
- Type: SystemDouble
A double, the first beta distribution parameter.
- qin
- Type: SystemDouble
A double, the second beta distribution parameter.
Return Value
Type:
Double
A
double, the variance of the beta distribution function.
See Also