|
Simple bandwidth for histogram
-
data
:
seq<float>
-
-
Returns:
float
-
|
|
Calcultes bandwidth based on the Freedman–Diaconis rule
-
data
:
float[]
-
-
Returns:
float
-
|
|
Calculates the bandwidth from min max and number of bins
-
min
:
^a
-
-
max
:
^b
-
-
nBins
:
^c
-
-
Returns:
float
-
|
|
Implements Silverman's ‘rule of thumb’ for choosing the bandwidth of a Gaussian kernel density estimator.
-
x
:
float[]
-
-
Returns:
float
-
|
|
Calcultes bandwidth according to Scott's normal reference rule
-
data
:
float[]
-
-
Returns:
float
-
|
|
Least squares cross-validation of bandwidth (unbiased)
-
data
:
float[]
-
-
numberOfBins
:
int option
-
-
Returns:
float
-
|