Header menu logo FSharp.Stats

KernelDensity Module

Module to perform Kernel density estimation

Types and nested modules

Type/Module Description

Kernel

DensityKernel

Functions and values

Function or value Description

estimate kernel bandwidth data

Full Usage: estimate kernel bandwidth data

Parameters:
Returns: (float * float) array
kernel : DensityKernel
bandwidth : float
data : float array
Returns: (float * float) array

estimateWith _cut _from _to n weights kernel bandwidth data

Full Usage: estimateWith _cut _from _to n weights kernel bandwidth data

Parameters:
    _cut : 'a
    _from : float
    _to : float
    n : int
    weights : float array
    kernel : DensityKernel
    bandwidth : float
    data : float seq

Returns: (float * float) array
_cut : 'a
_from : float
_to : float
n : int
weights : float array
kernel : DensityKernel
bandwidth : float
data : float seq
Returns: (float * float) array

estimateWithRange kernel _from _to bandwidth data

Full Usage: estimateWithRange kernel _from _to bandwidth data

Parameters:
    kernel : DensityKernel
    _from : float
    _to : float
    bandwidth : float
    data : float array

Returns: (float * float) array
kernel : DensityKernel
_from : float
_to : float
bandwidth : float
data : float array
Returns: (float * float) array

estimateWithWeight weights kernel bandwidth data

Full Usage: estimateWithWeight weights kernel bandwidth data

Parameters:
    weights : float array
    kernel : DensityKernel
    bandwidth : float
    data : float array

Returns: (float * float) array
weights : float array
kernel : DensityKernel
bandwidth : float
data : float array
Returns: (float * float) array

Type something to start searching.