Learn R Programming

dse (version 2014.11-1)

Portmanteau: Calculate Portmanteau statistic

Description

Calculate Portmanteau statistic.

Usage

Portmanteau(res)

Arguments

res
A matrix with time-series residuals in columns.

concept

DSE

See Also

informationTests

Examples

Run this code
require("stats")
Portmanteau(matrix(rnorm(200), 100,2)) # but typically with a residual

Run the code above in your browser using DataLab