Learn R Programming

harbinger (version 1.2.727)

examples_changepoints: Time series for change point detection

Description

A list of time series for change point

  • simple: a simple synthetic time series

  • sinusoidal: a sinusoidal synthetic time series

  • incremental: a incremental synthetic time series

  • abrupt: a abrupt synthetic time series

  • volatility: a volatility synthetic time series

#'

Usage

data(examples_changepoints)

Arguments

Format

A list of time series for change point detection.

References

Harbinger package

Examples

Run this code
data(examples_changepoints)
serie <- examples_changepoints$simple

Run the code above in your browser using DataLab