Ordinal Data
Ordinal Data
X
N
X
X
n
You might find it useful to know that arithmetic operations are performed in the order: stuff in
Brackets first; then Division; Multiplication; Addition; Subtraction.
Note that X
2
and (X)
2
mean completely different things. The former means "square each
value of X first, and then add together all of these squared values". The latter means "add together all
of the X values, and then square this total" (i.e. you do the thing in the brackets first).
( (( ( ) )) )
2
X X
means "take each value of X in turn; subtract the mean of X from it, to get a
difference score; square this difference score; and lastly, add together all of these squared difference
scores".
You can see that one advantage of statistical notation is that it has the potential to save a lot
of paper!