pyflux icon indicating copy to clipboard operation
pyflux copied to clipboard

Open source time series library for Python

Results 93 pyflux issues
Sort by recently updated
recently updated
newest added

Problem --------- On aarch64, ‘pip install pyflux’ is giving the below error - ``` pyflux/arma/arma_recursions.c: In function ‘__Pyx__ExceptionSave’: pyflux/arma/arma_recursions.c:19331:21: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did...

Hi, anyone can help how to use predict in EGARCHMReg? I got this error : ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () ----> 1 modelx.predict(180,final_returns, intervals=False) C:\Users\Owner\Anaconda3\envs\pyflux\lib\site-packages\pyflux\garch\egarchmreg.py...

Failed to install **pyflux** via **pip** ```console Building wheels for collected packages: pyflux Building wheel for pyflux (setup.py) ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3...

Could you upgrade the package for the newest MacBook pro package installation? It appears that the package will be compiled into an incompatible type for the MacBook pro M1 chip.

Hi team, I am trying to use your Arimax and do not see any evaluation metrics besides AIC/BIC. Any suggestions? Thanks!

I am following the example on PyFlux and I get to the GARCH model and it throws out these errors. Can someone help, please? In [118]: my_model = pf.GARCH(p =...

``` Collecting pyflux Using cached pyflux-0.4.15.tar.gz (1.3 MB) Requirement already satisfied: numpy in /usr/local/lib/python3.7/dist-packages (from pyflux) (1.19.5) Requirement already satisfied: pandas in /usr/local/lib/python3.7/dist-packages (from pyflux) (1.1.5) Requirement already satisfied: scipy...

I'd like to plot multiple prediction graphs in the same figure. Currently if I call e.g. DAR.plot_predict() multiple times, it'll just open multiple figures. To make that work for now,...

Hi, I was wondering if it is possible to include exogenous regressors in (E)GARCH vola models. Since I've seen that it is possible for in mean models (for example the...

Hi guys and RJT1990, I'm using the ARIMAX model (pyflux package) and since the predict() function is not working in Jupiter implementation I'm trying to make the respective code to...