Xceed DataGrid for WPF v7.2 Documentation
Xceed.Wpf.DataGrid.Stats Namespace
Inheritance Hierarchy
Xceed.Wpf.DataGrid Assembly : Xceed.Wpf.DataGrid.Stats Namespace
The Xceed.Wpf.DataGrid.Stats namespace regroups all the statistical-related classes. The StatRow and StatCell class are located in the main Xceed.Wpf.DataGrid namespace.
Classes
 ClassDescription
Class

Class that represents the Average statistical function, which is the measure of central tendancy of a set of values computed by dividing the sum of the values by their number; commonly called the arithmetic mean or the average.

Class

Class that represents the Correlation Coefficient statistical function, which represents the quantity that gives the quality of a least squares fitting to the original data. Also known as cross-correlation coefficient.

Class

Class that represents the Count statistical function, which is the result of a tally that reveals the number of items in a set.

Class

Class that represents the Covariance statistical function, which is the measure of the strength of the correlation between two sets of random variates.

ClassBase class for statistical functions that accumulates the values required to calculate the result of the statistical function from the result of a child group.
Class

Class that represents the Geometric Mean statistical function, which is defined as the product of all the members of a set of positive data, raised to a power equal to the reciprocal of the number of members.

Class

Class that represents the Harmonic Mean statistical function, which is defined as the number of elements to be averaged divided by the sum of the reciprocals of the elements.

ClassException that is thrown when an invalid property name is specified in the SourcePropertyName property.
ClassException that is thrown when a statistical function encounters an invalid value during the calculation of its result.
Class

Class that represents the Maximum statistical function, which the highest value among a set of items.

Class

Class that represents the Median statistical function, which is the middle number in a set of ordered data. If the set contains an even number of items, the arithmetic mean of the 2 middle values will be returned.

Class

Class that represents the Minimum statistical function, which is the lowest value among a set of items.

Class

Class that represents the Mode statistical function, which is the value that has the largest number of observations, namely the most frequent value or values. The mode is not necessarily unique, unlike the arithmetic mean.

ClassClass that represents the Root-Mean-Square statistical function, which is the square root of the arithmetical average of a set of squared instantaneous values. The root mean square is also known as the quadratic mean.
Class

Class that represents the Standard Deviation statistical function, which is the measure of the degree of dispersion of sample or population data from the mean value. 

ClassBase class for statistical functions.
ClassContains a collection of statistical functions.
ClassClass that represents the result of a statistical function.
Class

Class that represents the Sum statistical function, which is the result of the addition of the values of a set of items.

Class

Class that represents the Variance statistical function. The variance of a random sample or population variable is a non-negative number which gives an idea of how widely spread the values of the random variable are likely to be; the larger the variance, the more scattered the observations on average.

See Also

Reference

Xceed.Wpf.DataGrid Assembly