[]
This class provides statistics logic and reports the calculated values through its properties.
[TypeConverter(typeof(HiddenPropsTypeConverter))]
public class StatisticalData
| Name | Description |
|---|---|
| ReturnsDoubleArray | Provides data for mean, median, stdev and variance. |
| ReturnsDoubleArrayXY | Provides an array of data. |
| TestForDataHole | Provides a choice of default or specified hole test. |
| Name | Description |
|---|---|
| Confidence | Gets an object reporting the confidence interval for the associated data. |
| DataStatus | Gets a string indicating whether data is available for statistical calculations. |
| Mean | Gets the mean value of the associated data. |
| Median | Gets the median value of the associated data. |
| N | Gets the number of data elements used to compute the statistics. |
| PropertyGridEnabled | Gets or sets whether statistic calculations are reported in property grids and by reflection. |
| Rsq | Gets the R-Squared statistic of the associated XY data. |
| StdDev | Gets the standard deviation of the associated data. |
| Variance | Gets the Variance of the associated data. |