Login
📚 Statistical Inference for Everyone
Chapters ▾

14.2 Some Math Notation

Variables

A set of values, labeled with subscripts...

x 1 = 1 x 2 = 5 x 3 = 3 x 4 = 2 x 5 = 8

referred collectively as xi.

Sums

x 1 + x 2 + x 3 + x 4 + x 5 = 1 + 5 + ( 3 ) + 2 + 8 = 13

is equivalent to

i = 1 5 x i = 1 + 5 + ( 3 ) + 2 + 8 = 13

Products

x 1 · x 2 · x 3 · x 4 · x 5 = 1 · 5 · ( 3 ) · 2 · 8 = 240

is equivalent to

i = 1 5 x i = 1 · 5 · ( 3 ) · 2 · 8 = 240

Sample Mean

The sample mean of a set of numbers is defined as...

x ¯ x 1 + x 2 + x N N

In the example above

x ¯ x 1 + x 2 + x 3 + x 4 + x 5 5 = 2 3 5

It can also be written

x ¯ i = 1 N x i N

or

x ¯ i x i N

Sample Standard Deviation

s 2 1 N 1 i = 1 N ( x x ¯ ) 2

s 1 N 1 i = 1 N ( x x ¯ ) 2

Estimates

Any specific estimate of a parameter, such as θ, is denoted with a hat, such as θ^.

Factorials

Factorials are defined as

N ! = 1 · 2 · 3 ( N 1 ) · N

for example

5 ! = 1 · 2 · 3 · 4 · 5 = 120

The N-choose-k notation is a shorthand for the factorials that arise in binomial and Beta distributions.

( N k ) N ! k ! ( N k ) !

Adapted from Statistical Inference for Everyone, by Brian Blais (Bryant University), licensed under CC BY-SA 4.0 (dual-licensed under the GNU FDL 1.2 or later; this adaptation uses the CC BY-SA grant). Changes were made; this adaptation is distributed under the same license. License: CC-BY-SA-4.0.