- SecondSampleColumn
- Specifies the input column name that contains the data for the second sample population.
- SecondSampleName
- Specifies the second sample name, must exist in SampleColumn.
- FirstSampleVariance
- [Required if first sample size is less than 30, optional otherwise.] Specifies the variance of the first sample population. variance_1 is a numeric value in the range (0, 1.79769e+308).
- SecondSampleVariance
- [Required if you specify SecondSampleColumn and second sample size is less than 30, optional otherwise.] Specifies the variance of the second sample population. variance_2 is a numeric value in the range (0, 1.79769e+308).
- AlternativeHypothesis
- Specifies the alternative hypothesis:
Option Description 'upper-tailed' Alternate hypothesis (H1): μ > μ0 'lower-tailed' Alternate hypothesis (H1): μ < μ0 'two-tailed' Rejection region is on two sides of sampling distribution of test statistic. Two-tailed test considers both lower and upper tails of distribution of test statistic.
Alternate hypothesis (H1): μ ≠ μ0
- MeanUnderH0
- Specifies the mean under the null hypothesis (H0). mean_under_H0 is a numeric value in the range (-1.79769e+308, 1.79769e+308).
- Alpha
- The null hypothesis is rejected if the P-value is smaller than the specified Alpha value (where Alpha is the probability of rejecting the null hypothesis when it is true). alpha must be a numeric value in the range [0, 1].