fit_region_sarima: Estimate series of leave-one-season-out SARIMA models

Description Usage Arguments Value

View source: R/sarima-utils.R

Description

Estimate series of leave-one-season-out SARIMA models

Usage

1
2
fit_region_sarima(data, reg_num, first_test_season, d = NA, D = NA,
  seasonal_difference = TRUE, transformation = "none", path)

Arguments

data

regional dataset with structure like regionflu-cleaned

reg_num

region number for estimation

first_test_season

string indicating first test season

d

order of first differencing

D

order of seasonal differencing

seasonal_difference

boolean; take a seasonal difference before passing to auto.arima?

transformation

character specifying transformation type: "box-cox", "log", or "none"

path

path in which to save files

Value

NULL just saves files


reichlab/adaptively-weighted-ensemble documentation built on May 27, 2019, 4:53 a.m.