Click or drag to resize

BetaDistributionPDF(Double, Double, Double) Method

Calculates the probability density function for the specified parameters.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double PDF(
	double x,
	double A,
	double B
)

Parameters

x  Double
Argument.
A  Double
First parameter of the distribution.
B  Double
Second parameter of the distribution.

Return Value

Double
The relative likelihood for the random variable to occur at x.
See Also