HypothesisTesting`
HypothesisTesting`
VarianceRatioTest
VarianceRatioTest[list1,list2,r]
performs a test with null hypothesis .
更多信息和选项
- To use VarianceRatioTest, you first need to load the Hypothesis Testing Package using Needs["HypothesisTesting`"].
- VarianceRatioTest[list1,list2,r] gives a ‐value for the test that the ratio of the variances and of the populations from which list1 and list2 were sampled is significantly different from r.
- VarianceRatioTest uses the test statistic Variance[list1]/Variance[list2]/r.
- VarianceRatioTest is based on an F-ratio distribution with Length[list1]-1 and Length[list2]-1 degrees of freedom.
- The following options can be given:
-
FullReport False whether to include detailed information about a test SignificanceLevel None significance level of the test TwoSided False whether to perform a two-sided test - With the option FullReport->True, VarianceRatioTest also returns the ratio of sample variances, the test statistic, and the distribution used to generate the -value.
范例
打开所有单元关闭所有单元
Wolfram Research (2007),VarianceRatioTest,Wolfram 语言函数,https://reference.wolfram.com/language/HypothesisTesting/ref/VarianceRatioTest.html.
文本
Wolfram Research (2007),VarianceRatioTest,Wolfram 语言函数,https://reference.wolfram.com/language/HypothesisTesting/ref/VarianceRatioTest.html.
CMS
Wolfram 语言. 2007. "VarianceRatioTest." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/HypothesisTesting/ref/VarianceRatioTest.html.
APA
Wolfram 语言. (2007). VarianceRatioTest. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/HypothesisTesting/ref/VarianceRatioTest.html 年