Xceed Ultimate ListBox for Silverlight Documentation
Xceed.Silverlight.Data.Stats Namespace
Inheritance Hierarchy
The Xceed.Silverlight.Data.Stats namespace regroups all the statistical-related classes. The StatRow and StatCell class are located in the main Xceed.Silverlight.DataGrid namespace.
Classes
 ClassDescription
ClassAverageFunction

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

The Average function is not supported when using a remote data source.

ClassCorrelationCoefficientFunction

Class the 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.

The Correlation Coefficient  function is not supported when using a remote data source.

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

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

The Covariance function is not supported when using a remote data source.

ClassCumulativeStatFunction Base class for statistical functions that accumulate the values required to calculate the result of a statistical function from the result of a child group
ClassGeometricMeanFunction

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.

The Geometric Mean function is not supported when using a remote data source.

ClassHarmonicMeanFunction

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.

The Harmonic Mean function is not supported when using a remote data source.

ClassInvalidValueException Exception that is thrown when a statistical function encounters an invalid value during the calculation of its result.
ClassMaximumFunction

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

The Maximum function is not supported when using a remote data source.

ClassMedianFunction

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.

The Median function is not supported when using a remote data source.

ClassMinimumFunction

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

The Minimum function is not supported when using a remote data source.

ClassModeFunction

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.

The Mode function is not supported when using a remote data source.

ClassNotSupportedStatFunctionException Exception that is thrown when a statistical function is not supported.
ClassRootMeanSquareFunction

Class 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.

The Root-Mean-Square function is not supported when using a remote data source.

ClassStandardDeviationFunction

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.

The Standard Deviation function is not supported when using a remote data source.

ClassStatContext Represents the context from which statistical functions retrieve the values needed to calculate their results and exposes the results through an indexer.
ClassStatFunction Base class for all statistical functions.
ClassStatFunctionCollection Contains a collection of statistical functions.
ClassStatResult Represents the result of a statistical function.
ClassSumFunction

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

The Sum function is not supported when using a remote data source.

ClassVarianceFunction

Class that represents the Variance statistical function, which is a non-negative number that 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.

The Variance function is not supported when using a remote data source.

See Also

Reference

Xceed.Silverlight.Data.v2.0 Assembly

Send Feedback