IMSL C# Numerical Library

Cdf.BetaMean Method 

Evaluates the mean of the beta cumulative probability distribution function

public static double BetaMean(
   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 mean of the beta distribution function.

See Also

Cdf Class | Imsl.Stat Namespace