
Cards (10)
- 1Front
What is the formula for the sample mean?
Backx̄ = (Σxᵢ) / n, where xᵢ are individual values and n is the sample size.
- 2Front
What is the formula for sample variance?
Backs² = Σ(xᵢ - x̄)² / (n - 1), using n - 1 (Bessel's correction) to produce an unbiased estimate of population variance.
- 3Front
What are the parameters that fully define a normal distribution?
BackThe mean (μ), which determines the center, and the standard deviation (σ), which determines the spread. Written as N(μ, σ²).
- 4Front
What is the formula for a z-score?
Backz = (x - μ) / σ, representing how many standard deviations a value x is from the mean μ.
- 5Front
What does the Central Limit Theorem state?
BackFor a sufficiently large sample size n, the sampling distribution of the sample mean approaches a normal distribution with mean μ and standard error σ/√n, regardless of the population's distribution.
- 6Front
What is the formula for a 95% confidence interval for a population mean?
BackCI = x̄ ± 1.96 × (σ/√n) when σ is known, or x̄ ± t*(s/√n) when using the sample standard deviation s with a t-distribution.
- 7Front
In hypothesis testing, what is the difference between a Type I and a Type II error?
BackA Type I error is rejecting a true null hypothesis (false positive); its probability equals α. A Type II error is failing to reject a false null hypothesis (false negative); its probability is β.
- 8Front
What is the formula for a z-test statistic when testing a population mean?
Backz = (x̄ - μ₀) / (σ/√n), where μ₀ is the hypothesized population mean and σ/√n is the standard error.
- 9Front
What does the coefficient of determination (R²) measure in regression?
BackR² measures the proportion of variance in the dependent variable explained by the independent variable(s). It ranges from 0 to 1, with 1 indicating a perfect fit.
- 10Front
What is the least-squares regression line formula?
Backŷ = b₀ + b₁x, where b₁ = Σ(xᵢ - x̄)(yᵢ - ȳ) / Σ(xᵢ - x̄)² is the slope and b₀ = ȳ - b₁x̄ is the y-intercept.
Study this deck free
Create a free account to flip through these flashcards, quiz yourself, play match, and track what you've mastered — or fork the deck to make it your own.