若对变量的显著性进行检验,则其备择假设应为()。
A: H1:β1=0B.H1:β1≠0C.H1:β0=0D.H1:β0≠0
B: 令每月工作时间为X(天),月收入为Y(百元),已知:
C: ∑Y=196,∑X=118,∑Y2=7694,∑X2=2790,∑XY=4633,n=5
D: 根据上述资料请回答:
A: H1:β1=0B.H1:β1≠0C.H1:β0=0D.H1:β0≠0
B: 令每月工作时间为X(天),月收入为Y(百元),已知:
C: ∑Y=196,∑X=118,∑Y2=7694,∑X2=2790,∑XY=4633,n=5
D: 根据上述资料请回答:
举一反三
- 以下程序的输出结果是( )。 struct HAR { int x, y; struct HAR *p;} h[2]; main(){ h[0].x=1; h[0].y=2; h[1].x=3; h[1].y=4; h[0].p=&h[1]; h[1].p=h; printf("%d %d\n",(h[0].p)->x,(h[1].p)->y); }
- 下面哪段语句不会报错? A: x = ones(1,4);nh = 0:2;h = (nh+1)* ones(1,3);n=0:5;y=conv(x,h);stem(n,y); B: x = [1 2 3];h = ones(1,5);n=0:7;y=conv(x,h);stem(n,y); C: x = ones(1,5);nh = 0:2;h = (nh+1).* ones(1,3);n=0:6;y=conv(x,h);stem(n,y);
- 下面哪段语句不会报错? A: x = [1 2 3];h = ones(1,5);n=0:7;y=conv(x,h);stem(n,y); B: x = ones(1,4);nh =0:2;h = (nh+1) ones(1,3);n=0:5;y=conv(x,h);stem(n,y); C: x = ones(1,5);nh =0:2;h = (nh+1). ones(1,3);n=0:6;y=conv(x,h);stem(n,y);
- 有一函数,其功能为:若x<0,y的值为-1;若x=0,y的值为1;以下程序段中不能根据x值正确计算出y值的是 A: if(x>=0)if(x>0)y=1; else y=0;else y=-1; B: if(x>0)y=1; else if(x==0)y=0;else y=-1; C: y=0;if(x>=0) if(x>0) y=1;else y=-1; D: y=0;if(x>0) y=1;else if(x<0) y=-1
- 如果要对相关系数进行检验,其检验的原假设和备择假设应为()。 A: H<sub>0</sub>:ρ=0⇔H<sub>1</sub>:ρ≠0 B: H<sub>0</sub>:ρ≤0⇔H<sub>1</sub>:ρ>0 C: H<sub>0</sub>:ρ=1⇔H<sub>1</sub>:ρ≠1 D: H<sub>0</sub>:ρ≥0⇔H<sub>1</sub>:ρ<0