Why I get NaN for 24,8 for chi2inv ?

1 次查看(过去 30 天)
x y
x y 2015-10-23
评论: x y 2015-10-24
>> c = chi2inv(24,8)
c =
NaN
In the exercise what we did in school,we used the chi2 table for vx = 24 nad vy = 8 ,and we get w0.95 = 3.155
When I want to search for the chi2nv value , I get NaN out in matlab. How to find this 3,155 wiht matlab?
  2 个评论
the cyclist
the cyclist 2015-10-23
编辑:the cyclist 2015-10-23
Hi, xy.
Your question is hard to decipher. "vx", "vy", and "w" are not standard parameters of the chi^2 distribution, so it is difficult to guess what you actually calculated in your school course.
Can you explain in words and concepts what you were trying to calculate in your class? Then maybe we can help you translate that into MATLAB. For example, it looks like maybe you are looking for the 95th confidence interval? But we need to know the number of "degrees of freedom" for the chi^2, for example.
x y
x y 2015-10-24
Hi, We have got basic static on this lecture. Yes we looked for 95th interval, /in chi-squared distribution/
1-alfa ,where alfa is 0,05 ...so w(1-0.95)=w(0.95)
The sample what we work (N is count of info/measurement ) , N1 = 25 , second sample is N2 = 9
Forumla is: Vx = N1 - 1 = 25 - 1 = 24 Vy = N2 - 1 = 9 - 1 = 8
so with this info/number we searched in the chi2 table,and found the number 3,155

请先登录,再进行评论。

回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by