overfit: overfit function produces an overfit table

Description Usage Arguments Value Examples

View source: R/overfit.R

Description

overfit function produces an overfit table

Usage

1
overfit(xs, p = 24, type = "burg")

Arguments

xs

a time series

p

the order of overfitting (Default = 24)

type

the type of estimate to make, defaults to burg

Value

nothing, simply displays the factor table

Examples

1
2
test <- generate(aruma, 400, s = 4)
overfit(test,20)

josephsdavid/tswgewrapped documentation built on July 31, 2020, 9:36 a.m.