Functor returning the values for which computing ratio for computing ADF-test statistic. Lag orders bigger than one are 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, using lag orders. | |
Functor returning the values for which computing ratio for computing ADF-test statistic. Lag orders bigger than one are considered.
|
inline |
Retains the coefficients for the ADF-test statistic, using lag orders.
| x | time series (dimensions: (n+1) x 1, n number of time instants) |
| z | embedded time series (dimensions: (n+1-k_used) x k_used, n number of time instants) |