Surface Fitting Different Algorithms
Show older comments
I am recently working with the Surface Fitting. I came across three methods to do it, which are Regression, polynomial, interpolation and smoothing. I want to know about the algorithm used in each method. I dont understand the concept of Least Square Method. Is this is used in all surface fitting methods? Is there any documentation stating the algorithm used by each methods. How all the different surface fitting works and what is the maths behind it?
6 Comments
John D'Errico
on 24 May 2019
This is WAY to large of a question to answer in less than a book. In fact, you could find dozens of books on the concepts involved.
Mohan Gopal Tripathi
on 24 May 2019
John D'Errico
on 24 May 2019
So what are we supposed to say? Write the book that you need to read?
Do some reading, perhaps on Wikipedia. Do you really need to know the algorithms behind a fit? If you want that, then read the docs for the tools in question. They will usually show a reference. Perhaps what you need to take is a course on empirical modeling. Lacking that, READ A BOOK. This question (and your several related questions) is far to extensive to answer here, as it would require writing a book.
Mohan Gopal Tripathi
on 24 May 2019
Image Analyst
on 24 May 2019
Give an example of the data you want to fit a surface to, like a .mat file, or a screenshot, or both. Do you want the result to be a 2-D matrix with z values for every grid point? Do you want the fitted surface to match the existing training points (like a regression rather than a spline interpolation)?
Mohan Gopal Tripathi
on 24 May 2019
Answers (0)
Categories
Find more on Get Started with Curve Fitting Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!