VarianceRatioCI[list1,list2]
list1と list2から推定される母分散の比に対する信頼区間を返す.
VarianceRatioCI
VarianceRatioCI[list1,list2]
list1と list2から推定される母分散の比に対する信頼区間を返す.
詳細とオプション
- 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 信頼区間に関連付けられた確率
テクニカルノート
関連するガイド
テキスト
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_2025_varianceratioci, author="Wolfram Research", title="{VarianceRatioCI}", year="2007", howpublished="\url{https://reference.wolfram.com/language/HypothesisTesting/ref/VarianceRatioCI.html}", note=[Accessed: 02-May-2026]}
BibLaTeX
@online{reference.wolfram_2025_varianceratioci, organization={Wolfram Research}, title={VarianceRatioCI}, year={2007}, url={https://reference.wolfram.com/language/HypothesisTesting/ref/VarianceRatioCI.html}, note=[Accessed: 02-May-2026]}