The StatisticalData type exposes the following members.
          
            
Methods
        
| Name | Description | |
|---|---|---|
| 
                 | 
              Equals | (Inherited from Object.) | 
| 
                 | 
              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.) | 
            
| 
                 | 
              GetHashCode | 
                 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | 
            
| 
                 | 
              GetHiddenProperties | |
| 
                 | 
              GetType | 
                 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | 
            
| 
                 | 
              MemberwiseClone | 
                 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | 
            
| 
                 | 
              Reset | |
| 
                 | 
              ToString | (Inherited from Object.) | 
          
            
Fields
        
| Name | Description | |
|---|---|---|
| 
                 | 
              ReturnsDoubleArray | |
| 
                 | 
              ReturnsDoubleArrayXY | |
| 
                 | 
              TestForDataHole | 
          
            
Properties
        
| Name | Description | |
|---|---|---|
| 
                 | 
              Confidence | 
                 
            Gets an object reporting the confidence interval for the associated data.
             
               | 
            
| 
                 | 
              DataStatus | 
                 
            Gets a string indicating whether data is available for statistical calculations.
             
               | 
            
| 
                 | 
              Mean | 
                 
            Gets the mean value of the associated data.
             
               | 
            
| 
                 | 
              Median | 
                 
            Gets the median value of the associated data.
             
               | 
            
| 
                 | 
              N | 
                 
            Gets the number of data elements used to compute the statistics.
             
               | 
            
| 
                 | 
              PropertyGridEnabled | 
                 
            Gets or sets whether statistic calculations are reported in property grids and by reflection.
             
               | 
            
| 
                 | 
              Rsq | 
                 
            Gets the R-Squared statistic of the associated XY data.
             
               | 
            
| 
                 | 
              StdDev | 
                 
            Gets the standard deviation of the associated data.
             
               | 
            
| 
                 | 
              Variance | 
                 
            Gets the Variance of the associated data.
             
               |