I have the data set of daily price of 8 fuels types like as Heating Oil, Brent, Methanol and so on from 7.11.2002 to 7.11.2022.
Now I would like to predict their day prices for the coming days. For example, for Brent fuel, I want to apply ANFIS for predction of daily price. I have the daily price of the 20 years in the Excel file (I sent its image in the attachment below). I want to predict the daily price of this fuel for the upcoming 60 days after the last day (7.11.2022). I considered the $80%$ of data as training data and the rest of them as the testing data. Moreover, I considered one input data which is a matrix with two column. First column shows the number of index of the day's number and the second column shows the value of daily price.
When I use the "Generate FIS", I encounter the Error: "Xout must be finite".
How can I solve ths Error? Should I make change in the stucture of my inpit data?
Thanks a lot.