Introduction to Statistical Methods: Problems and Solutions
1. What is Statistics?
Statistics is the science of collecting, organizing, analyzing, interpreting, and presenting data.
- Descriptive Statistics: Summarizes data (mean, median, mode, etc.)
- Inferential Statistics: Makes predictions or inferences about a population from a sample.
2. Types of Data:
- Qualitative (Categorical): Non-numerical (e.g., Gender, Color)
- Quantitative (Numerical): Measurable (e.g., Age, Height)
- Discrete: Countable
- Continuous: Measurable
3. Descriptive Statistics:
- Mean = Sum of values / Number of values
- Median = Middle value
- Mode = Most frequent value
- Range = Max - Min
- Variance = Average of squared deviations from the mean
- Standard Deviation = Square root of variance
4. Probability Basics:
P(E) = Favorable outcomes / Total outcomes
Example: Rolling a die, P(getting >4) = 2/6 = 1/3
Introduction to Statistical Methods: Problems and Solutions
5. Probability Distributions:
- Binomial: P(X = k) = C(n, k) * p^k * (1-p)^(n-k)
- Normal: Z = (X - mu) / sigma
6. Hypothesis Testing:
1. State H and H
2. Choose significance level ()
3. Compute test statistic (z or t)
4. Compare with critical value or p-value
5. Decide (Reject or fail to reject H)
7. Common Problems:
Problem 1: Mean and SD of 2, 4, 4, 4, 5, 5, 7, 9
- Mean = 5, SD = 2
Problem 2: Binomial, 3 coin tosses, 2 heads
- P = 0.375
Problem 3: Z-score, mu = 70, sigma = 10, X = 85
- Z = 1.5
Problem 4: 95% CI, x = 100, sigma = 10, n = 25
- CI = (96.08, 103.92)
Introduction to Statistical Methods: Problems and Solutions
Problem 5: Hypothesis Test, x = 52, mu = 50, sigma = 4, n = 16
- Z = 2 > 1.96 Reject H
8. Tools in Statistical Analysis:
- Graphs: Histogram, Pie chart, Box plot
- Software: Excel, SPSS, R, Python (pandas, numpy, scipy)
Summary:
- Mean: Central average
- SD: Spread of data
- Z-score: Standardized value
- Binomial: Discrete trials
- Normal: Bell-curve distribution
- Hypothesis Test: Infer population behavior