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 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:
-
ConfidenceLevel 0.95 probability associated with a 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 年