GetKurtosis | Overloaded. Returns the kurtosis of the given data set. |
GetMaximum | Overloaded. Returns the maximum of the given data set. |
GetMean | Overloaded. Returns the mean of the given data set. |
GetMedian | Returns the median of the given data set. |
GetMinimum | Overloaded. Returns the minimum of the given data set. |
GetMode | Returns the mode of the given data set. |
GetSampleStandardDeviation | Overloaded. Returns the sample standard deviation of the given data set. |
GetSampleVariance | Overloaded. Returns the sample variance of the given data set. |
GetSkewness | Overloaded. Returns the skewness of the given data set. |
GetStandardDeviation | Overloaded. Returns the population standard deviation of the given data set. |
GetVariance | Overloaded. Returns the population variance of the given data set. |
Summary Constructor | Constructs a new summary statistics object. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetConfidenceMean | Returns the confidence interval for the mean (assuming normality). |
GetConfidenceVariance | Returns the confidence interval for the variance (assuming normality). |
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. |
GetKurtosis | Overloaded. Returns the kurtosis. |
GetMaximum | Overloaded. Returns the maximum. |
GetMean | Overloaded. Returns the population mean. |
GetMinimum | Overloaded. Returns the minimum. |
GetSampleStandardDeviation | Overloaded. Returns the sample standard deviation. |
GetSampleVariance | Overloaded. Returns the sample variance. |
GetSkewness | Overloaded. Returns the skewness. |
GetStandardDeviation | Overloaded. Returns the population standard deviation. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetVariance | Overloaded. Returns the population variance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Update | Overloaded. Adds an observation to the Summary object. |
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. |
Summary Class | Imsl.Stat Namespace | Example