How to predict furure values in a non linear regression?

1 visualización (últimos 30 días)
FEDERICO CIOL
FEDERICO CIOL el 24 de Mayo de 2021
Comentada: Torsten el 24 de Mayo de 2021
Hi, I have a set of data and using the cftool I create a fitting curve of third order.
Now I want to predict future data using this fitting curve but I don't have any idea to do this.
  1 comentario
KSSV
KSSV el 24 de Mayo de 2021
future data? Do this future data lie in the intervel of input?

Iniciar sesión para comentar.

Respuestas (1)

Torsten
Torsten el 24 de Mayo de 2021
Editada: Torsten el 24 de Mayo de 2021
Naive procedure:
If your fitting curve depends on time t, evaluate it at the future time instant you have in mind.
But be very,very careful here:
Extrapolation of trend curves is extremely error-prone. Especially polynomial curves of degree greater 1 usually don't reflect the physical or economical background where the data stem from and are therefor only suited to interpolate between the time limits of your data.
  2 comentarios
FEDERICO CIOL
FEDERICO CIOL el 24 de Mayo de 2021
My curve fitting has on y-axis the RMS value and in x-axis there is the index of the RMS from excel file.
But, in practice how i can evaluate it? I have to use a particular tool?
Torsten
Torsten el 24 de Mayo de 2021
Didn't you get a formula for the polynomial p as
p(RMS index) = RMS value
(whatever RMS may mean)
?

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by