统计学笔记

统计量

r2=t2t2+df t检验对 H0 的解释度

T-test

T -test Assumptions

  1. X and Y should be random samples from two independent populations.
  2. Populations are approximately normal.
  3. Sample data can estimate population variances.
  4. Population varances are roughly equal.

Independent Samples t-test

Pooledvariance()=S2p=SSx+SSydfx+dfy(Σ(xix¯)2=SSx) {样本量n不一致的时候用}

Standard Error (Sx¯+y¯)=s2pnx+s2pny

H0:μxμy=10

tStatistic=(X¯Y¯)Observeddifference(μxμy)expecteddifferenceSx¯y¯StandardError

样本类型

Dependent Samples(repeated measures; Within-subject designs)

  • Two conditionals
  • Longitudinal
  • Pre-test, post-test

Advantages

  • Controls for individual differences
  • Use fewer subjects
  • Cost-effective
  • Less time-consuming
  • Less expensive

Independent Samples(Between-subject designs)

  • Experimental
  • Observational

Disadvantages

  • Carry-over effects Second measurement can be affected byu first treatment
  • Order may influence results

统计计算

tStatistic="Differencebetweenmeans"Standarderror=(x1¯¯¯x2¯¯¯)(μ1μ2)SE

SD=s21+s22

SE=sn=s21+s22n=s21n1+s22n2

df=n1+n22

你可能感兴趣的:(统计学笔记)