wntest: 'wntest' graphical test for white noise for a time series or...

Description Usage Arguments Value Examples

View source: R/frequdom.r

Description

wntest graphical test for white noise for a time series or a series of regression residuals

Usage

1
wntest(e, a, k = 0)

Arguments

e

vector, the time series (k = 0) or residuals (k > 0)

a

scalar, level of significance

k

scalar >= 0, number of regressors used to compute e as residuals

Value

tp vector, value of test statistic and p-value

Examples

1
2
data(WHORMONE)
out <- wntest(WHORMONE,0.05,0) 

tsapp documentation built on Oct. 30, 2021, 5:08 p.m.

Related to wntest in tsapp...