Time series forecast ARIMA in iOS

25 Views Asked by At

I've a time series with few entries (not enough to ML) and I need to forecast some (more than one) future entries in an iOS app. I tested in Python with statsmodels ARIMA model and works fine but I don't find any method in iOS or external library/framework to do statistical time series forecast like ARIMA... Any hint?

0

There are 0 best solutions below