LOCFIT: R and S-Plus Help | ||||
density.lf(x, n=50, window="gaussian", width, from, to, cut, ev="grid", deg=0, family="density", link="ident", ...)
This function provides an interface to Locfit, in the syntax of
the standard S-Plus density function. This can reproduce
density results, but allows additional
locfit.raw arguments, such as the degree of fit, to be given.
Arguments:
It also works in double precision, whereas density only works in single precision.
A list with components x (evaluation points) and y
(estimated density).
See Also:
Examples:
data(geyser) density.lf(geyser, window="tria") # the same result with density, except less precision. density(geyser, window="tria")
smooth
| ||||
|
Built: Thu Dec 2 16:56:05 EST 2004
Copyright © 2004, Catherine Loader locfit@herine.net | ||||