Evaluates the mean of the beta cumulative probability distribution
function.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static double BetaMean(
double pin,
double qin
)
Public Shared Function BetaMean (
pin As Double,
qin As Double
) As Double
public:
static double BetaMean(
double pin,
double qin
)
static member BetaMean :
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 mean of the beta distribution function.
See Also