Overload List
| # | Signature | Description |
|---|---|---|
| 1 | bool CheckARMACoeffs(const DewArray<double> &Pars, const bool Causality = true); | Check AR(MA) coeefficients. |
| 2 | bool CheckARMACoeffs(TVec *Coeffs, const bool Causality = true); |
Overload 1: bool CheckARMACoeffs(const DewArray<double> &Pars, const bool Causality = true);
Check AR(MA) coeefficients.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Pars | const DewArray<double> & | Phi (AR) or Theta (MA) coefficients. |
| 2 | Causality = true | const bool | If true, Params are checked for causality. If false, Params are checked for invertibility. |
Returns: true, if coefficients are causal/invertible.
Remarks:
Check if AR coefficients are causal or MA coefficients are invertible.
Declared in Dew::Stats::Units::StatTimeSerAnalysis · Dew.Stats/Units.StatTimeSerAnalysis.h · Cross-compiler
Overload 2: bool CheckARMACoeffs(TVec *Coeffs, const bool Causality = true);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Coeffs | TVec * | |
| 2 | Causality = true | const bool |
Declared in Dew::Stats::Units::StatTimeSerAnalysis · Dew.Stats/Units.StatTimeSerAnalysis.h · Cross-compiler