Arma2TF¶
-
class
Arma2TF: public tsa::AlgoBase¶ Estimate the Transfer function using the ARMA parametrization.
Operations
-
void
operator()(ARMAView &arma, SeqViewComplex &TF)¶ Brief documentation for the execute method.
Start of the long documentation for execute method.
- Pre
A precondition
- Post
A postcondition
- Return
a returned value
- Exceptions
An: exception
- Parameters
a: parameter
-
void
execute(Dvector &AR, Dvector &MA, Cvector &TF)¶ Declaration of execute operation
- Parameters
AR: autoregressive partMA: moving average partTF: transfer function
-
void