HypothesisTesting`
HypothesisTesting`
MeanDifferenceTest
MeanDifferenceTest[list1,list2,Δμ0]
performs a test with null hypothesis μ1-μ2=Δμ0.
更多信息和选项
- To use MeanDifferenceTest, you first need to load the Hypothesis Testing Package using Needs["HypothesisTesting`"].
- MeanDifferenceTest[list1,list2, Δμ0] gives a ‐value for the test that the difference between the means μ1 and μ2 of the populations from which list1 and list2 were sampled is significantly different from Δμ0.
- MeanDifferenceTest is based on a normal distribution if the population variances are assumed known.
- If the variances for the two populations are assumed equal and unknown, the test is based on Student's distribution with Length[list1]+Length[list2]-2 degrees of freedom.
- If the population variances are not assumed known and not assumed equal, Welch's approximation for the degrees of freedom is used.
- The following options can be given:
-
EqualVariances False whether the unknown population variances are assumed equal FullReport False whether to include detailed information about a test KnownVariance None variance of population SignificanceLevel None significance level of the test TwoSided False whether to perform a two-sided test
范例
打开所有单元关闭所有单元
Wolfram Research (2007),MeanDifferenceTest,Wolfram 语言函数,https://reference.wolfram.com/language/HypothesisTesting/ref/MeanDifferenceTest.html.
文本
Wolfram Research (2007),MeanDifferenceTest,Wolfram 语言函数,https://reference.wolfram.com/language/HypothesisTesting/ref/MeanDifferenceTest.html.
CMS
Wolfram 语言. 2007. "MeanDifferenceTest." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/HypothesisTesting/ref/MeanDifferenceTest.html.
APA
Wolfram 语言. (2007). MeanDifferenceTest. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/HypothesisTesting/ref/MeanDifferenceTest.html 年