arch.unitroot.cointegration.CointegrationAnalysisResults¶
- class arch.unitroot.cointegration.CointegrationAnalysisResults(params: Series, cov: DataFrame, resid: Series, omega_112: float, kernel_est: CovarianceEstimator, num_x: int, trend: 'n' | 'c' | 'ct' | 'ctt', df_adjust: bool, rsquared: float, rsquared_adj: float, estimator_type: str)[source]¶
Methods
summary
()Summary of the model, containing estimated parameters and std.
Properties
The bandwidth used in the parameter covariance estimation
The estimated parameter covariance of the cointegrating vector
The kernel used to estimate the covariance
Long-run variance estimate used in the parameter covariance estimator
The estimated parameters of the cointegrating vector
P-value of the parameters in the cointegrating vector
The model residuals
The variance of the regression residual.
The model R²
The degree-of-freedom adjusted R²
Standard errors of the parameters in the cointegrating vector
T-statistics of the parameters in the cointegrating vector