statsmodels.tsa.ardl.ARDLResults.roots

ARDLResults.roots

The roots of the AR process.

The roots are the solution to (1 - arparams[0]*z - arparams[1]*z**2 -...- arparams[p-1]*z**k_ar) = 0. Stability requires that the roots in modulus lie outside the unit circle.


最終更新日: 2025年01月28日