【单选题】方差未知的单个正态总体均值的假设检验时,原假设是 μ≥300 ,显著性水平是 0.05,检验方法是()
A. [h,p,ci]= t test(x, 300 , 0.95 , -1 )
B. [h,p,ci]= t test(x, 300 , 0.95 , 1 )
C. [h,p,ci]= t test(x, 300 , 1 )
D. [h,p,ci]= t test(x, 300 , -1 )
A. [h,p,ci]= t test(x, 300 , 0.95 , -1 )
B. [h,p,ci]= t test(x, 300 , 0.95 , 1 )
C. [h,p,ci]= t test(x, 300 , 1 )
D. [h,p,ci]= t test(x, 300 , -1 )
举一反三
- 进行 假设检验时,用函数 [h,p,ci]=ttest2(x,y, alpha,-1) 进行检验。f2fd9da17627cdb5fd6a9e237d952f22
- 方差未知的单个正态总体均值的假设检验时,原假设是μ≥300,显著性水平是0.05,检验方法是( )
- 假设检验时,函数[h,p,ci]=ttest2(x,y,alpha,0)的输出参数h=1,说明。d45b6387bb99e0e2dc0660822e8e0d8d
- 在Matlab中函数[h,p,ci,zval]=ztest(x,mu,sigma,alpha,tail)输出变量p值小于给定的显著性水平时,拒绝原假设,即h=1。
- 总体方差已知时,总体均值的检验使用U检验,调用格式为[h,p,ci]=ztest(x,m,sigma,alpha,tail)()