Learn R Programming

harbinger (version 1.2.747)

examples_changepoints: Time series for change point detection

Description

A list of time series for change point experiments.

  • simple: simple synthetic series with one change point.

  • sinusoidal: sinusoidal pattern with a regime change.

  • incremental: gradual change in mean/variance.

  • abrupt: abrupt level shift.

  • volatility: variance change.

#'

Usage

data(examples_changepoints)

Arguments

Format

A list of time series for change point detection.

References

Harbinger package

Ogasawara, E., Salles, R., Porto, F., Pacitti, E. Event Detection in Time Series. 1st ed. Cham: Springer Nature Switzerland, 2025. doi:10.1007/978-3-031-75941-3

Examples

Run this code
data(examples_changepoints)
# Select a simple change point series
serie <- examples_changepoints$simple
head(serie)

Run the code above in your browser using DataLab