| Summary Methods |
The Summary type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetConfidenceMean |
Returns the confidence interval for the mean (assuming normality).
| |
| GetConfidenceVariance |
Returns the confidence interval for the variance (assuming normality).
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetKurtosis |
Returns the kurtosis.
| |
| GetKurtosis(Double) |
Returns the kurtosis of the given data set.
| |
| GetKurtosis(Double, Double) |
Returns the kurtosis of the given data set and associated weights.
| |
| GetMaximum |
Returns the maximum.
| |
| GetMaximum(Double) |
Returns the maximum of the given data set.
| |
| GetMaximum(Int32) |
Returns the maximum of the given data set.
| |
| GetMean |
Returns the population mean.
| |
| GetMean(Double) |
Returns the mean of the given data set.
| |
| GetMean(Double, Double) |
Returns the mean of the given data set with associated weights.
| |
| GetMedian |
Returns the median of the given data set.
| |
| GetMinimum |
Returns the minimum.
| |
| GetMinimum(Double) |
Returns the minimum of the given data set.
| |
| GetMinimum(Int32) |
Returns the minimum of the given data set.
| |
| GetMode |
Returns the mode of the given data set.
| |
| GetSampleStandardDeviation |
Returns the sample standard deviation.
| |
| GetSampleStandardDeviation(Double) |
Returns the sample standard deviation of the given data set.
| |
| GetSampleStandardDeviation(Double, Double) |
Returns the sample standard deviation of the given data set and
associated weights.
| |
| GetSampleVariance |
Returns the sample variance.
| |
| GetSampleVariance(Double) |
Returns the sample variance of the given data set.
| |
| GetSampleVariance(Double, Double) |
Returns the sample variance of the given data set and associated
weights.
| |
| GetSkewness |
Returns the skewness.
| |
| GetSkewness(Double) |
Returns the skewness of the given data set.
| |
| GetSkewness(Double, Double) |
Returns the skewness of the given data set and associated weights.
| |
| GetStandardDeviation |
Returns the population standard deviation.
| |
| GetStandardDeviation(Double) |
Returns the population standard deviation of the given data set.
| |
| GetStandardDeviation(Double, Double) |
Returns the population standard deviation of the given data set and
associated weights.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetVariance |
Returns the population variance.
| |
| GetVariance(Double) |
Returns the population variance of the given data set.
| |
| GetVariance(Double, Double) |
Returns the population variance of the given data set and associated
weights.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Update(Double) |
Adds an observation to the Summary object.
| |
| Update(Double) |
Adds a set of observations to the Summary object.
| |
| Update(Double, Double) |
Adds an observation and associated weight to the Summary
object.
| |
| Update(Double, Double) |
Adds a set of observations and associated weights to the
Summary object.
|