HypothesisTesting`
HypothesisTesting`

VarianceRatioCI

VarianceRatioCI[list1,list2]

list1list2から推定される母分散の比に対する信頼区間を返す.

詳細とオプション

  • VarianceRatioCIを使うためには,まず仮説検定パッケージをロードしなくてはならない.それにはNeeds["HypothesisTesting`"]を実行する必要がある.
  • VarianceRatioCI[list1,list2]Variance[list1]Variance[list2]により推定される母分散の比に対する信頼区間{min,max}を返す.
  • 信頼水準 α では,min=ratio/q(1+α)/2であり max=ratio/q(1-α)/2である.ここで,ratio=Variance[list1]/Variance[list2]であり,qi は分子自由度Length[list1]-1,分母自由度Length[list2]-1のF分布の第 i 分位点である.
  • 以下のオプションを使うことができる:
  • ConfidenceLevel 0.95信頼区間に関連付けられた確率

例題

すべて開くすべて閉じる

  (1)

2つの母分散の比に対する95%信頼区間:

オプション  (1)

ConfidenceLevel  (1)

99%信頼区間:

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

テキスト

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_varianceratioci, organization={Wolfram Research}, title={VarianceRatioCI}, year={2007}, url={https://reference.wolfram.com/language/HypothesisTesting/ref/VarianceRatioCI.html}, note=[Accessed: 22-November-2024 ]}