arma_adapter {simts} | R Documentation |
Molds the data so that it works with the arma_to_wv function.
arma_adapter(theta, p, q, tau)
theta |
A |
p |
A |
q |
A |
tau |
A |
The data conversion is more or less a rearrangement of values without using the obj desc.
A vec
containing the ARMA to WV results
James Joseph Balamuta (JJB)