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

DataPresentation Methods

The methods of the DataPresentation class are listed below. For a complete list of DataPresentation class members, see the DataPresentation Members topic.

Public Instance Methods

CFrequencyTableAOL Calculates the cumulative frequency table from above for a discrete data set in accordance with the open left boundary (OLB) convention.
CFrequencyTableAOR Calculates the cumulative frequency table from above for a discrete data set in accordance with the open right boundary (ORB) convention.
CFrequencyTableBOL Calculates the cumulative frequency table from below for a discrete data set in accordance with the open left boundary (OLB) convention.
CFrequencyTableBOR Calculates the cumulative frequency table from below for a discrete data set in accordance with the open right boundary (ORB) convention.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
FrequencyTableOL Calculates the frequency table with respect to the open left boundary convention for a discrete data set.
FrequencyTableOR Calculates the frequency table with respect to the open right boundary convention for a discrete data set.
GetBoundariesIntervals Retrieve the currently registered boundary intervals which have been set using SetBoundariesIntervals.
GetDataSet Retrieves the currently registered data set.
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.
RelativeFrequencyTableOL
RelativeFrequencyTableOR
SetBoundariesIntervals Registers new boundary intervals.
SetDataSet Registers a new data set used from within the business methods of this XML Web service.
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

DataPresentation Class | Statistics Namespace