spfda_simulate: Generates toy example data

View source: R/simulate.R

spfda_simulateR Documentation

Generates toy example data

Description

Synthesized functional signals with heterogeneous error. The underlying three coefficients correspond to 'dense', 'global sparse', and 'local sparse' functions. See https://arxiv.org/abs/2006.10163 for detailed configurations.

Usage

spfda_simulate(n = 1000, n_timepoints = 100, err = 1, scale = c(1, 1, 1))

Arguments

n

Total number of observations

n_timepoints

Total number of time points

err

Error magnitude

scale

the scale of coefficients length of 1 or 3.

Value

A list of data generated: X is scalar predictor, Y is functional response.


dipterix/spfda documentation built on March 31, 2022, 6:30 a.m.