Click or drag to resize
NormTwoSample Properties

The NormTwoSample type exposes the following members.

Properties
  NameDescription
Public propertyChiSquaredTest
The test statistic associated with the chi-squared test for common, or pooled, variances.
Public propertyChiSquaredTestDF
The degrees of freedom associated with the chi-squared test for the common, or pooled, variances.
Public propertyChiSquaredTestNull
The null hypothesis value for the chi-squared test.
Public propertyChiSquaredTestP
The probability of a larger chi-squared associated with the chi-squared test for common, or pooled, variances.
Public propertyConfidenceMean
The confidence level (in percent) for a two-sided interval estimate of the mean of x - the mean of y, in percent.
Public propertyConfidenceVariance
The confidence level (in percent) for two-sided interval estimate of the variances.
Public propertyDiffMean
The difference of means for the two samples.
Public propertyFTest
The F test value of the F test for equality of variances.
Public propertyFTestDFdenominator
The denominator degrees of freedom of the F test for equality of variances.
Public propertyFTestDFnumerator
The numerator degrees of freedom of the F test for equality of variances.
Public propertyFTestP
The probability of a larger F in absolute value for the F test for equality of variances, assuming equal variances.
Public propertyLowerCICommonVariance
The lower confidence limits for the common, or pooled, variance.
Public propertyLowerCIDiff
The lower confidence limit for the mean of the first population minus the mean of the second for equal or unequal variances.
Public propertyLowerCIRatioVariance
The approximate lower confidence limit for the ratio of the variance of the first population to the second.
Public propertyMeanX
The mean of the first sample, x.
Public propertyMeanY
The mean of the second sample, y.
Public propertyPooledVariance
The Pooled variance for the two samples.
Public propertyStdDevX
The standard deviation of the first sample, x.
Public propertyStdDevY
The standard deviation of the second sample, y.
Public propertyTTest
The test statistic for the Satterthwaite's approximation for equal or unequal variances.
Public propertyTTestDF
The degrees of freedom for the Satterthwaite's approximation for t-test for either equal or unequal variances.
Public propertyTTestNull
The Null hypothesis value for t-test for the mean.
Public propertyTTestP
The approximate probability of a larger t for the Satterthwaite's approximation for equal or unequal variances.
Public propertyUnequalVariances
Specifies whether to return statistics based on equal or unequal variances.
Public propertyUpperCICommonVariance
The upper confidence limits for the common, or pooled, variance.
Public propertyUpperCIDiff
The upper confidence limit for the mean of the first population minus the mean of the second for equal or unequal variances.
Public propertyUpperCIRatioVariance
The approximate upper confidence limit for the ratio of the variance of the first population to the second.
Top
See Also