![]() |
DescriptiveAnalysis Properties |
The DescriptiveAnalysis type exposes the following members.
Name | Description | |
---|---|---|
![]() | Array | Obsolete.
Gets the source matrix from which the analysis was run.
|
![]() | ColumnNames |
Gets the column names from the variables in the data.
|
![]() | Confidence |
Gets the 95% confidence intervals for the Means.
|
![]() | CorrelationMatrix |
Gets the Correlation Matrix
|
![]() | CovarianceMatrix |
Gets the Covariance Matrix
|
![]() | Deviance |
Gets the 95% deviance intervals for the Means.
|
![]() | DeviationScores |
Gets the mean subtracted data.
|
![]() | Distinct |
Gets a vector containing the number of distinct elements for each data column.
|
![]() | InnerFences |
Gets an array containing the inner fences of each data column.
|
![]() | Kurtosis |
Gets an array containing the kurtosis for of each data column.
|
![]() | Lazy |
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.
|
![]() | Means |
Gets a vector containing the Mean of each data column.
|
![]() | Measures |
Gets a collection of DescriptiveMeasures objects that can be bound to a DataGridView.
|
![]() | Medians |
Gets a vector containing the Median of each data column.
|
![]() | Modes |
Gets a vector containing the Mode of each data column.
|
![]() | OuterFences |
Gets an array containing the outer fences of each data column.
|
![]() | QuantileMethod |
Gets or sets the method to be used when computing quantiles (median and quartiles).
|
![]() | Quartiles |
Gets an array containing the interquartile range of each data column.
|
![]() | Ranges |
Gets an array containing the Ranges of each data column.
|
![]() | Samples |
Gets the number of samples (or observations) in the data.
|
![]() | Skewness |
Gets an array containing the skewness for of each data column.
|
![]() | Source | Obsolete.
Gets the source matrix from which the analysis was run.
|
![]() | StandardDeviations |
Gets a vector containing the Standard Deviation of each data column.
|
![]() | StandardErrors |
Gets a vector containing the Standard Error of the Mean of each data column.
|
![]() | StandardScores |
Gets the mean subtracted and deviation divided data. Also known as Z-Scores.
|
![]() | Sums |
Gets an array containing the sum of each data column.
|
![]() | Variables |
Gets the number of variables (or features) in the data.
|
![]() | Variances |
Gets a vector containing the Variance of each data column.
|