HypothesisTesting`
HypothesisTesting`

VarianceRatioCI

VarianceRatioCI[list1,list2]

gives a confidence interval for the ratio of the population variances estimated from list1 and from list2.

更多信息和选项

  • To use VarianceRatioCI, you first need to load the Hypothesis Testing Package using Needs["HypothesisTesting`"].
  • VarianceRatioCI[list1,list2] gives a confidence interval {min,max} for a ratio of the population variances estimated by Variance[list1] and Variance[list2].
  • For confidence level α, min=ratio/q(1+α)/2 and max=ratio/q(1-α)/2 where ratio=Variance[list1]/Variance[list2] and qi is the i^(th) quantile of an F-ratio distribution with Length[list1]-1 numerator and Length[list2]-1 denominator degrees of freedom.
  • The following option can be given:
  • ConfidenceLevel0.95probability associated with a confidence interval

范例

打开所有单元关闭所有单元

基本范例  (1)

The 95% confidence interval for the ratio of two population variances:

Options  (1)

ConfidenceLevel  (1)

The 99% confidence interval:

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 语言. 2007. "VarianceRatioCI." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/HypothesisTesting/ref/VarianceRatioCI.html.

APA

Wolfram 语言. (2007). VarianceRatioCI. Wolfram 语言与系统参考资料中心. 追溯自 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: 21-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: 21-November-2024 ]}