arch.unitroot.cointegration.PhillipsOuliarisTestResults¶
-
class arch.unitroot.cointegration.PhillipsOuliarisTestResults(stat: float, pvalue: float, crit_vals: Series, null: str =
'No Cointegration'
, alternative: str ='Cointegration'
, trend: str ='c'
, order: int =2
, xsection: RegressionResults | None =None
, test_type: str ='Za'
, kernel_est: CovarianceEstimator | None =None
, rho: float =0.0
)[source]¶ Methods
plot
([axes, title])Plot the cointegration residuals.
summary
()Summary of test, containing statistic, p-value and critical values
Properties
The alternative hypothesis
Bandwidth used by the long-run covariance estimator
The estimated cointegrating vector.
Critical Values
The number of stochastic trends under the null hypothesis.
Name of the long-run covariance estimator
Sets or gets the name of the cointegration test
The null hypothesis
The p-value of the test statistic.
The residual from the cointegrating regression.
The test statistic.
The trend used in the cointegrating regression