Main Content
reflect
Reflect lag operator polynomial coefficients around lag zero
Syntax
B
=
reflect(A
)
Description
Given a lag operator polynomial object A(L),
negates all coefficient
matrices except the coefficient matrix at lag 0. For example, given
a polynomial of degree p,B
=
reflect(A
)
the reflected polynomial B(L) is
with the same degree and dimension as A(L).