fourier-plus-class: Fourier Basis Functions

Description Slots Extends

Description

The "fourier+" class represents Fourier basis functions.

Slots

range

A length-two numeric vector to define the interval on which basis functions can be evaluated. Default is c(0, 1).

nbasis

The total number of basis functions, including the ones that need to be dropped. Default is 3.

dropind

Indices of basis functions that need to be dropped. Default is numeric(0) (no basis will be dropped).

ncoef

The actual number of basis functions to represent functional data, satisfying the condition ncoef == nbasis - length(dropind).

period

The length of the cycle that Fourier basis functions repeat themselves. Default is 1.

Extends

Class basis+


yixuan/fdaplus documentation built on May 4, 2019, 5:29 p.m.