Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Boolean CheckARMACoeffs(TVec Coeffs, Boolean Causality) | |
| 2 | Boolean CheckARMACoeffs(Double[] Pars, Boolean Causality) | Check AR(MA) coeefficients. |
Overload 1: Boolean CheckARMACoeffs(TVec Coeffs, Boolean Causality)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Coeffs | TVec | source TVec |
| 2 | Causality | Boolean |
Returns: Boolean
Overload 2: Boolean CheckARMACoeffs(Double[] Pars, Boolean Causality)
Check AR(MA) coeefficients.
| # | Name | Description |
|---|---|---|
| 1 | Pars | Phi (AR) or Theta (MA) coefficients. |
| 2 | Causality | If true, Params are checked for causality. If false, Params are checked for invertibility. |
Returns: Boolean - true, if coefficients are causal/invertible.
Remarks:
Check if AR coefficients are causal or MA coefficients are invertible.