WebCab Probability and Statistics Web Services for .NET v3.3 Demo

BasicStatistics Class

The Basic Statistics XML Web service implements numerical methods of descriptive statistics that allow the quantitative nature of a data set to be summarized.

For a list of all members of this type, see BasicStatistics Members.

System.Object
   BasicStatistics

public class BasicStatistics

Remarks

Applying this XML Web service

In order to apply this XML Web service to the study of a data set it is necessary to first set the data set and then apply the business methods to it.

Setting the Data Set

The data set is set using the method SetDataSet. Once a data set has been set we are able to study the set's quantitative properties by applying the business methods contained within this XML Web service.

Business Methods available

This XML Web service offers the following business methods based around the concepts of measuring the location, variability, and relative location of the data set which has been set to the instance of the XML Web service:

Requirements

Namespace: Statistics

Assembly: WebCab.StatisticsDemo (in WebCab.StatisticsDemo.dll)

See Also

BasicStatistics Members | Statistics Namespace