statsmodels.tsa.arima_process.lpol2index¶ statsmodels.tsa.arima_process.lpol2index(ar)[ソース]¶ Remove zeros from lag polynomial Parameters:¶ ararray_likecoefficients of lag polynomial Returns:¶ coeffsndarraynon-zero coefficients of lag polynomial indexndarrayindex (lags) of lag polynomial with non-zero elements 最終更新日: 2025年01月28日