Guys, please help me with following question on Spark-TS liabrary

You’ve just acquired a new dataset showing the purchases of stock from
market resellers during the day over a ten month period. You’ve looked at
the daily data and have decided that you can model this using a time series
analysis. You use the library spark-ts to populate a time series RDD. How
can you model the data using the library? What does the d model?
 Use the ARIMA method and calculate p, d and q; and stationarity Use the
ARIMA method and calculate p, d and q; and lag Use the ARIMA method and
calculate auto regression; and moving averages Use the ARMA method and
calculate p, d and q; and lag

Reply via email to