least square method

6 views (last 30 days)
tiara
tiara on 21 May 2012
Hello....
what is the mfile coding for least square method to compare the two data is fit or not, or to know the percentage fit between two data? the data is in microsoft excel.
Hope you can help me... thanks...

Accepted Answer

Titus Edelhofer
Titus Edelhofer on 21 May 2012
Hi Tiara,
"fit" may be next to everything. If it is a linear fit, just use polyfit, same of course for polynomial fit. Everything else you will need to give us some more information ...
Titus
  2 Comments
tiara
tiara on 21 May 2012
thanks for your responds...
I have two data that will need to compare between these two data.
It just in array data... not in polynomial..
How can I compare these two data by writing coding in mfile?
What is the coding?
Sargondjani
Sargondjani on 21 May 2012
you have to tell us how you want to compare them... i mean, it could be every thing: difference in mean, variance, linear regression coefficients, average squared differences...

Sign in to comment.

More Answers (0)

Categories

Find more on Polynomials 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!