A.均勻分布 B.卡方分布 C.F分布 D.對(duì)數(shù)正態(tài)分布
如下表student中,如何篩選type為包含數(shù)學(xué)或語(yǔ)文的記錄?() ID type score: A01數(shù)學(xué)78; A02語(yǔ)文76; A03英語(yǔ)90; A04數(shù)學(xué)68; A05英語(yǔ)84。
A.select*from student where type=”數(shù)學(xué)”and type=”語(yǔ)文” B.select*from student where type=”數(shù)學(xué)”or type=”語(yǔ)文” C.select*from student where type in(”數(shù)學(xué)”,”語(yǔ)文”) D.select*from student where type in(”數(shù)學(xué)”、”語(yǔ)文”)
A.對(duì)變量進(jìn)行標(biāo)準(zhǔn)化 B.對(duì)變量進(jìn)行百分位秩或Turkey正態(tài)性轉(zhuǎn)換 C.對(duì)變量進(jìn)行因子分析或聚類(lèi)分析 D.對(duì)變量進(jìn)行分箱處理