Theoretical statistics develops and proves statistical theorems, methods, formulas, rules, and laws, whereas applied statistics uses them to solve real problems.
A census surveys every element of the population, whereas a sample survey collects information from only part of the population.
A random sample gives each population element a known nonzero probability of selection, whereas a non-random sample gives some elements no chance of selection.
Population → sample → variable → observation → data series
★ Must-know
📌 A quantitative variable can be expressed numerically, whereas a qualitative variable is classified into two or more categories without numerical values.
📌 A discrete variable has countable isolated values, whereas a continuous variable can take any value within one or more intervals.
📌 A ratio scale has a meaningful zero indicating absence of the measured phenomenon, whereas an interval scale has a zero that does not indicate absence; weight uses a ratio scale, while temperature uses an interval scale.
📐 Formula — The relative frequency of a category equals its frequency divided by the sum of all frequencies: .
Further detail
📐 Formula — Sturges' rule estimates the number of grouped intervals as , where is the number of observations.
Nominal labels, ordinal ranks, interval differences, ratio proportions
📐 Formula — The coefficient of variation is the standard deviation divided by the arithmetic mean and multiplied by 100: for a population and for a sample.
📐 Formula — The interquartile range is the difference between the third and first quartiles: .
Mean reacts to extremes; median resists them; mode marks frequency
📐 Formula — When all elementary outcomes are equally likely, the probability of an elementary outcome is and the probability of an event A is .
📌 Relative-frequency probability estimates an event probability as , where f is the number of realizations of A and n is the number of trials; the estimate becomes more stable as the sample grows.
Experiment → outcomes → sample space → probability model
📌 A discrete random variable takes countably many values, whereas a continuous random variable can take any value in one or more intervals.
📐 Formula — A discrete probability distribution must satisfy for every x and .
📐 Formula — The expected value of a discrete random variable is , and its standard deviation is .
Standardization converts distance from the mean into z-values
📐 Formula — For a standardized normal variable, if F(z) is the area to the left of z, then , , and .
📐 Formula — A normally distributed value x is standardized using .
68.26% → 95.44% → 99.74% within 1 → 2 → 3 standard deviations
★ Must-know
📌 The difference between a sample statistic and the corresponding population parameter is random error when the sample is random and no nonsampling error has occurred.
📐 Formula — For the sampling distribution of the sample mean, the expected value equals the population mean, , and, when the sample is at most 5% of the population, the standard error is .
📌 By the central limit theorem, sample means from large samples are approximately normally distributed regardless of the population distribution; samples are generally considered large when .
📐 Formula — For a sample proportion P, the expected value is and, when n/N ≤ 0.05, its standard error is , where q=1−p.
Further detail
📌 If the sampling fraction exceeds 5%, the standard error of the sample mean uses the finite population correction: .
Random sampling → variable statistics → sampling distributions
★ Must-know
📌 A point estimate is a single value calculated from a sample statistic, whereas an interval estimate gives a range believed to contain the corresponding population parameter.
📐 Formula — A confidence interval is constructed as .
📐 Formula — When the population standard deviation is known, a confidence interval for the population mean is .
📐 Formula — When the population standard deviation is unknown, a confidence interval for the population mean is , with n−1 degrees of freedom.
Further detail
Point estimate gives one value; interval estimate gives a range with confidence
★ Must-know
Further detail
📌 With a fixed sample size, decreasing α increases β, so the probabilities of Type I and Type II errors cannot generally be reduced simultaneously.
Reject H₀ when evidence enters the rejection region; otherwise do not reject H₀
★ Must-know
📐 Formula — For testing a population mean with a normal distribution, the test statistic is , where .
📌 Using the p-value approach, H₀ is rejected when the p-value is less than α and is not rejected when the p-value is greater than or equal to α.
Further detail
📐 Formula — When estimating a population mean with known σ, the required sample size for margin of error E is ; for a population proportion it is .
Hypotheses → distribution → rejection region or p-value → decision
★ Must-know
📌 For estimating or testing a population mean with a known population standard deviation, the normal distribution is used when the sample is small and the population is normal, or when the sample is large with n ≥ 30.
📐 Formula — A confidence interval for a population mean in the normal-distribution cases is , where and the margin of error is .
📌 The t distribution is used for a population mean when the population standard deviation is unknown, with a normal population required for a small sample and either a large sample or a normal population for the stated applications.
Further detail
📐 Formula — For two independent samples with known population standard deviations, the z statistic for the difference of means is , where .
Known population deviation uses z; unknown population deviation uses t.
★ Must-know
📐 Formula — For a goodness-of-fit test, the expected frequency in a category is and the degrees of freedom are .
📐 Formula — The goodness-of-fit chi-square statistic is , where O is the observed frequency and E is the expected frequency.
📐 Formula — For a contingency table with R rows and K columns, the independence-test degrees of freedom are and the expected frequency in a cell is .
Further detail
📌 The goodness-of-fit chi-square test is always right-tailed and requires every expected category frequency to be at least 5.
Observed–expected discrepancies → chi-square statistic → rejection decision.
★ Must-know
📌 Between-sample variance VA estimates population variance from differences between sample means, whereas within-sample variance VR estimates it from differences among observations within samples.
📐 Formula — The ANOVA test statistic is , with and .
Further detail
📌 The one-way ANOVA F test is always right-tailed, with the rejection region at the right end of the F distribution.
Between-group variation is compared with within-group variation.
★ Must-know
📐 Formula — The deterministic simple linear regression model is , where β0 is the intercept and β1 is the change in Y produced by a one-unit increase in X.
📐 Formula — The stochastic simple linear regression model is , where ε represents omitted variables and random variations.
The regression assumptions are:
Spearman's coefficient ranges from −1 to 1; rS = 0 indicates no monotonic association, rS > 0 a direct monotonic association, and rS < 0 an inverse monotonic association.
Further detail
📐 Formula — Spearman's rank correlation coefficient is , where d is the difference between paired ranks.
📐 Formula — The sample linear correlation coefficient is and its test statistic is with .
Functional dependence gives one Y for each X; stochastic dependence allows several Y values.
★ Must-know
📌 Regression is used both to estimate the average value of Y for a given X and to predict an individual value of Y for a given X.
📐 Formula — The conditional mean in the regression population is .
📐 Formula — A prediction interval for an individual Y value at X = Xp is with and df = n − 2.
📌 Regression analysis has two main uses: estimating the mean value of Y for a given X and predicting an individual value of Y for a given X.
📐 Formula — The estimated mean response for a given value of X is obtained from the sample regression equation, and its confidence interval is with and .
Further detail
Mean-response intervals estimate an average; prediction intervals estimate an individual outcome.
★ Must-know
📌 A positive correlation means that Y tends to increase as X increases, whereas a negative correlation means that Y tends to decrease as X increases.
📐 Formula — Spearman's rank correlation coefficient is calculated after ranking X and Y separately, defining each rank difference as , and using .
Further detail
📐 Formula — The sample Pearson correlation coefficient is calculated as .
📐 Formula — For testing the population linear correlation, the test statistic is with .
📌 For Spearman's test, the null hypothesis is , and it is rejected in a two-sided test when or , in a right-sided test when , or in a left-sided test when .
Pearson measures linear association, whereas Spearman measures monotone association between ranks.
★ Must-know
📐 Formula — A multiple linear regression model with one dependent variable and k explanatory variables is .
Further detail
📐 Formula — In multiple regression, the degrees of freedom for inference about a regression parameter are , where n is the sample size and k is the number of explanatory variables.
Model → assumptions → least squares → estimation and prediction
Extrapolated conclusions should be interpreted with increasing caution as the target X value moves farther from the sample-data range.
Individual indices describe changes in one phenomenon, whereas group indices describe changes in a group of related phenomena.
Base indices use a fixed reference period, whereas chain indices compare each period with the preceding period.
An index above 100 indicates a percentage increase equal to the amount by which it exceeds 100, an index below 100 indicates a decrease equal to the amount by which it is below 100, and an index of 100 indicates no change.
📐 Formula — A fixed-base index is calculated as , while a chain index is calculated as .
📌 A fixed-base index above 100 indicates a percentage increase equal to the excess over 100, an index below 100 indicates a decrease equal to the shortfall from 100, and an index equal to 100 indicates an unchanged level.
📌 Equal index numbers indicate equal relative changes, not equal absolute levels of the underlying phenomena.
📐 Formula — With the average-ratios method, a weighted group index is calculated as , commonly using the base-period value as the weight.
📌 The Laspeyres method uses base-period prices or quantities as weights, whereas the Paasche method uses current-period prices or quantities as weights.
📌 A moment series records the level of a phenomenon at particular moments and cannot meaningfully be summed, whereas an interval series records activity over intervals and can be cumulated.
Moving beyond observed X values → greater uncertainty and potentially invalid linear conclusions.
| Concept | Condition | Method |
|---|---|---|
| Classical probability | Equally likely outcomes | Favorable outcomes divided by total outcomes |
| Relative-frequency probability | Repeated observations or existing data | Event frequency divided by number of trials |
| Subjective probability | No equal likelihood or repeatable experiment | Judgment, experience, information, and belief |
| Condition | Distribution | Interval form |
|---|---|---|
| σ known | Normal (z) | x̄ ± zσ/√n |
| σ unknown | Student’s t | x̄ ± ts/√n |
| Small nonnormal or unknown population | Nonparametric method | No normal or t interval assumed |
Test your knowledge on Statistics Foundations and Probability with 70 multiple-choice questions with detailed corrections.
1. What does statistical inference primarily do when analyzing sample data?
2. Which activity best illustrates applied statistics?
Memorize the key concepts of Statistics Foundations and Probability with 94 interactive flashcards.
What is Statistics as a scientific method?
It is used to collect, present, analyze, interpret data, and draw conclusions.
What does theoretical statistics develop and prove?
Statistical theorems, methods, formulas, rules, and laws.
How does applied statistics use statistical methods?
It uses them to solve real problems.
Import your course and AI generates sheets, quizzes and flashcards in 30 seconds.
Sheet generator