Chapter 11: Lists
177
stdDev(
list
[
,
freqlist
]
)
MathPrint™
Classic
variance(
returns the variance of the elements in
list
. The default value for
freqlist
is 1. Each
freqlist
element counts the number of consecutive occurrences of the corresponding element in
list
.
Complex lists are not valid.
variance(
list
[
,
freqlist
]
)
MathPrint™
Classic