Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey, I need your help.
I am trying to do data prognosis, specifically I want to know the number of problems that I will have in the next 3, 6 and 12 months. For it I have data for 4 years of the following form:
Date / country / model / bug modeo / Fault
01.02.2019 / Spain / A / Typ X / 11345A
06.06.2018 / Germany / B / TypY / 54321Z
....
I want to display current data and forecasts.
Everything I find refers to integration with R but I want to create a function with Set Analysis.
Do you know any procedures?
how do you want the forecast values to be calculated?
by linear regression?
Hi Frank,
yes, because polynomial regression is not possible without SSE, isn´t it?
Thank you!!!