Sandy Ryza

Results 107 issues of Sandy Ryza

val arimaModel = ARIMA.fitmodel(0,0,0,ts,true,"css-cgd", z) z is double array with value z(0)= 2127.399 (intercept value) This function run fine. But when I try to run the forecast from the arimamodel...

Right now it's not possible to fit an ARIMA model to time series in a distributed fashion. It could make sense to add a method to the TimeSeriesRDD class `fit_model(model_name,...