MAR_Variance | R Documentation |
The function MAR_Variance
is used for generating MAR model(s) for
examples of the functions SNSeg_Uni
, SNSeg_Multi
, and SNSeg_HD
.
MAR_Variance(reptime, type = "V3")
reptime |
The number of time series to be generated |
type |
The type of time series for simulation, which includes V1, V2, V3
, A1, A2 and A3. The V-beginnings are for testing the variance, and the
A-beginnings are for testing the autocorrelation. The simulated time series
come from supplement of Zhao et al. (2022) doi:10.1111/rssb.12552.
Default The time length and "true change-points locations" (cps) for each |
Returns a matrix of the simulated MAR processes. The number of columns
of this matrix is equivalent to the value of input argument reptime
.
MAR_Variance(reptime = 2, type = "V1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.