|
IDensityKernelFunction Method
|
Computes the kernel density function.
Namespace:
Accord.Statistics.Distributions.DensityKernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax double Function(
params double[] x
)
Function Function (
ParamArray x As Double()
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
The input point.
Return Value
Type:
DoubleA density estimate around
x.
See Also