make_fourier_basis: Generate Fourier basis function

View source: R/basis_functions.R

make_fourier_basisR Documentation

Generate Fourier basis function

Description

Generates a fourier basis 'basis function'

Usage

make_fourier_basis(endpoints, order)

Arguments

endpoints

Left and right endpoints.

order

Order of harmonics

Details

The evaluated function has intercept at its first index , followed first by cosine coefficients and then by sine coefficients, both in increasing order.

See Also

make_basis_fct


naolsen/simm.fda documentation built on June 28, 2022, 2:41 a.m.