Click or drag to resize

NoncentralTDistributionPDF Method

Returns the probability density function evaluated at a given value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override double PDF(
	double t
)

Parameters

t  Double
The value at which to evaluate the probability density function.

Return Value

Double
The probability density function evaluated at x.
See Also