ArmaFft.from_coeffs()

statsmodels.sandbox.tsa.fftarma.ArmaFft.from_coeffs

ArmaFft.from_coeffs(arcoefs, macoefs, nobs=100)

Create ArmaProcess instance from coefficients of the lag-polynomials

Parameters:

arcoefs : array-like

Coefficient for autoregressive lag polynomial, not including zero lag. The sign is inverted to conform to the usual time series representation of an ARMA process in statistics. See the class docstring for more information.

macoefs : array-like

Coefficient for moving-average lag polynomial, including zero lag

nobs : int, optional

Length of simulated time series. Used, for example, if a sample is generated.

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.sandbox.tsa.fftarma.ArmaFft.from_coeffs.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部