smooth {atm} | R Documentation |
Smooth Terms
Description
Create smooth terms.
Usage
atm.hs (x, y, ns, sx, deg, wf, smoothness, w)
atm.ss (x, y, ns, sx, deg, wf, smoothness, w)
## S3 method for class 'smooth':
evaluate(t, u, ...)
## S3 method for class 'smooth':
fit(t, y, pump, ...)
hardwf (a, b, wf, m, w, x)
## S3 method for class 'smooth.estimate':
oospprint(e, ...)
## S3 method for class 'summary.smooth':
oospprint (s, ...)
## S3 method for class 'smooth':
oospsummary(t, y, ...)
## S3 method for class 'smooth':
reset(t, ...)
smooth (x, y=NULL, ns=50, refit=2, deg=2, E, wf, smoothness=NULL, s, w=NULL)
smooth.design (ns, refit, deg, wf, smoothness, x)
smooth.estimate (ns, sy=rep (0, ns) )
stdwf (m, w, x)
Arguments
x |
|
y |
|
ns |
|
sx |
|
deg |
|
wf |
|
smoothness |
|
w |
|
t |
|
u |
|
sy |
|
pump |
|
a |
|
b |
|
m |
|
e |
|
s |
|
refit |
|
E |
|
... |
|
[Package
atm version 0.1.0
Index]