Getting Chi-Squared Statistic

조회 수: 3 (최근 30일)
Sebastian Daneli
Sebastian Daneli 2022년 5월 25일
답변: Torsten 2022년 5월 25일
Hi
How can i use Matlab to find for example the following chi-squared statistic?
I can't make sense of the various commands.

채택된 답변

Torsten
Torsten 2022년 5월 25일
chi2inv(0.95,1) % gives 3.8415
chi2cdf(3.8415,1) % gives 0.95

추가 답변 (0개)

카테고리

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