dgp_arma: Generate data according to ARMA process

Description Usage Arguments Value Author(s) Examples

View source: R/dgp_arma.R

Description

Returns a time series vector

Usage

1
dgp_arma(periods = 100, sd = 1, gamma = 1, theta = -0.25)

Arguments

periods

A time series object

sd

Standard deviation

gamma

Unit root

theta

Theta

Value

A data frame

Author(s)

Gary Cornwall and Jeffrey Chen

Examples

1
2
3
4
dgp_arma(periods = 100,
         sd = 1,
         gamma = 1,
         theta = -.25)

DataScienceForPublicPolicy/hypML documentation built on Dec. 17, 2021, 4:06 p.m.