Problem with a rolling regression programme please help
Ältere Kommentare anzeigen
Hi,
I'm new to Matlab and was wondering if anyone may be able to help with a program I'm writing as I have seem to have hit a stumbling block. I'm trying to write a program that will will move along a data set using a window, at each increment, the program calls the function exp1fit, which calculates the regression coefficients for the exponential A and B within the window. Therefore a exponential function that fits the data in the window will be produced. The problem is getting the moving window to work (this is adapted from wreg code by Léon Bueckins), it keeps coming up with a 'Index exceeds matrix dimensions' warning and I can't seem to resolve it. I was wondering please, if anyone had any ideas.
Thanks, Andy
2 Kommentare
Star Strider
am 8 Jan. 2015
Please attach your .m file, and post the line throwing the error.
Andrew Wileman
am 8 Jan. 2015
Akzeptierte Antwort
Weitere Antworten (1)
Andrew Wileman
am 8 Jan. 2015
0 Stimmen
Kategorien
Mehr zu Descriptive Statistics 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!