Evaluates the mean of the beta cumulative probability distribution function.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public static double BetaMean(
	double pin,
	double qin
)
Visual Basic (Declaration)
Public Shared Function BetaMean ( _
	pin As Double, _
	qin As Double _
) As Double
Visual C++
public:
static double BetaMean(
	double pin, 
	double qin
)

Parameters

pin
Type: System..::.Double
A double, the first beta distribution parameter.
qin
Type: System..::.Double
A double, the second beta distribution parameter.

Return Value

A double, the mean of the beta distribution function.

See Also