Click or drag to resize

StudentTDistributionPDF(Double, Int32) Method

Returns the probability density for the specified value and degrees of freedom.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double PDF(
	double x,
	int n
)

Parameters

x  Double
The function argument.
n  Int32
The degrees of freedom.

Return Value

Double
The probability density at x.
See Also