Learn R Programming

tscopula (version 0.3.9)

acf2pacf: Compute partial autocorrelations from autocorrelations

Description

Compute partial autocorrelations from autocorrelations

Usage

acf2pacf(rho)

Value

A vector of partial autocorrelation values with same length as rho.

Arguments

rho

vector of autocorrelation values (excluding 1).

Examples

Run this code
rho <- ARMAacf(ar = -0.9, ma = 0.8, lag.max = 50)[-1]
alpha <- acf2pacf(rho)

Run the code above in your browser using DataLab