compute_a: Given an AR(p,q) realization, this function estimates the...

Description Usage Arguments Value

View source: R/common_calculations.R

Description

Given an AR(p,q) realization, this function estimates the white noise estimates using equation 6.23 (from the text book)

Usage

1
compute_a(x, phi, theta, index)

Arguments

x

time series realization

phi

phi values of the time series

theta

theta values of the time series

index

time value till which the white noise estimates are needed

Value

All white noise estimates till the index


josephsdavid/tswgewrapped documentation built on July 31, 2020, 9:36 a.m.