Description Generic function Methods Author(s) See Also Examples
LOWESS smoother based on locally-weighted polynomial regression for objects of class
FLSR
. The model fitted is of the form rec(x)~ssb(x). Returns an
object of class FLQuants
with elements named ssb
and rec
.
lowess(x, y, f=2/3, iter=3, delta=0.01 * diff(range(xy\$x[o])))
lowess(x, y, f=2/3, iter=3, delta=0.01 * diff(range(ssb(x))))
The FLR Team
lowess, FLSR
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.