StatisticalPlots`
StatisticalPlots`
BoxWhiskerPlot
バージョン8.0から,BoxWhiskerPlotはBoxWhiskerChartという名前に変更され,組込みのWolfram言語カーネルの一部になった.
BoxWhiskerPlot[data]
指定された data のベクトルの箱ひげ図を生成する.
BoxWhiskerPlot[data1,data2,…]
複数の箱ひげ図を生成する.
BoxWhiskerPlot[matrix]
matrix の各列を別々の箱に使用して,複数の箱ひげ図を生成する.
詳細とオプション
- BoxWhiskerPlotを使うためには,まず統計プロットをロードしなくてはならない.それにはNeeds["StatisticalPlots`"]を実行する必要がある.
- BoxWhiskerPlotは,中央値を囲む2分位数の間の距離に渡る箱のプロットを作成する.この中央値は,データ集合全体あるいは外れ値を除いたデータ集合に渡り広がる直線(ひげ)を持つ.
- デフォルトの箱は第1四分位数から第3四分位数までに渡る.
- 使用される分位数はQuantileを使って計算されるものに等しい.
- 近い外れ値とは,箱の端から四分位範囲の倍を超える点,遠い外れ値は同範囲の3倍を超える点と定義される.
- BoxWhiskerPlotはGraphicsと同じオプションを持ち,次のような追加および変更点がある:
-
BoxExtraSpacing 0 箱と箱の間に置く追加スペース BoxFillingStyle Automatic 箱に使う色 BoxLabels Automatic 箱のラベル BoxLineStyle Automatic グラフの線のスタイル BoxMedianStyle Automatic 中線の追加スタイル BoxOrientation Vertical プロットの向き BoxOutlierMarkers Automatic 外れ値のマーカー BoxOutliers None どの外れ値を示すか BoxQuantile 0.25 箱の端に対する中央値からの分位数の距離 Frame True プロットの周囲に枠を描画するかどうか - BoxLineStyleとBoxMedianStyleは,線に対するどの有効なグラフィックス指示子でもよい.
- BoxOrientationに有効な設定はVerticalとHorizontalである.
- BoxOutliersに有効な設定はNone,Automatic,Allである.
- BoxOutlierMarkersに有効な設定はPlotMarkersでの設定と同じである.
- BoxQuantileに有効な設定は0と0.5の間の数である.
例題
すべて開くすべて閉じるオプション (9)
Wolfram Research (2007), BoxWhiskerPlot, Wolfram言語関数, https://reference.wolfram.com/language/StatisticalPlots/ref/BoxWhiskerPlot.html.
テキスト
Wolfram Research (2007), BoxWhiskerPlot, Wolfram言語関数, https://reference.wolfram.com/language/StatisticalPlots/ref/BoxWhiskerPlot.html.
CMS
Wolfram Language. 2007. "BoxWhiskerPlot." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/StatisticalPlots/ref/BoxWhiskerPlot.html.
APA
Wolfram Language. (2007). BoxWhiskerPlot. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/StatisticalPlots/ref/BoxWhiskerPlot.html