Click or drag to resize
CdfBetaMean Method
Evaluates the mean of the beta cumulative probability distribution function.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static double BetaMean(
	double pin,
	double qin
)

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