cycleOptim: Find suitable cycle specification

View source: R/model_selection.R

cycleOptimR Documentation

Find suitable cycle specification

Description

Finds the most suitable cycle model according to the BIC.

Usage

cycleOptim(x, opt = c("AR1", "AR2", "RAR2"))

Arguments

x

A time series.

opt

A character vector with the cycle models to be tested. The default is opt = c("AR1", "AR2", "RAR2").

Value

A character string with the chosen cycle model.


RGAP documentation built on Nov. 2, 2023, 6:02 p.m.