A.有充足的理由否定原假設(shè) B.原假設(shè)必定是錯誤的 C.犯錯誤的概率不大于a D.犯錯誤的概率不大于b E.在H。成立的情況下發(fā)生了小概率事件
A.均勻分布 B.卡方分布 C.F分布 D.對數(shù)正態(tài)分布
如下表student中,如何篩選type為包含數(shù)學或語文的記錄?() ID type score: A01數(shù)學78; A02語文76; A03英語90; A04數(shù)學68; A05英語84。
A.select*from student where type=”數(shù)學”and type=”語文” B.select*from student where type=”數(shù)學”or type=”語文” C.select*from student where type in(”數(shù)學”,”語文”) D.select*from student where type in(”數(shù)學”、”語文”)