Prediction based on previous historical data
Ältere Kommentare anzeigen
Hi, I have Historical data of "Start" and "End". Now, I have "Start" value, but want to predict "End" value. Can some one help me how to predict today's End value based on available Historical "Start & End" and today's Start value (to Predict Today End value). The day is of random type no correlation with time. Please help me some available models using MATLAB. Many many thanks in advance.
Historical Data:
Start End
0.250 0.256
0.240 0.240
0.224 0.240
0.260 0.270
0.240 0.260
And Today Start value: 0.21 (Today End Value: 0.23)
Sincerely, Your's
Akzeptierte Antwort
Weitere Antworten (2)
Udit Gupta
am 6 Feb. 2015
0 Stimmen
You can use mtlabs Curve Fitting tool (cftool). If you don't have that search for any linear regression or linear interpolation implementation on file exchange.
KUMANAN KUPUSAMY
am 28 Jan. 2017
0 Stimmen
can i use current data to predict previous data?
Kategorien
Mehr zu Linear Predictive Coding finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!