pbspline {onlineforecast} | R Documentation |
Wrapper for bspline
with periodic=TRUE
Description
Wrapper for bspline
with periodic=TRUE
Usage
pbspline(
X,
Boundary.knots = NA,
intercept = FALSE,
df = NULL,
knots = NULL,
degree = 3,
bknots = NA
)
Arguments
X |
see |
Boundary.knots |
see |
intercept |
see |
df |
see |
knots |
see |
degree |
see |
bknots |
see |
Details
Simply a wrapper.
See Also
Other Transform stage functions:
bspline()
[Package onlineforecast version 1.0.2 Index]