Click or drag to resize
Accord.NET (logo)

DescriptiveAnalysis Properties

The DescriptiveAnalysis type exposes the following members.

Properties
  NameDescription
Public propertyArray Obsolete.
Gets the source matrix from which the analysis was run.
Public propertyColumnNames
Gets the column names from the variables in the data.
Public propertyConfidence
Gets the 95% confidence intervals for the Means.
Public propertyCorrelationMatrix
Gets the Correlation Matrix
Public propertyCovarianceMatrix
Gets the Covariance Matrix
Public propertyDeviance
Gets the 95% deviance intervals for the Means.
Public propertyDeviationScores
Gets the mean subtracted data.
Public propertyDistinct
Gets a vector containing the number of distinct elements for each data column.
Public propertyInnerFences
Gets an array containing the inner fences of each data column.
Public propertyKurtosis
Gets an array containing the kurtosis for of each data column.
Public propertyLazy
Gets or sets whether the properties of this class should be computed only when necessary. If set to true, a copy of the input data will be maintained inside an instance of this class, using more memory.
Public propertyMeans
Gets a vector containing the Mean of each data column.
Public propertyMeasures
Gets a collection of DescriptiveMeasures objects that can be bound to a DataGridView.
Public propertyMedians
Gets a vector containing the Median of each data column.
Public propertyModes
Gets a vector containing the Mode of each data column.
Public propertyOuterFences
Gets an array containing the outer fences of each data column.
Public propertyQuantileMethod
Gets or sets the method to be used when computing quantiles (median and quartiles).
Public propertyQuartiles
Gets an array containing the interquartile range of each data column.
Public propertyRanges
Gets an array containing the Ranges of each data column.
Public propertySamples
Gets the number of samples (or observations) in the data.
Public propertySkewness
Gets an array containing the skewness for of each data column.
Public propertySource Obsolete.
Gets the source matrix from which the analysis was run.
Public propertyStandardDeviations
Gets a vector containing the Standard Deviation of each data column.
Public propertyStandardErrors
Gets a vector containing the Standard Error of the Mean of each data column.
Public propertyStandardScores
Gets the mean subtracted and deviation divided data. Also known as Z-Scores.
Public propertySums
Gets an array containing the sum of each data column.
Public propertyVariables
Gets the number of variables (or features) in the data.
Public propertyVariances
Gets a vector containing the Variance of each data column.
Top
See Also