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