[]
        
(Showing Draft Content)

C1.Win.C1Chart.StatisticalData

StatisticalData Class

This class provides statistics logic and reports the calculated values through its properties.

Inheritance
StatisticalData
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
[TypeConverter(typeof(HiddenPropsTypeConverter))]
public class StatisticalData

Fields

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.

Properties

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.