|
|
IDescriptiveMeasures Interface |
Namespace: Accord.Statistics.Analysis
The IDescriptiveMeasures type exposes the following members.
| Name | Description | |
|---|---|---|
| Confidence |
Gets the 95% confidence interval around the Mean.
| |
| Count |
Gets the number of samples for the variable.
| |
| Deviance |
Gets the 95% deviance interval around the Mean.
| |
| Distinct |
Gets the number of distinct values for the variable.
| |
| Index |
Gets the variable's index.
| |
| InnerFence |
Gets the variable's inner fence range.
| |
| Kurtosis |
Gets the variable's kurtosis.
| |
| Length |
Gets the variable's length.
| |
| Max |
Gets the variable's maximum value.
| |
| Mean |
Gets the variable's mean.
| |
| Median |
Gets the variable's median.
| |
| Min |
Gets the variable's minimum value.
| |
| Mode |
Gets the variable's mode.
| |
| Name |
Gets the variable's name
| |
| OuterFence |
Gets the variable's outer fences range.
| |
| Quartiles |
Gets the variable's interquartile range.
| |
| Samples |
Gets the variable's observations.
| |
| Skewness |
Gets the variable's skewness.
| |
| StandardDeviation |
Gets the variable's standard deviation.
| |
| StandardError |
Gets the variable's standard error of the mean.
| |
| Sum |
Gets the variable's total sum.
| |
| Variance |
Gets the variable's variance.
|
| Name | Description | |
|---|---|---|
| GetConfidenceInterval |
Gets a confidence interval for the Mean
within the given confidence level percentage.
| |
| GetDevianceInterval |
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).
|