Click or drag to resize

StudentTDistributionPDF(Double) Method

Returns the probability density at the specified value.

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

Parameters

x  Double
The function argument.

Return Value

Double
The probability density at x.
See Also