COMPREHENSIVE STATISTICS LECTURE NOTES
SECTION I: DESCRIPTIVE STATISTICS
Introduction to Statistics
Statistics is the science of collecting, organizing, analyzing, interpreting, and presenting data. It is
widely used in business, economics, science, and social research to support decision-making.
Sampling Techniques
Sampling involves selecting a subset of a population to represent the whole.
Simple Random Sampling ensures each member has an equal chance.
Systematic Sampling selects every kth element.
Stratified Sampling divides population into groups and samples from each.
Cluster Sampling selects entire groups randomly.
Data Types and Presentation
Data can be qualitative (categorical) or quantitative (numerical). Quantitative data may be discrete or
continuous.
Data presentation methods include tables, frequency distributions, histograms, and cumulative curves.
Measures of Central Tendency
Mean is the average value. Median is the middle value in ordered data. Mode is the most frequent
value.
These measures summarize the central point of a dataset.
Measures of Dispersion
Range measures spread as difference between max and min.
Variance measures average squared deviation from the mean.
Standard deviation is the square root of variance.
Coefficient of variation compares variability relative to mean.
SECTION II: MEASURING UNCERTAINTY
Permutations and Combinations
Permutations consider order of arrangement while combinations do not.
They are used in counting possible outcomes in probability problems.
Probability Theory
Probability measures likelihood of events between 0 and 1.
Addition rule applies to union of events.
Multiplication rule applies to joint probability of independent events.
Random Variables and Distributions
Random variables assign numerical values to outcomes.
Discrete variables take countable values; continuous variables take infinite values within intervals.
Common distributions include binomial, Poisson, and normal.
Expected Value and CLT
Expected value represents long-run average outcome.
Central Limit Theorem states that sample means approximate normal distribution for large samples.
SECTION III: INFERENTIAL STATISTICS
Hypothesis Testing
Hypothesis testing is a method of making decisions using data.
Null hypothesis assumes no effect; alternative suggests effect.
Test statistics help decide whether to reject null hypothesis.
Estimation
Estimation involves using sample data to estimate population parameters.
Confidence intervals provide a range within which parameters lie.
SECTION IV: DATA ANALYSIS TECHNIQUES
Chi-Square Test
Chi-square test evaluates relationships between categorical variables using observed and expected
frequencies.
Regression and Correlation
Regression predicts relationship between variables.
Correlation measures strength and direction of relationship.
PRACTICE QUESTIONS AND ANSWERS
Q1: Define statistics.
A: Science of collecting, analyzing, and interpreting data.
Q2: Difference between permutation and combination?
A: Permutation considers order; combination does not.
Q3: What is standard deviation?
A: Measure of spread showing how far values deviate from mean.
FORMULA SHEET
Mean: x■ = Σx / n
Variance: σ² = Σ(x - x■)² / n
Standard deviation: σ = √σ²
nPr = n!/(n-r)!
nCr = n!/[r!(n-r)!]
P(A∪B)=P(A)+P(B)-P(A∩B)
P(A∩B)=P(A)P(B)
Confidence interval: x■ ± Z(σ/√n)
χ² = Σ((O-E)²/E)
Regression: y = a + bx