createRandTimeSeries: Create a Realistic Random Time Series

Description Usage Arguments

View source: R/create_random_ts.R

Description

(i.e. each point will not vary too far from its predecessor)

Usage

1
2
createRandTimeSeries(length, first, max.variability, embed, interval, floor,
  ceiling)

Arguments

length

Numeric length of the time series

first

Numeric first value of the time series

max.variability

Maximum difference between any point and its predecessor

embed

A numeric vector that will be embedded within the time series

interval

A numeric time interval to be inserted between each point. This makes the time series regular.


joshmarsh/TSTestDataUtil documentation built on May 19, 2019, 8:54 p.m.