StatisticalPlots`
StatisticalPlots`

QuantilePlot

バージョン8.0から,QuantilePlotは組み込みのWolfram言語カーネルの一部になった.

QuantilePlot[data1,data2]

実数値ベクトル data1data2からQQプロットを生成する.

詳細とオプション

  • QuantilePlotを使うためには,まず統計プロットをロードしなくてはならない.それにはNeeds["StatisticalPlots`"]を実行する必要がある.
  • QuantilePlotは2つのベクトルの互いに対する経験分位点をプロットする.
  • QuantilePlotはまず,短い方のデータを並べ替え,長い方のデータリストでの同等の位置に補間する分位点を決定する.
  • データ集合の長さが等しい場合,QuantilePlotは互いに対するソートされたリストのプロットと等価のものを生成する.
  • QuantilePlotGraphicsと同じオプションを取るが,次のような追加・変更がある:
  • AxesTrue軸を描画するかどうか
    PlotMarkersAutomatic点のマーカー
    ReferenceLineStyle Automatic基準線のスタイル
  • オプションReferenceLineStyleに有効な設定はNoneAutomatic,スタイル,スタイルのリストである.
  • 基準線には単位傾斜がある.プロット上の点がほとんど基準線上あるいはその付近にある場合,分布はほぼ等しい.

例題

すべて開くすべて閉じる

  (1)

2つのデータのQuantilePlot

オプション  (1)

ReferenceLineStyle  (1)

破線の基準線を持つQuantilePlot

アプリケーション  (1)

異なる分布からの標本を比較する:

Wolfram Research (2007), QuantilePlot, Wolfram言語関数, https://reference.wolfram.com/language/StatisticalPlots/ref/QuantilePlot.html.

テキスト

Wolfram Research (2007), QuantilePlot, Wolfram言語関数, https://reference.wolfram.com/language/StatisticalPlots/ref/QuantilePlot.html.

CMS

Wolfram Language. 2007. "QuantilePlot." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/StatisticalPlots/ref/QuantilePlot.html.

APA

Wolfram Language. (2007). QuantilePlot. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/StatisticalPlots/ref/QuantilePlot.html

BibTeX

@misc{reference.wolfram_2024_quantileplot, author="Wolfram Research", title="{QuantilePlot}", year="2007", howpublished="\url{https://reference.wolfram.com/language/StatisticalPlots/ref/QuantilePlot.html}", note=[Accessed: 05-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_quantileplot, organization={Wolfram Research}, title={QuantilePlot}, year={2007}, url={https://reference.wolfram.com/language/StatisticalPlots/ref/QuantilePlot.html}, note=[Accessed: 05-November-2024 ]}