DataCPSim {tidychangepoint}R Documentation

Simulated time series data

Description

Randomly-generated time series data, using the stats::rlnorm() function.

Usage

DataCPSim

rlnorm_ts_1

rlnorm_ts_2

rlnorm_ts_3

Format

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.

Details

See Also

bogota_pm

stats::ts(), test_set()

Examples

plot(rlnorm_ts_1)
plot(rlnorm_ts_2)
plot(rlnorm_ts_3)
changepoints(rlnorm_ts_1)


[Package tidychangepoint version 0.0.1 Index]