Predicting behavior of unknown functions based on known functions
Show older comments
Hi!
Lets say I have data that I have used to fit two functions:
y1=a*x^b+c %for K=10
y2=d*x^e+f %for K=20
y1 is fitted to data for a constant K=10 and y2 is fitted to data for a constant K=20. Plotting this would give me two different curves but similar in appearance.
Is there any way of predicting what the function would be for any arbitrary number K between and 10 and 20? Lets say I wanted to find or predict the function of the curve with K=15. How would I do this?
This is a similar problem to people who have data for some process that is taking place at different temperatures, and they want to predict the behavior of another temperature for which they do not have data.
Many thanks in advance.
Alexander
3 Comments
KSSV
on 22 Mar 2018
In the first place....where is K used in y1 and y2?
Alexander Engman
on 22 Mar 2018
KSSV
on 22 Mar 2018
What I understand is you have a model, you will generate data for few instances/ cases. With this data, you want a model for cases. You want to a generalized fitting curve/ wieghts.
Accepted Answer
More Answers (0)
Categories
Find more on Interpolation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!