ILNumerics Ultimate VS

ChiSquareDistributionPDF Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Computes the probability density of the distribution (PDF) at x, i.e. ∂P(X ≤ x)/∂x.

[ILNumerics Statistics Toolbox]

Namespace:  ILNumerics.Toolboxes.Distributions
Assembly:  ILNumerics.Toolboxes.Statistics (in ILNumerics.Toolboxes.Statistics.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public RetArray<double> PDF(
	InArray<double> x
)

Parameters

x
Type: ILNumericsInArrayDouble
The location at which to compute the density.

Return Value

Type: RetArrayDouble
the density at x.
Remarks

[ILNumerics Statistics Toolbox]

See Also

Reference