WebCab Probability and Statistics for COM v3.3 Demo

NormalConfidence Members

NormalConfidence overview

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
MeanConfidence Calculates the confidence interval for the mean to a given confidence level when the mean, standard deviation and size of the population sample are known.
MeansDifference Calculates the confidence interval for the difference between two means.
MeanSize Calculates the sample size needed for a specific error level to be obtained for a given level of confidence when the standard deviation of the sample is given.
PercentageConfidence Calculates the confidence interval which insures that a given proportion (or percentage) of the sample lies within the confidence interval.
PercentageDifference Evaluates the confidence interval of the difference between proportions of two (large) samples of the same underlying population.
PercentageSize Calculates the sample size needed for a specified error level when the level of confidence of the confidence interval of the sample proportion of that interval is known.
SideMean Calculates the bounds of the Upper and Lower one-sided confidence interval about the mean of the sample.
SidePercentage Evaluates the bounds of the Upper and Lower one-sided confidence intervals for a given proportion of the sample.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

NormalConfidence Class | WebCab.COM.Statistics.Hypothesis Namespace