ILNumerics - Technical Application Development
Assembly: ILNumerics.Toolboxes.Statistics (in ILNumerics.Toolboxes.Statistics.dll) Version: 5.5.0.0 (5.5.7503.3146)
the density at x.
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
Parameters
- x
- Type: ILNumericsInArrayDouble
The location at which to compute the density.
Return Value
Type: RetArrayDoublethe density at x.
Remarks
[ILNumerics Statistics Toolbox]
See Also