142
Chapter 7: List Features
7 stdDv( stdDv(list [, frequency list])
Returnsthestandarddeviationofthespeciedlistitems.
Example
• Calculatethestandard
deviation using the list items of
listL2.
Note: If relative frequencies or
probabilities are stored in the
frequencylist,pleaseuseP_stdDv.
8 varian( varian(list [, frequency list])
Returnsthevarianceofthespeciedlistitems.
Example
• Calculatethevarianceusing
thelistitemsoflistL2.
9 P_stdDv( P_stdDv(list [, frequency list])
Returnsthepopulationstandarddeviationofthespeciedlistitems.
Example
• Calculatethepopulation
standard deviation using the
listitemsoflistL2.
Standard deviation and variance
Variance =
Population standard deviation: σ=
where n = number of list items
lk = list item value
m = mean value of the list
(Estimation)
(Estimation)
(Variance in case of complete survey)
Variance
n
– 1
(l
k – m)
2
Σ
k = 1
n
n
(l
k – m)
2
Σ
k = 1
n