EasyDeepLearn

One-sample t-test: setup and assumptions.

easy

Answer

  • H0: μ  =  μ0{\mu}\; = \;{\mu}_{0}.
  • Statistic: t  =  (X    μ0)  /  (s  /  n)t\; = \;(X\; - \;{\mu}_{0})\; / \;(s\; / \; \sqrt n), where s is sample SD.
  • Under H0 and normality, t ~ tn1t_{n - 1}.
  • Assumptions: (1) i.i.d. samples; (2) approximately normal (robust for n > 30 due to CLT).
  • Compare t to t-distribution quantiles or compute a p-value.
  • Use case: is the mean of a metric different from a target?
Check yourself — multiple choice
  • No assumptions
  • t  =  (X    μ0)/(s/n)t\; = \;(X\; - \;{\mu}_{0}) / (s / \sqrt n) ~ tn1t_{n - 1}; assumes i.i.d. + approx normal (robust at n > 30 via CLT)
  • Requires known σ
  • Only for two samples

One-sample t: t=(Xμ0)/(s/n)t = (X - {\mu}_{0}) / (s / \sqrt n), df=n-1, robust past n≈30.

#hypothesis-testing#parametric-tests

Practise Statistics Fundamentals

215 interview questions in this topic.

Related questions