lowess: Method lowess

Description Generic function Methods Author(s) See Also Examples

Description

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.

Generic function

lowess(x, y, f=2/3, iter=3, delta=0.01 * diff(range(xy\$x[o])))

Methods

signature(x=FLSR,y=missing) :

lowess(x, y, f=2/3, iter=3, delta=0.01 * diff(range(ssb(x))))

Author(s)

The FLR Team

See Also

lowess, FLSR

Examples

1
2
3
4
5
# use the North Sea herring SR dataset
data(nsher)

# fitting a rec ~ ssb lowess
nshlos <- lowess(nsher)

FLCore documentation built on May 2, 2019, 5:46 p.m.