The StatisticalData type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetHiddenProperties
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Reset
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

Properties

  Name Description
Public property Confidence
Gets an object reporting the confidence interval for the associated data.
Public property DataStatus
Gets a string indicating whether data is available for statistical calculations.
Public property Mean
Gets the mean value of the associated data.
Public property Median
Gets the median value of the associated data.
Public property N
Gets the number of data elements used to compute the statistics.
Public property PropertyGridEnabled
Gets or sets whether statistic calculations are reported in property grids and by reflection.
Public property Rsq
Gets the R-Squared statistic of the associated XY data.
Public property StdDev
Gets the standard deviation of the associated data.
Public property Variance
Gets the Variance of the associated data.

See Also