Statistics Data (NJK)
Statistics Data
What Is Statistics?
Statistics is the branch of applied mathematics concerned with collecting, organising, presenting, analysing, and interpreting numerical facts so that sound engineering decisions can be made from them. On a shop floor, this is not academic — it's how a batch of turned shafts gets accepted or rejected, how a machine's wear pattern is tracked, and how a process is proven "in control."
The five-stage process
Every statistical study — from a tolerance study to a failure analysis — moves through the same five stages.
Why a mechanical engineer needs it
- Quality control: deciding whether a production batch meets tolerance using sample measurements.
- Process capability: quantifying how much a machine's output naturally varies.
- Reliability & failure analysis: predicting component life from test data (e.g. fatigue testing).
- Material testing: comparing average strength of different material batches.
- Experimentation: validating whether a design change actually improved performance, or whether the difference is just random scatter.
Data is the raw, unprocessed set of facts, figures, or measurements collected during an observation, test, or inspection — for example, the individual diameter readings taken off ten shafts with a micrometer, before anyone has averaged or sorted them.
Classification of data
| Type | Definition | Mechanical engineering example |
|---|---|---|
| Qualitative | Describes a quality or attribute, not measured in numbers | Type of surface defect: pit, scratch, crack |
| Quantitative – Discrete | Countable, takes whole-number values only | Number of rejected components in a lot |
| Quantitative – Continuous | Measurable, can take any value within a range | Shaft diameter, tensile strength, temperature |
| Primary | Collected directly by the observer for the purpose at hand | Readings taken on-site with a micrometer |
| Secondary | Already collected by someone else, reused for analysis | Vendor's mill test certificate |
Uses of statistics for a mechanical engineer
A measure of central tendency is a single value that represents the centre, or typical value, of an entire data set — the number you'd quote if someone asked "so, roughly, what diameter are these shafts?"
Mean (x̄)
The arithmetic average — sum of all observations divided by their count. It uses every value in the data set, which makes it sensitive to outliers (one badly oversized shaft pulls the mean up).
Median
The middle value once data is arranged in ascending order. For an even count of readings, it's the average of the two middle values. It is not disturbed by an extreme outlier — useful when one reading is clearly a measurement error.
Mode
The value that occurs most frequently in the data set. For a production process, the mode often reflects the machine's "natural" setting.
| Measure | Best used when… | Weakness |
|---|---|---|
| Mean | Data is fairly symmetric, no wild outliers | Distorted by extreme values |
| Median | Data has outliers or is skewed | Ignores the exact magnitude of other values |
| Mode | You need the most "typical"/common setting | May not exist, or more than one may exist |
Two batches of shafts can share the exact same mean diameter and still be very different in quality — one tightly clustered around the target, the other scattered wide. Dispersion measures this spread, and is exactly what a tolerance band or a process-capability index is built on.
Range
The simplest measure — the difference between the largest and smallest observation.
Deviation from the mean
Before computing variance, each reading's distance from the mean (25.30 mm) is found:
| Reading (mm) | Deviation (x − x̄) | Squared deviation |
|---|---|---|
| 25.1 | −0.20 | 0.0400 |
| 25.2 (×4) | −0.10 | 0.0400 total |
| 25.3 (×2) | 0.00 | 0.0000 |
| 25.4 | +0.10 | 0.0100 |
| 25.5 | +0.20 | 0.0400 |
| 25.6 | +0.30 | 0.0900 |
| Σ(x − x̄)² | 0.2200 |
Variance (σ²)
Standard Deviation (σ)
| Measure | Formula | Result for our batch |
|---|---|---|
| Range | Max − Min | 0.50 mm |
| Variance | Σ(x−x̄)² / n | 0.0220 mm² |
| Standard Deviation | √Variance | 0.148 mm |
Comments