View source: R/dependentData_Auxilliary_armaResid.R
bip_resid | R Documentation |
bounded influence propagation residuals
bip_resid(x, beta_hat, p, q)
File is in dependentData_Auxiliary_armaResid.R
File in dependentData_Auxiliary_armaResid
library(signal) library(zeallot) library(pracma) N <- 500 a <- rnorm(N) p <- 1 q <- 0 x <- signal::filter(1, c(1, -0.8), a) beta_s <- arma_est_bip_s(x, p, q, tolX = 1e-8) beta <- c(beta_s$ar_coeffs, beta_s$ma_coeffs) bip_resid(x, beta, p, q)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.