Click or drag to resize
PdfBeta Method
Evaluates the beta probability density function.

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

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: Double
A double, the value of the probability density function at x.
See Also