Statistics Cheat Sheet 2026
The 30 highest-yield Statistics facts, distilled from real exam questions. Print it, save it as a PDF, or study it here โ free, no sign-up.
100 questions
120 min time limit
70.00% to pass
- In reliability engineering within quality assurance, the 'bathtub curve' describes the failure rate of a product over time. The three regions of this curve are: โ Burn-in, random failure, and wear-out
- What is a risk mitigation strategy in Statistics practice? โ Implementing controls that reduce the likelihood or impact of identified risks
- The concept of 'data governance' in regulatory compliance primarily refers to: โ Policies ensuring data quality, integrity, and authorized use
- In environmental regulation, which statistical approach does the EPA use to set National Ambient Air Quality Standards? โ Risk-based standards using specified percentile exposures
- Which sampling method assigns each member of the population a unique number and selects individuals using a random number generator? โ Simple random sampling
- A statistician needs to explain Type I and Type II errors to a clinical trial sponsor. Which real-world framing is most effective? โ Type I: approving an ineffective drug; Type II: rejecting an effective drug
- Which SQL aggregate function computes the arithmetic mean of a numeric column named 'score'? โ AVG(score)
- A researcher uses convenience sampling by surveying students in one university class. Which threat to validity is MOST relevant? โ External validity โ limited generalizability
- Which probability distribution is appropriate for modeling the number of successes in a fixed number of independent trials? โ Binomial distribution
- A marketing team asks if an A/B test result is 'good enough to act on.' What statistical concept should guide your answer? โ The combination of statistical significance, effect size, and practical business impact
- A client insists that a correlation of 0.3 between advertising spend and sales 'proves' advertising causes sales. What is the statistician's best response? โ Explain that correlation does not imply causation and suggest an experimental design
- Which control chart should be used when the subgroup size n = 1 (individual measurements)? โ Individuals (I) and Moving Range (MR) chart
- Which U.S. law established the requirement for companies to maintain internal controls over financial reporting and have them audited? โ Sarbanes-Oxley Act
- A statistician is presenting regression results to a non-technical board. Which approach best communicates a significant predictor? โ State 'for every 1-unit increase in X, Y increases by B units on average'
- In multiple regression, what does multicollinearity refer to? โ High correlation among predictor variables
- In Microsoft Excel's Data Analysis ToolPak, which tool generates a table showing regression coefficients, R-squared, and ANOVA output? โ Regression
- What is the variance of the dataset {2, 4, 4, 4, 5, 5, 7, 9}? โ 4
- A researcher tests whether a coin is fair by flipping it 100 times and getting 60 heads. He sets ฮฑ=0.05 and calculates p=0.057. What conclusion does he draw? โ Fail to reject Hโ; there is insufficient evidence to conclude the coin is unfair
- When reporting statistical results in an executive summary, which element should always be included alongside a p-value? โ An effect size measure
- A loss severity distribution is modeled with a lognormal model. If the underlying normal variable has ฮผ = 10 and ฯ = 1, the median loss is: โ eยนโฐ โ $22,026
- In evidence-based practice, the PICO framework helps researchers formulate: โ A well-built clinical question
- In SAS, the PROC FREQ procedure is primarily used for: โ Generating frequency tables and chi-square tests for categorical data
- What is a one-tailed hypothesis test used for? โ Testing for an effect in a specific direction
- What is the effect of increasing the significance level (ฮฑ) from 0.05 to 0.10 on a hypothesis test? โ Increases the probability of a Type I error and raises power
- In Design of Experiments (DOE) applied to quality improvement, a '2^k factorial design' refers to an experiment with: โ k factors each tested at exactly two levels
- The empirical rule states that approximately what percentage of data falls within 2 standard deviations of the mean in a normal distribution? โ 95%
- In R's ggplot2 package, which function adds a linear regression line to a scatter plot? โ geom_smooth(method='lm')
- A neuroscientist measures reaction times before and after caffeine intake for 15 subjects. Which test is most appropriate? โ Paired t-test
- A statistician uses Python's statsmodels library to fit an OLS regression and inspects the Durbin-Watson statistic. What assumption does this statistic test? โ Independence of residuals (autocorrelation)
- In the context of regression, what is overfitting? โ A model that fits the training data too closely and performs poorly on new data
Turn these facts into recall:
Was this helpful?