DataCPSim | R Documentation |
Randomly-generated time series data, using the stats::rlnorm()
function.
For rlnorm_ts_1
, there is one changepoint located at 826.
For rlnorm_ts_2
, there are two changepoints, located at 366 and 731.
For rlnorm_ts_3
, there are three changepoints, located at 548, 823, and 973.
DataCPSim
rlnorm_ts_1
rlnorm_ts_2
rlnorm_ts_3
An object of class numeric
of length 1096.
An object of class ts
of length 1096.
An object of class ts
of length 1096.
An object of class ts
of length 1096.
DataCPSim
: Simulated time series of the same length as bogota_pm.
bogota_pm
stats::ts()
, test_set()
plot(rlnorm_ts_1)
plot(rlnorm_ts_2)
plot(rlnorm_ts_3)
changepoints(rlnorm_ts_1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.