median()

中央値函数

構文:
median(<リスト>[, <頻度リスト>])
median(<行列>[, <頻度行列>])

中央値が返ってくる。
行列の場合は列ごとに中央値が返ってくる。

実行例:
f:id:ti-nspire:20150916062417j:plain
 
要素の出現頻度が指定できる。実行している内容は 2 行目と同じである。
f:id:ti-nspire:20150916062914j:plain
f:id:ti-nspire:20150916063304j:plain


-----------------------------------
count
consecutive occurrences of
corresponding
Each freqList element counts the number of consecutive occurrences of the corresponding element in List.
<リスト> の各要素の出現頻度は、<頻度リスト> の各要素(<リスト> の要素と同じ位置にある要素)の数値で指定する。