statsmodels.tsa.arima_process.index2lpol¶ statsmodels.tsa.arima_process.index2lpol(coeffs, index)[source]¶ 展开系数到滞后多项式 Parameters:¶ coeffsndarray滞后多项式的非零系数 indexndarray滞后多项式中具有非零元素的滞后索引 Returns:¶ ararray_like滞后多项式的系数 Last update: Oct 16, 2024