View source: R/DependentData_Auxiliary_arma_s_resid_sc.R
arma_s_resid_sc | R Documentation |
arma_s_resid_sc
arma_s_resid_sc(x, beta_hat, p, q)
x |
: numeric vector. The signal |
beta_hat |
: Initial estimate of ARMA coefficients |
p |
: AR order |
q |
: MA order |
a_sc : scale estimate
File location : DependentData_Auxiliary_arma_s_resid_sc.R
data("x_ao_arma") arma_s_resid_sc(x_ao_arma, c(-.8, .5), 1, 1) library(signal) x <- rnorm(10) sig <- signal::filter(-.8, 1, x) arma_s_resid_sc(sig, c(-.8), 1, 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.