fgt_kde

PURPOSE

Interface to improved Fast Gauss Transform to compute one-dimensional KDE with Gaussian kernels

SYNOPSIS

function out = fgt_kde(proj, Y, h)

DESCRIPTION

Interface to improved Fast Gauss Transform to compute one-dimensional KDE with Gaussian kernels
OUT = FGT_KDE(X, Y, H)

 Input:
    (X): Column vector representing one dimensional sample
    (Y): Points at which the value of the KDE will be evaluated
    (H): Bandwidth parameter

 Output:
    (OUT): Estimated density at (Y)

CROSS-REFERENCE INFORMATION

This function calls: This function is called by:
Generated on Tue 17-Jul-2018 18:58:09 by m2html © 2005