WebCab Probability and Statistics for .NET v3.3 Demo

BasicStatistics Class

The Basic Statistics class 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 class

In order to apply this class 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 class.

Business Methods available

This class 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 class:

Requirements

Namespace: WebCab.Libraries.Statistics.Statistics

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

See Also

BasicStatistics Members | WebCab.Libraries.Statistics.Statistics Namespace