Click or drag to resize

TwoSamplePairedTTest Properties

The TwoSamplePairedTTest type exposes the following members.

Properties
 NameDescription
Public propertyAlpha Gets and sets the alpha level associated with this hypothesis test.
Public propertyStatic memberDefaultAlpha Gets and sets the default alpha level associated with TwoSamplePairedTTests.
Public propertyStatic memberDefaultType Gets and sets the default form of the alternative hypothesis associated with TwoSamplePairedTTests.
Public propertyDegreesOfFreedom Gets the degrees of freedom.
Public propertyDistribution Gets the distribution of the test statistic associated with this hypothesis test.
Public propertyLeftCriticalValue Gets the left critical value based on the current probability distribution and alpha level associated with this hypothesis test.
Public propertyLeftProbability Gets the area under the probability distribution to the left of the test statistic.
Public propertyLowerConfidenceLimit Gets the 1 - alpha lower confidence limit for the true mean.
Public propertyN Gets the sample size.
Public propertyP Gets the p-value associated with the test statistic.
Public propertyReject Tests whether the null hypothesis can be rejected, using the current hypothesis type and alpha level.
Public propertyRightCriticalValue Gets the right critical value based on the current probability distribution and alpha level associated with this hypothesis test.
Public propertyRightProbability Gets the area under the probability distribution to the right of the test statistic.
Public propertyS Gets the standard deviation of the differences between paired observations.
Public propertySEM Gets the standard error of the mean.
Public propertyStatistic Gets the value of the test statistic associated with this hypothesis test.
Public propertyType Gets and sets the form of the alternative hypothesis associated with this hypothesis test.
Public propertyUpperConfidenceLimit Gets the 1 - alpha upper confidence limit for the true mean.
Public propertyXbar Gets the mean of the differences between paired observations.
Top
See Also