matlab 卡方分布请问在matlab里怎么计算卡方分布的值?比如 alpha=0.05时那么卡方分布 1-alpha/2(n)怎么计算?alpha/2 是下标多谢指点

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/08 14:12:43
matlab 卡方分布请问在matlab里怎么计算卡方分布的值?比如 alpha=0.05时那么卡方分布 1-alpha/2(n)怎么计算?alpha/2 是下标多谢指点
xՒJ#A_,r1w2DDw.$d{] ۪jo+b":3YU" qN+Xn5"MqP?t }7l?7qoX;~wy՘T^o!jU@Ƿqn&3352)\Z+QFIB҂wsWEtRWFgJ?Wʬ_)YNΥMM2hSl:ܿQJFnI="0y*N'2LCf<aJ`uNUX (5p@5(R<~0A|LLi;s t ut]|#W:IZ82 )%c*$Ps]e}/iC1r?b"aJ"cSJx1G?x

matlab 卡方分布请问在matlab里怎么计算卡方分布的值?比如 alpha=0.05时那么卡方分布 1-alpha/2(n)怎么计算?alpha/2 是下标多谢指点
matlab 卡方分布
请问在matlab里怎么计算卡方分布的值?
比如 alpha=0.05时
那么卡方分布 1-alpha/2(n)怎么计算?alpha/2 是下标
多谢指点

matlab 卡方分布请问在matlab里怎么计算卡方分布的值?比如 alpha=0.05时那么卡方分布 1-alpha/2(n)怎么计算?alpha/2 是下标多谢指点
1-chi2cdf(alpha/2,n)
注:
CHI2CDF Chi-square cumulative distribution function.
P = CHI2CDF(X,V) returns the chi-square cumulative distribution
function with V degrees of freedom at the values in X.
The chi-square density function with V degrees of freedom,
is the same as a gamma density function with parameters V/2 and 2.
The size of P is the common size of X and V.A scalar input
functions as a constant matrix of the same size as the other input.