ILNumerics Ultimate VS

ChiSquareDistributionPDFLog Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Computes the log probability density of the distribution (lnPDF) at x, i.e. ln(∂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> PDFLog(
	InArray<double> x
)

Parameters

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

Return Value

Type: RetArrayDouble
the log density at x.
Remarks

[ILNumerics Statistics Toolbox]

See Also

Reference