PPCKO: Principal Predictive Components for Estimating an Autoregressive Operator
 
Loading...
Searching...
No Matches
CaseNoLagOrderADF Struct Reference

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.
 

Detailed Description

Functor returning the values for which computing ratio for computing ADF-test statistic. No lag orders bigger than one considered.

Member Function Documentation

◆ operator()()

std::array< double, 2 > CaseNoLagOrderADF::operator() ( const KO_Traits::StoringVector & x,
const KO_Traits::StoringMatrix & z ) const
inline

Retains the coefficients for the ADF-test statistic.

Parameters
xtime series (dimensions: (n+1) x 1, n number of time instants)
zembedded time series (dimensions: n x 1, n number of time instants)
Returns
array containing the number for which the ratio gives back the ADF-test statistic

The documentation for this struct was generated from the following file: