spfda_simulate {spfda} | R 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.
[Package spfda version 0.9.1 Index]