Learn R Programming

bliss (version 1.0.2)

build_Fourier_basis: build_Fourier_basis

Description

Define a Fourier basis to simulate functional covariate observations.

Usage

build_Fourier_basis(grid, dim, per = 2 * pi)

Arguments

grid

a numerical vector.

dim

a numerical value. It corresponds to dim(basis)/2.

per

a numerical value which corresponds to the period of the sine and cosine functions.

Value

a matrix. Each row is an functional observation evaluated on the grid time points.

Details

See the sim_x function.

Examples

Run this code
# NOT RUN {
# See the function \code{sim_x}.
# }

Run the code above in your browser using DataLab