Smoothing Data using a Gaussian Kernel Method

ksmooth(vx, vy, b) Returns a vector of local weighted averages of the elements in vy using a Gaussian kernel of bandwidth b, that is, smoothed elements of vy are given by:

Example of Smoothing Data using a Gaussian Kernel Method

where

Example of Smoothing Data using a Gaussian Kernel Method

Arguments:

Notes:

QuickSheet

Related Topics