KernelDensity Module
Module to perform Kernel density estimation
Types and nested modules
| Type/Module | Description |
Functions and values
| Function or value | Description |
Full Usage:
estimate kernel bandwidth data
Parameters:
DensityKernel
bandwidth : float
data : float array
Returns: (float * float) array
|
|
Full Usage:
estimateWith _cut _from _to n weights kernel bandwidth data
Parameters:
'a
_from : float
_to : float
n : int
weights : float array
kernel : DensityKernel
bandwidth : float
data : float seq
Returns: (float * float) array
|
|
Full Usage:
estimateWithRange kernel _from _to bandwidth data
Parameters:
DensityKernel
_from : float
_to : float
bandwidth : float
data : float array
Returns: (float * float) array
|
|
Full Usage:
estimateWithWeight weights kernel bandwidth data
Parameters:
float array
kernel : DensityKernel
bandwidth : float
data : float array
Returns: (float * float) array
|
|
FSharp.Stats