单样本x均值[img=58x22]18034ea13b265b2.png[/img]的t检验使用___________。
A: stats.ttest_1samp(x, 2.3)
B: stats.binom_test(x, 2.3)
C: stats.wilcoxon(x, 2.3)
D: stats.chi2_test(x, 2.3)
A: stats.ttest_1samp(x, 2.3)
B: stats.binom_test(x, 2.3)
C: stats.wilcoxon(x, 2.3)
D: stats.chi2_test(x, 2.3)
举一反三
- intx=3,y=2;则条件表达式x>y?1:2.3的值为() A: 1 B: 1.0 C: 2.3
- 可直接用来计算相关系数的函数是 A: stats::cor() B: stats::cov() C: stats::dist() D: stats::density()
- Matlab命令[b,bint,r,rint,stats]=regress(y,x,alpha)中,( )是输出参数. A: 检验统计量stats B: 因变量y C: 显著性水平alpha D: 自变量x
- 中国大学MOOC:MATLAB软件中[A,AINT,R,RINT,STATS]=regress(Y,X,ALPHA)命令输入的参数有
- 求变上限函数[img=72x35]17da5f1066e9acf.png[/img]对变量x的导数,实验命令是(). A: diff(int(sqrt(a+t),t,x,x^2))ans =2*x*(x^2 + a)^(1/2) - (a + x)^(1/2) B: syms a t; diff(int(sqrt(a+t),t,x,x^2))ans =2*x*(x^2 + a)^(1/2) - (a + x)^(1/2) C: diff('int(sqrt(a+t)','t',x,x^2))ans =2*x*(x^2 + a)^(1/2) - (a + x)^(1/2)