extract_params.ets: extract_params.ets

Description Usage Arguments Value Examples

Description

Extract model parameters from an Exponential smoothing state space model created using the ets() function from the forecast package.

Usage

1
2
## S3 method for class 'ets'
extract_params(object, ...)

Arguments

object

an object of class "ets"

...

further arguments passed to or from other methods

Value

PFA as a list-of-lists that can be inserted into a cell or pool

Examples

1
2
model <- forecast::ets(USAccDeaths, model="ZZZ")
extracted_model <- extract_params(model)

aurelius documentation built on May 2, 2019, 3:43 a.m.