standarddeviationcalculator.net

The standard deviation symbol: σ, s, and everything around them

The population standard deviation is written σ, the lowercase Greek letter sigma. The sample standard deviation is written s. Choosing the wrong one is the most common notation error in introductory statistics, and this page explains the system that makes the choice obvious.

The complete notation table

SymbolSay itMeansPopulation or sample
σsigmaStandard deviationPopulation
sessStandard deviationSample
σ²sigma squaredVariancePopulation
ess squaredVarianceSample
μmuMeanPopulation
x-barMeanSample
Nbig enNumber of valuesPopulation
nlittle enNumber of valuesSample
Σcapital sigma"Add all of these up"Either
σx̄ / SEsigma x-barStandard error of the meanEither
σp / spsigma pooledPooled standard deviationEither
zzee / zedZ-score, in standard deviationsEither
CV / %RSDSpread relative to the meanEither

The rule behind the whole system

Statistics uses a consistent convention that makes almost all of this table predictable:

So the question "σ or s?" is really the question "is this number describing a whole population, or a sample drawn from one?" — the same question that decides which denominator to use in the formula. Answer it once and the notation follows.

σ and Σ are not the same symbol

Both are called sigma and they appear in the same formula, which causes real confusion:

σ = √[ Σ(x − μ)² / N ]

Lowercase σ is a quantity — the standard deviation itself, the thing being defined. Capital Σ is an instruction — an operator that says "sum the following over every value". One is a noun, the other is a verb.

How to type each symbol

SymbolWindowsMacLaTeXHTMLUnicode
σAlt+229Char viewer\sigmaσU+03C3
ΣAlt+228Option+w (∑)\SigmaΣU+03A3
μAlt+230Option+m\muμU+03BC
x then Alt+0772x + combining macron\bar{x}x̄U+0304

In Word, typing the Unicode hex code and pressing Alt+X converts it in place — so 03C3 then Alt+X gives σ. On a Mac, Ctrl+Cmd+Space opens the character viewer where you can search by name.

Note that x̄ is not a single character: it is the letter x followed by U+0304, the combining macron. That is why it sometimes renders badly in fonts that lack proper combining-mark support, and why copying it out of a PDF often loses the bar.

Notation you may also meet

Related calculators

Common questions

What is the symbol for standard deviation?

It depends on which standard deviation you mean. The population standard deviation is the lowercase Greek sigma, σ. The sample standard deviation is a plain italic s. Using σ for a sample statistic is the single most common notation mistake in introductory statistics.

What is the difference between σ and s?

σ is a parameter — a fixed, usually unknown property of a whole population. s is a statistic — a number computed from a sample, which varies from sample to sample and is used to estimate σ.

The convention runs throughout statistics: Greek letters for the truth you cannot see, Roman letters for the estimates you can compute. μ and x̄ follow the same pattern.

How do I type the σ symbol?

Windows: hold Alt and type 229 on the numeric keypad, or use Win+. and search "sigma".
Mac: Option+w gives ∑ (summation); for σ use Ctrl+Cmd+Space and search "sigma".
Word: type 03C3 then press Alt+X.
LaTeX: \sigma for σ, \Sigma for Σ.
HTML: σ and Σ.

What does the Σ symbol mean?

Capital sigma, Σ, is the summation operator — it means "add up everything that follows". It is a different symbol from lowercase σ despite sharing a name. In Σ(x − x̄)² it instructs you to compute (x − x̄)² for every value and total the results.

What is σ² and what is σx̄?

σ² is the variance — the standard deviation squared. σx̄ (sometimes written σ_M or SE) is the standard error of the mean, the standard deviation of the sampling distribution of the mean, equal to σ/√n.

Written and reviewed by our editorial team. Last updated . Method and sources: how these numbers are computed.