I am using arfima function (arfima package 1.6-8 version) for forecasting the future requests workload on the server. I split my dataset into training and test datasets. I trained my model on training dataset for forecasting future requests values. Now, i want to fit this model on test dataset. I didn't find any method for this purpose in the arfima package document. I request you to provides information about how can i fit the trainted model on test data set.
Thanking You