diag_wv: Wavelet Variance (WV) fit for White Noise

Description Usage Arguments Value

Description

Computes whether the residuals match with a White Noise by using the Generalized Method of Wavelet Moments (GMWM)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diag_wv(x)

## S3 method for class 'diag_resid'
diag_wv(x)

## S3 method for class 'lm'
diag_wv(x)

## S3 method for class 'Arima'
diag_wv(x)

## Default S3 method:
diag_wv(x)

Arguments

x

A arima, lm, or data set object.

Value

A diag_wv object that inherits gmwm object information.


SMAC-Group/exts documentation built on May 9, 2019, 11:15 a.m.