Comprehensive Study Guide: Descriptive Statistics, Probability, and Distributions
BASIC CONCEPTS OF STATISTICS
Statistics Defined: Statistics is the art of learning from data. It is a science that deals with the collection, processing, analysis, and interpretation of numerical data.
Population: Refers to the total collection of elements of interest. Examples include all cars produced by a specific company in the last year or all students enrolled in an institution. Populations can be finite or infinite in size.
Sample: A smaller subgroup of elements selected from the population for selective examination. Unlike populations, samples are always finite.
Variable: A characteristic that changes or varies over time or across different experimental units.
- Example: Body temperature is a variable that varies with time for an individual and varies from individual to individual at a particular time.
Experimental Unit: The specific individual or object on which a variable is measured.
Data Categories:
- Univariate Data: Obtained when a single variable is measured on a single unit (e.g., blood pressure of employees).
- Bivariate Data: Obtained when two variables are measured on a single unit (e.g., blood pressure and weight).
- Multivariate Data: Obtained when more than two characteristics are measured on a single unit.
Categories of Variables:
- Qualitative Variable: Measures a quality or characteristic (e.g., skin color: fair, wheatish, black; performance: excellent, average, poor).
- Quantitative Variable: Measures a quantity or numerical amount (e.g., weight, height, marks).
- Discrete Variable: Can assume only finite or countably infinite values (e.g., number of students).
- Continuous Variable: Can assume an infinite number of values between two specific limits. Between any two selected values, a third value can always be found (e.g., time, temperature, weight).
DATA REPRESENTATION
Observations and numerical findings must be presented systematically to grasp essential characteristics.
Frequency Tables: Used for data sets with a relatively small number of distinct values.
Line Graph: Data is plotted with values on the x-axis and corresponding frequencies on the y-axis.
Ungrouped vs. Grouped Distribution:
- Ungrouped: Lists every distinct data value with its frequency.
- Grouped: Condenses large data sets using class intervals (e.g., salary-group 40-44).
Histogram: Composed of rectangles over class intervals on a horizontal scale.
- The areas of the rectangles are proportional to the class frequencies.
- For equal class intervals, heights are proportional to frequencies.
- For unequal intervals, heights are proportional to the ratio of frequencies to the class width.
Frequency Polygon: Obtained by joining points with straight lines where the abscissae are mid-points (class marks) and ordinates are frequency. The polygon is closed by joining the midpoints of the horizontal axis immediately preceding and succeeding the observed intervals.
Frequency Curve: A smooth, free-hand version of the frequency polygon, typically used when class intervals are of very small width.
Cumulative Frequency Curve (Ogive):
- Less Than Type: Cumulative frequencies plotted against upper class limits.
- Greater Than Type: Cumulative frequencies plotted against lower class limits.
- The curves help illustrate the nature of the distribution.
DESCRIPTIVE MEASURES: CENTRAL TENDENCY
Measures of Central Tendency (Averages): Representatives of the entire distribution that describe central location.
Arithmetic Mean (xˉ):
- Defined as the sum of observations divided by the sample size.
- Ungrouped Formula:
xˉ=n1∑i=1nxi
- Frequency Distribution Formula:
xˉ=N1∑i=1nfixi where N=∑fi
- In grouped distributions, xi is the mid-point (class mark).
- Shifting of Origin and Scale: To reduce arithmetic for large values, use u=hx−a (where a is assumed mean and h is scale). The mean is then xˉ=a+huˉ.
Median: The positional average that divides the data into two equal parts when arranged in order.
- Odd n: Value in position 2n+1.
- Even n: Average of values in positions 2n and 2n+1.
- Grouped Formula:
Median=l+fh(2N−C)(l=lower limit of median class, f=median class frequency, C=cf of pre-median class).
Mode: The value that occurs with the greatest frequency.
- Grouped Formula:
Mode=l+2fm−(f1+f2)h(fm−f1)(fm=modal frequency, f1=pre-modal, f2=post-modal).
Geometric Mean (G): The Nth root of the product of N observations. Generally expressed as:
ln(G)=N1∑filn(xi)
Harmonic Mean (H): The reciprocal of the arithmetic mean of the reciprocals of the data.
- Formula:
H1=N1∑xifi
- Useful for true averages of speed or population growth.
Partition Values:
- Quartiles (Q1,Q2,Q3): Divide data into 4 equal parts.
- Deciles (D1…D9): Divide into 10 equal parts.
- Percentiles (P1…P99): Divide into 100 equal parts.
- Qi Formula:
Qi=l+fh(4iN−C)
DESCRIPTIVE MEASURES: DISPERSION
Measures of dispersion describe the scatteredness or spread of data about an average.
Range: Difference between the largest and smallest observations.
Inter-quartile Range (IQR): Q3−Q1. It utilizes the middle 50% of the data.
Variance (σ2): Quantifies variability around the mean. Average of squared deviations.
σ2=N1∑fi(xi−xˉ)2
Standard Deviation (S.D. or σ): Positive square root of variance. Also called root-mean-square deviation.
Computational Variants:
σ2=N1∑fixi2−(xˉ)2
Coefficient of Variation (C.V.): A dimensionless measure of relative variability.
C.V.x=xˉσ×100
MOMENTS AND DISTRIBUTION SHAPE
Moments:
- Ordinary Moment (μr′): Measured about any point x=a.
μr′=N1∑fi(xi−a)r
- Central Moment (μr): Measured about the mean.
μr=N1∑fi(xi−xˉ)r
- Relations: μ2=μ2′−(μ1′)2; μ3=μ3′−3μ2′μ1′+2(μ1′)3.
Skewness: Measure of asymmetry.
- Positive (Right): Long tail to the right. Mean > Mode.
- Negative (Left): Long tail to the left. Mode > Mean.
- Karl Pearson’s Coefficient:
Skewness=S.D.Mean−Mode
Kurtosis: Measure of the flatness or peakedness of a distribution curve.
- Mesokurtic: Normal curve (β2=3).
- Leptokurtic: More peaked than normal (β2>3).
- Platykurtic: Flatter than normal (β2<3).
PROBABILITY CONCEPTS
Random Experiment: Process where the outcome is not unique but belongs to a set of possible outcomes.
Definitions:
- Simple Event: A single possible outcome.
- Exhaustive Events: Total possible outcomes of an experiment.
- Mutually Exclusive: Occurrence of one prevents the occurrence of all others.
- Equally Likely: No reason to expect one over others.
Classical Probability: Based on a trial with n exhaustive, ME, and equally likely cases.
P(A)=number of exhaustive cases nnumber of favorable cases m
Statistical (Empirical) Probability: Based on relative frequency in a long run of experiments.
P(A)=limn→∞nm
Axiomatic Approach: Probability is a function satisfying:
1. 0≤P(A)≤1
2. P(S)=1
3. If A and B are ME, P(A∪B)=P(A)+P(B).
PROBABILITY LAWS
Addition Law (Total Probability):
P(A∪B)=P(A)+P(B)−P(A∩B)
Conditional Probability: Probability of A given B has occurred.
P(A∣B)=P(B)P(A∩B)
Independent Events: If P(A∣B)=P(A), occurrence of one does not affect the other.
Multiplication Law:
P(A∩B)=P(B)P(A∣B)=P(A)P(B∣A)
Bayes' Rule: For a set of ME and exhaustive events B1,…,Bk:
P(Bi∣A)=∑j=1kP(Bj)P(A∣Bj)P(Bi)P(A∣Bi)
- P(Bi): A priori probabilities.
- P(Bi∣A): Posterior probabilities.
RANDOM VARIABLES AND DISTRIBUTIONS
Random Variable (X): A function assigning a real value to each outcome in a sample space.
Discrete Random Variable: Assumes finite or countably infinite values.
- Probability Mass Function (PMF): p(x)=PX=x, where ∑p(x)=1.
Continuous Random Variable: Can take any value in an interval.
- Probability Density Function (PDF): f(x), where ∫−∞∞f(x)dx=1.
Distribution Function (CDF): F(x)=PX≤x.
- For continuous: f(x)=dxdF(x).
Properties of Expectation:
- E(aX+b)=aE(X)+b
- E(X+Y)=E(X)+E(Y)
- E(XY)=E(X)E(Y) if independent.
CHEBYSHEV’S INEQUALITY
Provides a bound on probability when only mean and variance are known.
Theorem: For any random variable X with mean μ, variance σ2, and for any constant k>0:
P∣X−μ∣≥k≤k2σ2
Often expressed as:
P∣X−μ∣<kσ≥1−k21
SPECIAL DISCRETE DISTRIBUTIONS
Binomial Distribution: Arises from n independent Bernoulli trials (success/failure) with constant probability p.
- PMF: PX=x=(xn)pxqn−x
- Mean: np; Variance: npq.
Poisson Distribution: Limiting case of Binomial where n→∞ and p→0, such that np=λ (constant).
- PMF: P(x)=x!e−λλx
- Mean: λ; Variance: λ.
Hypergeometric: Sampling without replacement from a finite population.
Geometric: Number of failures before the first success.
- PMF: PX=x=qxp
Multinomial: Extension of Binomial where trials have more than two outcomes.
SPECIAL CONTINUOUS DISTRIBUTIONS
Uniform Distribution: Constant probability over interval [a,b].
- PDF: f(x)=b−a1.
Normal Distribution: Bell-shaped symmetric curve.
- PDF: f(x)=σ2π1e−2σ2(x−μ)2
- Standard Normal Variate (Z): Z=σx−μ.
- Properties: Mean = Median = Mode; Area under curve is 1; 68.26% data in μ±σ, 99.73% in μ±3σ.
Exponential Distribution: Model for time between events; possesses "lack of memory" property.
- PDF: f(x)=ae−ax for x≥0.
- Mean: a1; Variance: a21.
Gamma Distribution: Extensions of Exponential; used in queuing and reliability.
Beta Distribution: Defined over interval [0,1]; used for proportions.
CURVE FITTING AND LEAST SQUARES
Method of Least Squares: Determines the "best-fit" curve by minimizing the sum of the squares of vertical deviations (errors).
Straight Line Fitting (y=a+bx):
- Normal Equations:
1. ∑yi=na+b∑xi
2. ∑xiyi=a∑xi+b∑xi2
Polynomial of Degree k: Requires solving a system of k+1 linear equations.
Non-Polynomial Curves: Transformed into linear forms (e.g., y=aebx becomes ln(y)=ln(a)+bx).
CORRELATION AND REGRESSION
Correlation: Measures the degree of linear association between two variables.
- Scatter Diagram: Graph of (x,y) points. Concentrated points indicate strong correlation.
- Karl Pearson’s Coefficient (r):
rxy=σxσyCov(x,y)
- Range: −1≤r≤+1.
- r=0: Uncorrelated (no linear relationship).
Spearman’s Rank Correlation (\rho): Used for data arranged by merit/rank.
ρ=1−n(n2−1)6∑di2
Regression: Predicts the dependent variable based on an independent variable.
- Line of Regression of Y on x:
y−yˉ=rσxσy(x−xˉ)
- Regression Coefficients: byx; r is the geometric mean of the two regression coefficients:
r=±byxbxy.
Angle between Regression Lines: If uncorrelated, lines are perpendicular. If perfectly correlated, lines coincide.
EXAMPLES AND QUANTITATIVE DATA
Example 24.15: Male employees. 21% smoke cigarettes, 5% cigar, 3% both. smokers = 0.21+0.05−0.03=0.23 (23%). Non-smokers = 77%.
Example 24.25: Monograph acceptance. Odds 3:2, 4:3, 2:3.
- P(A)=3/5,P(B)=4/7,P(C)=2/5.
- Probability all favorable = 24/175.
Example 24.38: Assembly line items. Mean 50, Var 25.
- P(X>75)≤50/75=2/3.
- P(40<X<60)≥0.75.
Example 24.43: Bombing target. 50% hit chance. Needs 2 direct hits. To ensure 99% destruction chance, at least 11 bombs must be dropped.
Example 24.59: Chip defect. 20% defective in lot of 100. Mean 20, S.D. 4.
- P(at most 15 defective)=0.1292.
QUESTIONS & DISCUSSION
Case Study: Coin Age (Q2): Measuring age of 40 coins (Age = Current year - Year on coin). Descriptive distribution was analyzed via histogram.
Transistor Gain (Q4): 90 transistors measured. Calculations performed for mean, median, and modal gain using grouped data.
Nicotine Content (Q6): 40 cigarettes measured. Mean, median, and specific standard deviation were extracted from values like 1.92, 1.09, etc.
A priori vs Posterior: Discussion in Bayes’ Rule context identifies initial estimates vs revised estimates after evidence (e.g., medication results or machine tests).