§
    M/PhH  ã                   ó"   — d Z ddlmZmZmZmZ dS )aÊ  functions and classes time series analysis


Status
------
work in progress

arima.py
^^^^^^^^

ARIMA : initial class, uses conditional least squares, needs merging with new class
arma2ar
arma2ma
arma_acf
arma_acovf
arma_generate_sample
arma_impulse_response
deconvolve
index2lpol
lpol2index
mcarma22

movstat.py
^^^^^^^^^^

I had tested the next group against matlab, but where are the tests ?
acf
acovf
ccf
ccovf
pacf_ols
pacf_yw

These hat incorrect array size, were my first implementation, slow compared
to cumsum version in la and cython version in pandas.
These need checking, and merging/comparing with new class MovStats
check_movorder
expandarr
movmean :
movmoment : corrected cutoff
movorder
movvar




é   )ÚmovorderÚmovmeanÚmovvarÚ	movmomentN)Ú__doc__Úmovstatr   r   r   r   © ó    ú`/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/statsmodels/sandbox/tsa/__init__.pyú<module>r      s<   ðð.ð .ðd :Ð 9Ð 9Ð 9Ð 9Ð 9Ð 9Ð 9Ð 9Ð 9Ð 9Ð 9Ð 9Ð 9r
   