Class | Description |
---|
NormalConfidence |
The NormalConfidence XML Web service calculates the confidence intervals for the mean or proportions using the normal distribution.
|
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 for 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 confidence intervals for the mean and proportions using the t-distribution.
|
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.
|