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

GroupedData Members

GroupedData overview

Public Instance Constructors

GroupedData Constructor Create a new instance of the GroupedData XML Web service with empty initial midpoint and frequency arrays.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetFrequencies Retrieves the array of frequencies of the classes which can be set using SetFrequenciesArray.
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.
GetMidpoint Retrieves the previously registered midpoints array which can be set using SetMidpoints.
GetType (inherited from Object)Gets the Type of the current instance.
SampleMean Calculates the sample mean for the grouped data which has been set using SetMidpoints or SetFrequencies.
SampleVariance Calculates the sample variance for the grouped data which has been set using SetMidpoints or SetFrequencies.
SetFrequencies Registers the frequencies of the classes of the grouped data.
SetMidpoints Register a new set of midpoints of the grouped data set.
StandardDeviation Calculates the standard deviation for the grouped data which has been set using SetMidpoints or SetFrequencies.
ToString (inherited from Object)Returns a String that represents the current Object.

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

GroupedData Class | Statistics Namespace