KernelDensity.EstimateBandwidth Method
Estimates the bandwidth for kernel density estimation
using the specified data and method.
DefinitionPermalink
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
The estimated bandwidth.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public static double EstimateBandwidth(
Vector<double> input,
Kernel kernel,
KernelDensityBandwidthEstimator bandwidthEstimator
)
ParametersPermalink
- input Vector<Double>
- kernel Kernel
- bandwidthEstimator KernelDensityBandwidthEstimator
- Specifies the method to use to estimate the bandwidth.
Return ValuePermalink
DoubleThe estimated bandwidth.
ExceptionsPermalink
Argument | input is null. -or- kernel is null. |