Click or drag to resize

BernoulliDistributionPDF(Double) Method

Returns the probability mass function (PMF) evaluated at x.

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

Parameters

x  Double
The value at which to evaluate the PMF.

Return Value

Double
The probability for x.
See Also