flowchart LR D[Probability<br/>Distributions] --> DI[Discrete] D --> CO[Continuous] DI --> B[Binomial] DI --> P[Poisson] DI --> G[Geometric] CO --> N[Normal] CO --> T[t] CO --> CS[Chi-square] CO --> F[F] style D fill:#FCE4EC,stroke:#AD1457 style N fill:#E8F5E9,stroke:#1B5E20
69 Statistics for Management
69.1 What is Statistics?
Statistics is the science of collecting, organising, analysing, interpreting and presenting data. In management, statistics is the toolkit that turns data into insight for decisions — from forecasting demand to evaluating product quality to inferring customer preferences. The Indian standard text by S.P. Gupta defines statistics as “the science which deals with classification, tabulation, analysis and interpretation of numerical data” (gupta2019?).
| Branch | What it does | Example |
|---|---|---|
| Descriptive statistics | Summarise and present data | Mean, median, charts |
| Inferential statistics | Draw conclusions about populations from samples | Hypothesis tests, confidence intervals |
69.2 Types of Data and Levels of Measurement
| Type | Description | Examples |
|---|---|---|
| Qualitative / Categorical | Non-numerical | Gender, brand preference |
| Quantitative — discrete | Whole-number counts | Number of customers |
| Quantitative — continuous | Any value within a range | Height, weight, time |
| Level | What it captures | Examples | Permitted statistics |
|---|---|---|---|
| Nominal | Categories, no order | Gender, religion | Mode, frequency |
| Ordinal | Order, no equal intervals | Likert scale, rank | Median, percentile |
| Interval | Equal intervals, no true zero | Celsius, Fahrenheit | Mean, std dev |
| Ratio | Equal intervals + true zero | Income, weight, age | All operations including ratios |
69.3 Measures of Central Tendency
| Measure | Definition | Best for |
|---|---|---|
| Mean (arithmetic) | Σx ÷ n | Symmetric, no extreme outliers |
| Median | Middle value when data is sorted | Skewed data |
| Mode | Most frequent value | Categorical or unimodal data |
Karl Pearson’s empirical relationship (for moderately skewed distributions): Mode = 3 × Median − 2 × Mean.
69.4 Measures of Dispersion
| Measure | Formula | What it captures |
|---|---|---|
| Range | Max − Min | Crude spread |
| Quartile deviation | (Q3 − Q1) / 2 | Middle 50% spread |
| Mean deviation | Σ|x − x̄| ÷ n | Average absolute deviation |
| Variance | Σ(x − x̄)² ÷ n | Average squared deviation |
| Standard deviation | √Variance | Same units as data; most-used |
| Coefficient of Variation | (σ ÷ x̄) × 100 | Relative dispersion (compare different units) |
69.5 Measures of Skewness and Kurtosis
| Concept | What it captures | Symmetric value |
|---|---|---|
| Skewness | Asymmetry of distribution | 0 (symmetric) |
| Kurtosis | Peakedness / tail heaviness | 3 (normal); excess kurtosis = 0 |
Pearson’s coefficient of skewness: Skp = (Mean − Mode) / σ.
69.6 Probability Foundations
| Approach | Definition |
|---|---|
| Classical / a-priori | Favourable outcomes ÷ Total outcomes (assumes equally likely) |
| Empirical / Frequentist | Long-run relative frequency |
| Subjective | Personal degree of belief |
| Rule | Statement |
|---|---|
| Addition | P(A ∪ B) = P(A) + P(B) − P(A ∩ B) |
| Multiplication | P(A ∩ B) = P(A) × P(B |
| Conditional | P(A |
| Bayes | P(A |
69.7 Probability Distributions
| Distribution | Type | Use |
|---|---|---|
| Bernoulli | Discrete | Single yes/no trial |
| Binomial | Discrete | n independent yes/no trials |
| Poisson | Discrete | Rare events; mean = variance = λ |
| Geometric | Discrete | Trials until first success |
| Normal (Gaussian) | Continuous | Bell curve; many natural phenomena |
| Standard Normal | Continuous | Mean 0, SD 1; z-scores |
| t-distribution | Continuous | Small samples; replaces Normal |
| Chi-square | Continuous | Goodness-of-fit, independence |
| F-distribution | Continuous | Variance ratio; ANOVA |
| Exponential | Continuous | Time between events |
| Uniform | Continuous | Equal probability across range |
69.8 The Normal Distribution
The most important continuous distribution. Properties:
| Property | What it says |
|---|---|
| Symmetry | Mean = median = mode |
| Bell-shaped | Single peak at the mean |
| Asymptotic | Tails approach but never touch the X-axis |
| 68-95-99.7 rule | ~68% within ±1σ, 95% within ±2σ, 99.7% within ±3σ |
| Standardisation | Any normal converts to standard normal via z = (x − μ) / σ |
| Central Limit Theorem | Sample means converge to normal as n grows |
69.9 Practice Questions
Drawing conclusions about a population based on a sample is the domain of:
View solution
Temperature in Celsius is measured on which level?
View solution
For a moderately skewed distribution with Mean = 50 and Median = 45, the Mode is approximately:
View solution
The Coefficient of Variation is most useful for:
View solution
Bayes's theorem expresses:
View solution
In a Poisson distribution, mean and variance are:
View solution
In a normal distribution, approximately what % of values lie within ±2σ of the mean?
View solution
The Central Limit Theorem says that:
View solution
- Statistics = science of data. Two branches: descriptive + inferential.
- Stevens’s four levels: Nominal · Ordinal · Interval · Ratio.
- Measures of central tendency: Mean · Median · Mode. Pearson empirical: Mode ≈ 3M − 2X̄.
- Dispersion: Range · QD · MD · Variance · SD · CV (relative).
- Probability rules: addition, multiplication, conditional, Bayes.
- Distributions: Discrete (Bernoulli, Binomial, Poisson, Geometric) and Continuous (Normal, t, Chi-square, F, Exponential, Uniform).
- Normal: 68-95-99.7 rule; CLT says sample means converge to normal.