Simulate Adaptive Functional Data
Source:R/simulate_adaptive_functional_data.R
simulate_adaptive_functional_data.RdSimulated functional data that includes with sharp changes over the domain of the function (i.e. smoothness rapidly changes over the domain). The data simulates data using sinusoidal functions with varying period and amplitude.
Usage
simulate_adaptive_functional_data(
n.tp = 200,
N.subj = 20,
var.scores = c(4, 1),
noise.var = 0.05,
seed.num = 1
)