The NormOneSample type exposes the following members.

Constructors

NameDescription
NormOneSample
Constructor to compute statistics for mean and variance inferences using a sample from a normal population.

Methods

NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

NameDescription
ChiSquaredTest
Returns the test statistic associated with the chi-squared test for variances.
ChiSquaredTestDF
Returns the degrees of freedom associated with the chi-squared test for variances.
ChiSquaredTestNull
The null hypothesis value for the chi-squared test.
ChiSquaredTestP
Returns the probability of a larger chi-squared associated with the chi-squared test for variances.
ConfidenceMean
The confidence level (in percent) for a two-sided interval estimate of the mean.
ConfidenceVariance
The confidence level (in percent) for two-sided interval estimate of the variances.
LowerCIMean
Returns the lower confidence limit for the mean.
LowerCIVariance
Returns the lower confidence limits for the variance.
Mean
Returns the mean of the sample.
StdDev
Returns the standard deviation of the sample.
TTest
Returns the test statistic associated with the t test.
TTestDF
Returns the degrees of freedom associated with the t test for the mean.
TTestNull
Sets the Null hypothesis value for t test for the mean.
TTestP
Returns the probability associated with the t test of a larger t in absolute value.
UpperCIMean
Returns the upper confidence limit for the mean.
UpperCIVariance
Returns the upper confidence limits for the variance.

See Also