How to predict furure values in a non linear regression?

1 次查看(过去 30 天)
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 个)

Torsten
Torsten 2021-5-24
编辑:Torsten 2021-5-24
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 个评论
FEDERICO CIOL
FEDERICO CIOL 2021-5-24
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 2021-5-24
Didn't you get a formula for the polynomial p as
p(RMS index) = RMS value
(whatever RMS may mean)
?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Get Started with Curve Fitting Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by