Statistics Basics for Engineering

Statistics is the science of collecting, analyzing, and interpreting data. In engineering, it is used to manage uncertainty, control quality, and make reliable decisions based on measured data.

1. Mean (Average)

The mean is the sum of all data points divided by the number of data points.

  • Formula: Ξ=∑xiN\mu = \frac{\sum x_i}{N}
  • Engineering Meaning: Used to find the expected value of a property, such as the average tensile strength of a batch of steel rebars.

2. Median

The median is the middle value of a sorted dataset.

  • Concept: Half the data points are above the median, and half are below.
  • Engineering Meaning: More robust than the mean when dealing with outliers. For example, if a sensor occasionally gives wildly inaccurate readings, the median gives a better estimate of the true value.

3. Variance and Standard Deviation

Variance measures how far a set of numbers is spread out from their average value. Standard deviation is the square root of the variance.

  • Formulas:
    • Variance: σ2=∑(xi−ξ)2N\sigma^2 = \frac{\sum (x_i - \mu)^2}{N}
    • Standard Deviation: σ=∑(xi−ξ)2N\sigma = \sqrt{\frac{\sum (x_i - \mu)^2}{N}}
  • Engineering Meaning: Critical in quality control (Six Sigma) and manufacturing tolerances. A small standard deviation means components are consistently close to the target dimension.

4. Basic Probability

Probability is the likelihood of an event occurring, ranging from 0 (impossible) to 1 (certain).

  • Formula: P(A)=Number of favorable outcomesTotal number of possible outcomesP(A) = \frac{\text{Number of favorable outcomes}}{\text{Total number of possible outcomes}}
  • Engineering Meaning: Used in reliability engineering to calculate the chance of system failure (e.g., Mean Time Between Failures, MTBF) and in risk assessment.