powered by
#Simulate data to test the functions
Simul(n = 100, p = 5, intensity = 1, when.break = 0.5)
A matrix of time series with a common break
The number of time series observations
The number of time series
The intensity of the break
When should the break be simulated (as a percentage of the time series sample)
data(example_data) simul.data <- Simul(n = 100, p = 5, intensity = 1, when.break = 0.5)
Run the code above in your browser using DataLab