WebCab Probability and Statistics Web Services for Delphi v3.6

Hypothesis Namespace

Classes

ClassDescription
NormalConfidence The NormalConfidence XML Web service calculates the confidence intervals for sample means and sample proportions when large samples (i.e > 30 elements) of the entire population are considered.
NormalConfidenceException This exception is thrown by the NormalConfidence XML Web service in order to acknowledge an internal error or errors in input values.
NormalHypothesis The NormalHypothesis XML Web service allow the testing of hypothesis using large samples (i.e. over 30 elements), where the populations are normally or near-normally distributed.
NormalHypothesisException This exception is thrown by the NormalHypothesis XML Web service in order to acknowledge an internal error or errors in input values.
StudentConfidence The StudentConfidence XML Web service calculates the confidence interval for the sample mean when small samples (i.e. < 30 elements) of the entire population are considered.
StudentConfidenceException This exception is thrown by the StudentConfidence XML Web service in order to acknowledge an internal error or errors in input values.
StudentHypothesis The StudentHypothesis XML Web service performs hypothesis testing for means and proportions for population samples which are small (i.e. have less than 30 elements).
StudentHypothesisException This exception is thrown by the StudentHypothesis XML Web service in order to acknowledge an internal error or errors in input values.