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 ?bspline

Boundary.knots

see ?bspline

intercept

see ?bspline

df

see ?bspline

knots

see ?bspline

degree

see ?bspline

bknots

see ?bspline

Details

Simply a wrapper.

See Also

Other Transform stage functions: bspline()


[Package onlineforecast version 1.0.2 Index]