Chi square on a custom equation plot
显示 更早的评论
Hello!
sorry if this may seem like a silly question, but I am having trouble with finding th chi^2 and reduced chi^2 values for my efficiency plot. I generated a code of my plot which i did on the curve fitting app, and I'm not sure how to go about writing in the chi^2 for it. My plot looks like this

Thank you!
回答(1 个)
Abhishek Singh
2019-3-8
0 个投票
I’m not very clear about the question you asked but I understand you need to find Chi-square value and reduced Chi-square value.
Formula for finding the Chi-square value is:

h = chi2gof(x)
You can find reduced Chi-square value through dividing the Chi-square value by degrees of freedom.
I hope this helps.
类别
在 帮助中心 和 File Exchange 中查找有关 Hypothesis Tests 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!