Learn R Programming

ftsa (version 6.4)

stop_time_sim_data: 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)

Value

An object of class fts

Arguments

sample_size

Number of curves

omega

Noise level

seed_number

Random seed number

Author

Han Lin Shang

See Also

stop_time_detect

Examples

Run this code
stop_time_sim_data(sample_size = 401, omega = 0.1, seed_number = 123)

Run the code above in your browser using DataLab