Module to perform Kernel density estimation
Type/Module | Description |
Function or value | Description |
Full Usage:
estimate kernel bandwidth data
Parameters:
DensityKernel
bandwidth : float
data : float array
Returns: (float * float)[]
|
|
Full Usage:
estimateWith _cut _from _to n weights kernel bandwidth data
Parameters:
'a
_from : float
_to : float
n : int
weights : float[]
kernel : DensityKernel
bandwidth : float
data : seq<float>
Returns: (float * float)[]
|
|
Full Usage:
estimateWithRange kernel _from _to bandwidth data
Parameters:
DensityKernel
_from : float
_to : float
bandwidth : float
data : float array
Returns: (float * float)[]
|
|
Full Usage:
estimateWithWeight weights kernel bandwidth data
Parameters:
float[]
kernel : DensityKernel
bandwidth : float
data : float array
Returns: (float * float)[]
|
|