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

BasicStatistics Members

BasicStatistics overview

Public Instance Constructors

BasicStatistics Constructor Creates a new instance of the BasicStatistics XML Web service with an empty initial data set.

Public Instance Methods

ArithmeticMean Calculates the arithmetic mean of the currently registered data set.
ChebyshevTheorem Calculates the percentage of items that must be within a specified number of standard deviations from the mean.
CoefficientOfVariation Calculates the coefficient of variation of the currently registered data set.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GeometricMean Calculates the geometric mean of the currently registered data set.
GetDataSet Retrieves the data set which has be registered to this instance.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IqRange Calculates the Inter-Quartile Range (IQR) of the currently registered data set.
MeanDeviation Calculates the mean deviation of the currently registered data set.
Median Calculates the median of the currently registered data set.
Mode Calculates the mode of the currently registered data set.
Percentile Calculates the interest-th percentile of the registered data set.
Range Calculates the range of the currently registered data set.
SampleStdDeviation Calculates the sample standard variance of the currently registered data set.
SampleVariance Calculates the sample variance of the currently registered data set.
SetDataSet Registers a new set of double values for subsequent computations.
ToString (inherited from Object)Returns a String that represents the current Object.
WeightedAverage Calculates the weighted average of the currently registered data set.
ZScore Evaluates the z-score (often referred to as the standardized value) of an element of the registered data set.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

BasicStatistics Class | Statistics Namespace