Can someone help me write out this equation for chi-square please
3 views (last 30 days)
Show older comments
I am having trouble writing this equation out in matlab, am a beginner. This is my attempt so far: CS= sum(((y-m)./err_y).^2). Any help would be much appreciated!

0 Comments
Answers (1)
Alan Stevens
on 19 Oct 2020
As long as y, m and err_y have the same number of elements then your expression should work ok.
3 Comments
Alan Stevens
on 19 Oct 2020
It is reasonable that the better fitting model produces a smaller value of chi-squared.
Your expression for chi-square looks somewhat unusual to me
(see https://www.statisticshowto.com/probability-and-statistics/chi-square/ for example), however, I'm no statistics expert.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!