ARMA_filter(x, A, b, intercept = 0)numeric vector, time series to filter.
numeric matrix of size p+q x p+q. See the function ARMA_companion_matrix for more details.
mumeric vector of length p+q. See the function ARMA_vector_b for more details.
Numeric scalar, intercept parameter.
Version 1.0.2
Other ARMA-moments:
ARMA_covariance(),
ARMA_expectation(),
ARMA_forecast(),
ARMA_next_step(),
ARMA_variance()