HypothesisTesting`
HypothesisTesting`
MeanDifferenceTest
MeanDifferenceTest[list1,list2,Δμ0]
performs a test with null hypothesis μ1-μ2=Δμ0.
Details and Options
- 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
Examples
open allclose all
Wolfram Research (2007), MeanDifferenceTest, Wolfram Language function, https://reference.wolfram.com/language/HypothesisTesting/ref/MeanDifferenceTest.html.
Text
Wolfram Research (2007), MeanDifferenceTest, Wolfram Language function, https://reference.wolfram.com/language/HypothesisTesting/ref/MeanDifferenceTest.html.
CMS
Wolfram Language. 2007. "MeanDifferenceTest." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/HypothesisTesting/ref/MeanDifferenceTest.html.
APA
Wolfram Language. (2007). MeanDifferenceTest. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/HypothesisTesting/ref/MeanDifferenceTest.html