Skip to content

Generating Time Series  #162

@gabgilling

Description

@gabgilling

Apologies if this has already been mentioned somewhere in the roadmap.

A useful new feature would be to generate time series using data definitions.
A first attempt could look into generating time series based on specified ARIMA parameters.

I am not sure which data definition function would be suit this, but one could think of adding options to generate time series that are mean/variance/covariance stationarity as well.

Simpler time series could be created by passing specific keywords such as AR(1), I(1), MA(1) and so on as well instead of specifying the entire ARIMA structure in the formula field.

defTime <- defData(
  formula = "1;1;1",
   dist = "ARIMA"
)

Just some thoughts I had!

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurefeature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions