Confusing about applying weighted least square for constant fitting
4 views (last 30 days)
Show older comments
I'm now fitting a line with noise. My equation is to minimize
corresponding to equation
, then I have
and
with
data. I want to caculate the best y. The WSL gives
for the answer. But now my confusing is what is Y? Is this
, which means my code is
, then I have
and
data. I want to caculate the best y. The WSL gives (1) is the matrix with number 1. Is this right for me? or I should use other function such as fminsearch(I saw in the community, maybe it's still my missunderstanding)...Thanks
0 Comments
Accepted Answer
More Answers (1)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!