Kernel Module

Functions and values

Function or value Description

biweight bw x

Full Usage: biweight bw x

Parameters:
    bw : float -
    x : float -

Returns: float

Biweight kernel

bw : float

x : float

Returns: float

Example

cosine bw x

Full Usage: cosine bw x

Parameters:
    bw : float -
    x : float -

Returns: float

Cosine kernel

bw : float

x : float

Returns: float

Example

epanechnikov bw x

Full Usage: epanechnikov bw x

Parameters:
    bw : float -
    x : float -

Returns: float

Epanechnikov kernel

bw : float

x : float

Returns: float

Example

gaussian bw x

Full Usage: gaussian bw x

Parameters:
    bw : float -
    x : float -

Returns: float

Gausian kernel

bw : float

x : float

Returns: float

Example

optcosine bw x

Full Usage: optcosine bw x

Parameters:
    bw : float
    x : float

Returns: float
bw : float
x : float
Returns: float

rectangular bw x

Full Usage: rectangular bw x

Parameters:
    bw : float -
    x : float -

Returns: float

Rectangular kernel

bw : float

x : float

Returns: float

Example

triangular bw x

Full Usage: triangular bw x

Parameters:
    bw : float -
    x : float -

Returns: float

Triangular kernel

bw : float

x : float

Returns: float

Example