Click or drag to resize
Accord.NET (logo)

DescriptiveMeasures Class

Descriptive measures for a variable.
Inheritance Hierarchy
SystemObject
  Accord.Statistics.AnalysisDescriptiveMeasures

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[SerializableAttribute]
public class DescriptiveMeasures : IDescriptiveMeasures
Request Example View Source

The DescriptiveMeasures type exposes the following members.

Properties
  NameDescription
Public propertyAnalysis
Gets the descriptive analysis that originated this measure.
Public propertyConfidence
Gets the 95% confidence interval around the Mean.
Public propertyCount
Gets the number of samples for the variable.
Public propertyDeviance
Gets the 95% deviance interval around the Mean.
Public propertyDistinct
Gets the number of distinct values for the variable.
Public propertyIndex
Gets the variable's index.
Public propertyInnerFence
Gets the variable's inner fence range.
Public propertyKurtosis
Gets the variable's kurtosis.
Public propertyLength
Gets the variable's length.
Public propertyMax
Gets the variable's maximum value.
Public propertyMean
Gets the variable's mean.
Public propertyMedian
Gets the variable's median.
Public propertyMin
Gets the variable's minimum value.
Public propertyMode
Gets the variable's mode.
Public propertyName
Gets the variable's name
Public propertyOuterFence
Gets the variable's outer fences range.
Public propertyQuartiles
Gets the variable's interquartile range.
Public propertySamples Obsolete.
Gets the variable's observations.
Public propertySkewness
Gets the variable's skewness.
Public propertyStandardDeviation
Gets the variable's standard deviation.
Public propertyStandardError
Gets the variable's standard error of the mean.
Public propertySum
Gets the variable's total sum.
Public propertyVariance
Gets the variable's variance.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetConfidenceInterval
Gets a confidence interval for the Mean within the given confidence level percentage.
Public methodGetDevianceInterval
Gets a deviance interval for the Mean within the given confidence level percentage (i.e. uses the standard deviation rather than the standard error to compute the range interval for the variable).
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodHasMethod
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.)
Public Extension MethodIsEqual
Compares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.
(Defined by Matrix.)
Public Extension MethodTo(Type)Overloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Public Extension MethodToTOverloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Top
See Also