Click or drag to resize

BandwidthsNrd0 Method

Computes the normal reference bandwidth (R's bw.nrd0) for kernel density estimation.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double Nrd0(
	IReadOnlyList<double> x
)

Parameters

x  IReadOnlyListDouble
The sample values.

Return Value

Double
The selected bandwidth.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when fewer than 2 data points are provided.
See Also