Descriptive Statistics: Notation Reference explains center, spread, quantiles, outliers, samples, and reporting conventions.
Core notation for Descriptive Statistics
In descriptive statistics, the notation usually represents observations, samples, estimators, parameters, and uncertainty summaries. The table below gives a compact starting set for descriptive statistics; define any local variation before the first calculation.
| Concept | Notation | How to read it |
|---|---|---|
| Sample variance | s^2=\frac{1}{n-1}\sum_{i=1}^{n}(x_i-\bar{x})^2 | an unbiased variance estimate under the usual assumptions |
| Standard error | \operatorname{SE}(\hat{\theta}) | estimated sampling variability of an estimator |
| Confidence interval | \hat{\theta}\pm z_{\alpha/2}\operatorname{SE}(\hat{\theta}) | an estimate with a stated confidence procedure |
| Correlation | r=\frac{\operatorname{cov}(X,Y)}{s_Xs_Y} | standardized linear association |
How to read a complete expression
Read s^2=\frac{1}{n-1}\sum_{i=1}^{n}(x_i-\bar{x})^2 as “an unbiased variance estimate under the usual assumptions.” Identify the outer operation first, then its inputs, index set, conditions, and result type. This prevents a superscript, bar, vertical line, or styled letter in descriptive statistics from being interpreted by appearance alone.
Conventions that belong in the notation table
- Distinguish population parameters from sample estimates.
- State whether variance uses n or n-1 in the denominator.
- Define the confidence level, tail convention, and rounding rule.
Cross-checks before reuse
- Recalculate one small sample by hand.
- Confirm the denominator and degrees of freedom.
- Report units for location and squared units for variance.
Accessibility and portability
Keep the descriptive statistics source selectable and editable. For an isolated character in descriptive statistics, Unicode text may be sufficient; for structured expressions, preserve LaTeX, MathML, or a native equation object. When an image of descriptive statistics is unavoidable, describe the operation, inputs, conditions, and conclusion rather than listing glyph names.
Verification checklist
- Recalculate one small sample by hand.
- Confirm the denominator and degrees of freedom.
- Report units for location and squared units for variance.
- Confirm every symbol used in descriptive statistics has one defined meaning in the local context.
- Reopen the exported file for Descriptive Statistics: Notation Reference and compare it with the editable source.
How this guide was checked
Page purpose: descriptive statistics notation reference — Look up notation, definitions, and usage conventions
Automated quality check: Kept noindex until critical findings are resolved.
Verification references
These primary standards and official documentation pages were used to check character identity, syntax, or platform behavior described above.
- The Unicode StandardUnicode Consortium — Character identity, encoding, names, and conformance.
- Unicode Technical Report #25: Unicode Support for MathematicsUnicode Consortium — Mathematical character usage, variants, and notation support.
- LaTeX Project DocumentationThe LaTeX Project — LaTeX syntax, authoring model, and official documentation links.
- MathML CoreW3C — Semantic web mathematics elements and browser behavior.