arma_adapter {simts} | R Documentation |
ARMA Adapter to ARMA to WV Process function
Description
Molds the data so that it works with the arma_to_wv function.
Usage
arma_adapter(theta, p, q, tau)
Arguments
theta |
A |
p |
A |
q |
A |
tau |
A |
Details
The data conversion is more or less a rearrangement of values without using the obj desc.
Value
A vec
containing the ARMA to WV results
Author(s)
James Joseph Balamuta (JJB)
[Package simts version 0.2.2 Index]