Click or drag to resize
Accord.NET (logo)

DescriptiveMeasures Properties

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
See Also