Workflow Overview
This flow chart outlines the standard analytical path from experiment design through final evaluation. Each stage feeds directly into the next: raw data must be summarized before outliers can be flagged, and outliers must be resolved before descriptive statistics are finalized and carried into statistical treatment. Use this as a checklist to confirm no step has been skipped or reordered.
mean, SD, median — inputs for outlier testing
Grubbs', Z-score, or IQR method, applied per protocol
test selection based on distribution, variance, and design
against hypothesis, QC thresholds, and reproducibility across replicates
Statistical analyses turn a set of measurements into a result or conclusion. A mean value reported without a measure of variability is just one number, and a comparison between samples without a statistics test is an opinion. Statistics allows you to make general conclusions from limited data.
Statistical analyses fall into two categories. Descriptive statistics summarize what you measured: the central value, variability, and sample size. Inferential statistics build on those summaries to test hypotheses — whether two wines differ, or whether a treatment had a significant effect. Descriptive statistics always come first, because every inferential test depends on them.
Greek letters, Roman symbols, and abbreviations used throughout this guide.
| Symbol | Name | Pronounced | Meaning |
|---|---|---|---|
| μ | mu | "myoo" | Population mean — the true mean of all possible measurements from a defined population. In the context of measurement error (IUPAC), μ represents the limiting mean: the value approached as the number of measurements approaches infinity. μ and the limiting mean are the same quantity — the IUPAC term emphasizes what happens operationally as n → ∞ |
| σ | sigma | "sig-mah" | Population standard deviation — theoretical spread of an infinite set of measurements; appears in the Gaussian distribution (±1σ, ±2σ, ±3σ). Distinguished from s, which is calculated from your data |
| α | alpha | "al-fah" | Significance level — the probability that the true mean falls outside the confidence interval; α = 1 − CL |
| τ | tau | "taw" | True value IUPAC |
| Δ | delta (uppercase) |
"del-tah" | Bias — the difference between the limiting mean and the true value IUPAC Note: uppercase Δ and lowercase δ are both pronounced "delta" but mean different things |
| δ | delta (lowercase) |
"del-tah" | Random error — the difference between an observed value and the limiting mean IUPAC Some statistics and econometrics textbooks use ε (epsilon, "ep-si-lon") for the same quantity. In analytical chemistry, the IUPAC notation δ is standard. |
| Symbol | Meaning |
|---|---|
| x̄ | Sample mean — the arithmetic average calculated from your data; distinguished from μ, which is the theoretical population mean |
| x̂ | Measurement result — the value attributed to a measurand IUPAC |
| s | Sample standard deviation — calculated from your data using n−1 in the denominator; what you compute and report in VEN 123L. Distinguished from σ, the theoretical population SD |
| s² | Variance — the square of the sample standard deviation, in squared units of the data |
| n | Sample size — the number of measurements in your sample. In VEN 123L reports, n refers to biological replicates. Distinguished from N, the population size |
| N | Population size — the total number of measurements in the entire population. Rarely known in practice; distinguished from n, the sample size |
| E | Absolute error — the difference between a measured value and the true or accepted value |
| Er | Relative error — absolute error expressed as a percentage of the true value |
| Abbrev. | Meaning |
|---|---|
| SD | Standard deviation |
| RSD | Relative standard deviation — same as CV, expressed as a percentage |
| CV | Coefficient of variation — relative standard deviation as a percentage (CV = s/x̄ × 100) |
| CI | Confidence interval |
| CL | Confidence level |
| df | Degrees of freedom — defined as n − 1 in confidence interval calculations |
| SRM | Standard Reference Material — a certified material used to validate analytical methods |
The following terms appear throughout this guide and carry specific meanings in the context of VEN 123L. Click any card to flip it and reveal the definition, example, and equation where applicable. Click again to flip back.
No terms match your search.
Every measurement contains error — the difference between what is measured and the true value. Understanding the nature of that error is the first step toward interpreting your results correctly. Error in analytical chemistry falls into two fundamentally different categories, each with distinct causes, behaviors, and consequences for your data.
- Instrument calibration errors
- Method errors (nonideal chemical behavior)
- Personal errors (number bias, color blindness)
- Instrumental noise
- Environmental fluctuations (temperature, vibration)
- Analyst inconsistency (reading a burette)
Accuracy describes how close a measured value is to the true or accepted value. It is quantified by absolute error or relative error.
Precision describes the reproducibility of measurements made under identical conditions. It is quantified by standard deviation (s) and coefficient of variation (CV).
Random errors in most quantitative analyses follow a Gaussian (normal) distribution — a symmetric bell curve centered on the mean.
Random errors in most quantitative analyses follow a Gaussian (normal) distribution — a symmetric bell curve centered on the mean. The four interactive diagrams below illustrate the key statistical concepts that follow from this distribution.
For any Gaussian distribution, fixed percentages of measurements fall within each standard deviation band. These are constants — they hold regardless of the mean or SD values of your specific dataset.
A confidence interval (CI) is the range within which the true mean is expected to fall at a given probability. Select a confidence level to see how the CI width and critical value change. A higher confidence level requires a wider interval.
Increasing n narrows the distribution of the sample mean, not the distribution of individual measurements. The standard error of the mean (SEM = s/√n) decreases as n increases, producing a tighter estimate of the true mean. The gray curve shows individual measurement spread; the navy curve shows how precisely the mean is estimated.
Accuracy and precision are independent properties. A method can be precise but inaccurate (all results cluster away from the true value), or accurate on average but imprecise (results scatter around the true value). The goal is both.
Descriptive statistics summarize what you measured — the central value, how much it varies, and how many measurements you took. Every inferential test depends on these summaries, so they always come first.
The mean (x̄) is the arithmetic average of your measurements — the sum of all values divided by n. It is the most common measure of central tendency and is appropriate for Gaussian-distributed data.
=AVERAGE(A1:A10)=COUNT(A1:A10)A confidence interval (CI) is a numerical range established around a sample mean (x̄) within which the true population mean (µ) is expected to fall with a specified probability. It is the primary way to express the uncertainty of a mean in VEN 123L reports.
=AVERAGE(A1:A10)=STDEV(A1:A10)=COUNT(A1:A10)=COUNT(A1:A10)-1=T.INV.2T(0.05, df) — replace df with your value from step 4=t * s / SQRT(n) — replace t, s, and n with your values from steps 5, 2, and 3Significant figures are all certain digits in a measured number plus the first uncertain digit. They determine how precisely a result should be reported and must be consistent with the precision of the measurement.