pbspline: Wrapper for 'bspline' with 'periodic=TRUE'

View source: R/bspline.R

pbsplineR 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()


onlineforecast documentation built on Oct. 12, 2023, 5:15 p.m.