Functor returning the values for which computing ratio for computing ADF-test statistic. No lag orders bigger than one considered. More...
#include <ADF_policies.hpp>
Public Member Functions | |
| std::array< double, 2 > | operator() (const KO_Traits::StoringVector &x, const KO_Traits::StoringMatrix &z) const |
| Retains the coefficients for the ADF-test statistic. | |
Functor returning the values for which computing ratio for computing ADF-test statistic. No lag orders bigger than one considered.
|
inline |
Retains the coefficients for the ADF-test statistic.
| x | time series (dimensions: (n+1) x 1, n number of time instants) |
| z | embedded time series (dimensions: n x 1, n number of time instants) |