WebCab Probability and Statistics for .NET v3.3 Demo

WebCab.Libraries.Statistics.Hypothesis Namespace

Classes

ClassDescription
NormalConfidence The NormalConfidence class calculates the confidence intervals for the mean or proportions using the normal distribution.
NormalConfidenceDemoException This exception is thrown by the demo version of the NormalConfidence class after the number of maximum method calls has been reached.
NormalConfidenceException This exception is thrown by the NormalConfidence class in order to acknowledge an internal error or errors in input values.
NormalHypothesis The NormalHypothesis class allow the testing of hypothesis for large samples (i.e. over 30 elements), where the populations are normally or near-normally distributed.
NormalHypothesisDemoException This exception is thrown by the demo version of the NormalHypothesis class after the number of maximum method calls has been reached.
NormalHypothesisException This exception is thrown by the NormalHypothesis class in order to acknowledge an internal error or errors in input values.
StudentConfidence The StudentConfidence class calculates confidence intervals for the mean and proportions using the t-distribution.
StudentConfidenceDemoException This exception is thrown by the demo version of the StudentConfidence class after the number of maximum method calls has been reached.
StudentConfidenceException This exception is thrown by the StudentConfidence class in order to acknowledge an internal error or errors in input values.
StudentHypothesis The StudentHypothesis class performs hypothesis testing for means and proportions for population samples which are small (i.e. have less than 30 elements).
StudentHypothesisDemoException This exception is thrown by the demo version of the StudentHypothesis class after the number of maximum method calls has been reached.
StudentHypothesisException This exception is thrown by the StudentHypothesis class in order to acknowledge an internal error or errors in input values.