Andrey Kolev

Results 4 comments of Andrey Kolev

Hi! Of course R implementation was my first thought too, but you also can look to python implementation: https://github.com/statsmodels/statsmodels/blob/master/statsmodels/tsa/arima_model.py Also I'm sorry I hadn't time to merge my garch code...

@milktrader OK I can try it

It would be good, I'll look what options Optim package have for constrained optimization.

Of course, we should try to use pure julia packages as much as possible, but my main concern is the quality of optimization. Complex time series models simply could not...