Quartile3 コマンド
- Quartile3( <生データのリスト> )
-
リスト要素の第3四分位数を決定する.
Quartile3({1, 2, 3, 4})
出力: 3.5.
- Quartile3( <数値のリスト>, <度数のリスト> )
-
度数を考慮してリスト要素の第3四分位数を決定する.
Quartile3({1, 2, 3, 4}, {3, 2, 4, 2})
出力: 3.
GeoGebra は,Moore & McCabe (2002) の手法を用いて四分位数を計算する.こちらを参照: https://mathworld.wolfram.com/Quartile.html |