ksmoothr
KSMOOTHR
Kernel smoother
W = KSMOOTHR(X,H)
W = X*KSMOOTHR([],H)
W = X*KSMOOTHR(X,H)
Input | X | Regression dataset | H | Width parameter (default H=1) |
Output | W | Kernel smoother mapping |
Description Train a kernel smoothing W on data X, with width parameter H. See also
knnr, testr, plotr, This file has been automatically generated. If badly readable, use the help-command in Matlab. |
|