IMSL C# Numerical Library

Summary Members

Summary overview

Public Static Methods

GetKurtosisOverloaded. Returns the kurtosis of the given data set.
GetMaximumOverloaded. Returns the maximum of the given data set.
GetMeanOverloaded. Returns the mean of the given data set.
GetMedian Returns the median of the given data set.
GetMinimumOverloaded. Returns the minimum of the given data set.
GetMode Returns the mode of the given data set.
GetSampleStandardDeviationOverloaded. Returns the sample standard deviation of the given data set.
GetSampleVarianceOverloaded. Returns the sample variance of the given data set.
GetSkewnessOverloaded. Returns the skewness of the given data set.
GetStandardDeviationOverloaded. Returns the population standard deviation of the given data set.
GetVarianceOverloaded. Returns the population variance of the given data set.

Public Instance Constructors

Summary Constructor Constructs a new summary statistics object.

Public Instance Methods

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.
GetKurtosisOverloaded. Returns the kurtosis.
GetMaximumOverloaded. Returns the maximum.
GetMeanOverloaded. Returns the population mean.
GetMinimumOverloaded. Returns the minimum.
GetSampleStandardDeviationOverloaded. Returns the sample standard deviation.
GetSampleVarianceOverloaded. Returns the sample variance.
GetSkewnessOverloaded. Returns the skewness.
GetStandardDeviationOverloaded. Returns the population standard deviation.
GetType (inherited from Object) Gets the Type of the current instance.
GetVarianceOverloaded. Returns the population variance.
ToString (inherited from Object) Returns a String that represents the current Object.
UpdateOverloaded. Adds an observation to the Summary 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

Summary Class | Imsl.Stat Namespace | Example