Evaluates the beta probability density function.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static double Beta(
double x,
double pin,
double qin
)
Public Shared Function Beta (
x As Double,
pin As Double,
qin As Double
) As Double
public:
static double Beta(
double x,
double pin,
double qin
)
static member Beta :
x : float *
pin : float *
qin : float -> float
Parameters
- x
- Type: SystemDouble
A double, the argument at which the function is to be evaluated.
- pin
- Type: SystemDouble
A double, the first beta distribution parameter.
- qin
- Type: SystemDouble
A double, the second beta distribution parameter.
Return Value
Type:
DoubleA
double, the value of the probability density function at
x.
See Also