Learn R Programming

tscopula (version 0.3.9)

sigmastarma: Standard deviation of innovations for armacopula

Description

Uses the function tacvfARMA in the ltsa library.

Usage

sigmastarma(x)

Value

The standard deviation of the standardized ARMA innovation distribution.

Arguments

x

an object of class armacopula.

Examples

Run this code
sigmastarma(armacopula(list(ar = c(0.5, 0.4), ma = -0.8)))

Run the code above in your browser using DataLab