Learn R Programming

tidychangepoint (version 1.0.0)

DataCPSim: Simulated time series data

Description

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.

Usage

DataCPSim

rlnorm_ts_1

rlnorm_ts_2

rlnorm_ts_3

Arguments

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

  • DataCPSim: Simulated time series of the same length as bogota_pm.

See Also

bogota_pm

stats::ts(), test_set()

Examples

Run this code
plot(rlnorm_ts_1)
plot(rlnorm_ts_2)
plot(rlnorm_ts_3)
changepoints(rlnorm_ts_1)

Run the code above in your browser using DataLab