Click or drag to resize

ChiDistributionPDF(Double, Double) Method

Calculates the probability density function for the specified degrees of freedom.

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 N
)

Parameters

x  Double
Argument.
N  Double
Degrees of freedom.

Return Value

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