plot_MultiEWMA: Plot multivariate EWMA models

Description Usage Arguments Details Note Author(s) References See Also Examples

Description

Plot methods for multiviarate EWMA models models.

Usage

1
2
## S3 method for class 'MultiEWMA'
plot(x, which = "ask", ...)

Arguments

x

An object of class "MultiEWMA"

which

A character string denoting which plot should be displayed.

...

Optional Arguments to be passed.

Details

The generic function plot allows to display 14 graphs. These are the

Time Series,
Conditional SD,
Series with 1.96 Conditional SD Superimposed,
ACF of Observations,
ACF of Squared Observations,
Cross Correlation Plot between (Squared) Returns,
Standardized Residuals,
ACF of Standardized Residuals,
ACF of Squared Standardized Residuals,
Cross Correlation Plot between (Squared) Residuals,
Conditional Variance-Covariance Matrix,
Diagonal Elements of the Conditional Variance-Covariance Matrix,
Conditional Correlations,
Snapshot of the Model

Note

The cross correlation plots return only the corresponding plots for the first and second firm.

The "Snapshot of the Model" plots the conditional volatilities of the first two return series, as well as their conditional covariance, and their conditional correlation. See Ruppert and Matteson (2015, p. 428 – 443) for further details.

Author(s)

Bernhard Eder

References

Ruppert and Matteson (2015). Statistics and Data Analysis for Financial Engineering, 2nd. Springer. New York.

See Also

MultiEWMA

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
# Load returns
data("CRSPday_zoo")
y <- CRSPday_zoo

# Compute multivariate volatility model
EWMA <- MultiEWMA(y)

# Plot conditional standard deviations
plot(EWMA, which = 2)

## Not run: 
# Interactive plot
plot(EWMA)

## End(Not run)

LFUrmutils documentation built on Jan. 3, 2020, 3 a.m.