필터 지우기
필터 지우기

Chi square on a custom equation plot

조회 수: 20 (최근 30일)
Kim Paterson
Kim Paterson 2019년 2월 26일
답변: Abhishek Singh 2019년 3월 8일
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
x.jpg
Thank you!

답변 (1개)

Abhishek Singh
Abhishek Singh 2019년 3월 8일
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:
chi-square.jfif
This can be achieved in MATLAB using this.
h = chi2gof(x)
Refer this link for the same.
You can find reduced Chi-square value through dividing the Chi-square value by degrees of freedom.
I hope this helps.

카테고리

Help CenterFile Exchange에서 Hypothesis Tests에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by