stop_time_sim_data {ftsa} | R Documentation |
Simulated functional time series from a functional autoregression of order one
Description
For detecting the optimal stopping time, we simulate a curve time series that follows a functional autoregression of order 1, with a breakpoint in the middle point of the entire sample.
Usage
stop_time_sim_data(sample_size, omega, seed_number)
Arguments
sample_size |
Number of curves |
omega |
Noise level |
seed_number |
Random seed number |
Value
An object of class fts
Author(s)
Han Lin Shang
See Also
Examples
stop_time_sim_data(sample_size = 401, omega = 0.1, seed_number = 123)
[Package ftsa version 6.4 Index]