DescriptiveStatistics Methods |
| Name | Description | |
|---|---|---|
| AbsoluteMaximum(IEnumerableDecimal) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximum(IEnumerableInt32) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximum(IEnumerableInt64) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximum(IEnumerableNullableDecimal) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximum(IEnumerableNullableInt32) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximum(IEnumerableNullableInt64) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximum(IEnumerableDouble, Boolean) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximum(IEnumerableNullableDouble, Boolean) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximum(IEnumerableNullableSingle, Boolean) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximum(IEnumerableSingle, Boolean) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximum(Vector, Boolean) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximumTSource(IEnumerableTSource, FuncTSource, Double, Boolean) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximumIndex(IEnumerableDecimal) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndex(IEnumerableInt32) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndex(IEnumerableInt64) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndex(IEnumerableNullableDecimal) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndex(IEnumerableNullableInt32) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndex(IEnumerableNullableInt64) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndex(IEnumerableDouble, Boolean) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndex(IEnumerableNullableDouble, Boolean) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndex(IEnumerableNullableSingle, Boolean) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndex(IEnumerableSingle, Boolean) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndex(Vector, Boolean) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndexTSource(IEnumerableTSource, FuncTSource, Double, Boolean) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndexOrDefault(IEnumerableDecimal, Int32) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndexOrDefault(IEnumerableInt32, Int32) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndexOrDefault(IEnumerableInt64, Int32) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndexOrDefault(IEnumerableNullableDecimal, Int32) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndexOrDefault(IEnumerableNullableInt32, Int32) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndexOrDefault(IEnumerableNullableInt64, Int32) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndexOrDefault(IEnumerableDouble, Int32, Boolean) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndexOrDefault(IEnumerableNullableDouble, Int32, Boolean) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndexOrDefault(IEnumerableNullableSingle, Int32, Boolean) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndexOrDefault(IEnumerableSingle, Int32, Boolean) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndexOrDefault(Vector, Int32, Boolean) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumIndexOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Int32, Boolean) | Returns the index of the maximal absolute value in the given container. | |
| AbsoluteMaximumOrDefault(IEnumerableDecimal, Decimal) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximumOrDefault(IEnumerableInt32, Int32) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximumOrDefault(IEnumerableInt64, Int64) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximumOrDefault(IEnumerableNullableDecimal, Decimal) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximumOrDefault(IEnumerableNullableInt32, Int32) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximumOrDefault(IEnumerableNullableInt64, Int64) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximumOrDefault(IEnumerableDouble, Double, Boolean) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximumOrDefault(IEnumerableNullableDouble, Double, Boolean) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximumOrDefault(IEnumerableNullableSingle, Single, Boolean) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximumOrDefault(IEnumerableSingle, Single, Boolean) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximumOrDefault(Vector, Double, Boolean) | Returns the maximal absolute value in the given container. | |
| AbsoluteMaximumOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) | Returns the maximal absolute value in the given container. | |
| AbsoluteMinimum(IEnumerableDecimal) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimum(IEnumerableInt32) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimum(IEnumerableInt64) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimum(IEnumerableNullableDecimal) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimum(IEnumerableNullableInt32) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimum(IEnumerableNullableInt64) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimum(IEnumerableDouble, Boolean) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimum(IEnumerableNullableDouble, Boolean) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimum(IEnumerableNullableSingle, Boolean) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimum(IEnumerableSingle, Boolean) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimum(Vector, Boolean) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimumTSource(IEnumerableTSource, FuncTSource, Double, Boolean) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimumIndex(IEnumerableDecimal) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndex(IEnumerableInt32) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndex(IEnumerableInt64) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndex(IEnumerableNullableDecimal) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndex(IEnumerableNullableInt32) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndex(IEnumerableNullableInt64) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndex(IEnumerableDouble, Boolean) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndex(IEnumerableNullableDouble, Boolean) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndex(IEnumerableNullableSingle, Boolean) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndex(IEnumerableSingle, Boolean) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndex(Vector, Boolean) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndexTSource(IEnumerableTSource, FuncTSource, Double, Boolean) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndexOrDefault(IEnumerableDecimal, Int32) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndexOrDefault(IEnumerableInt32, Int32) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndexOrDefault(IEnumerableInt64, Int32) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndexOrDefault(IEnumerableNullableDecimal, Int32) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndexOrDefault(IEnumerableNullableInt32, Int32) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndexOrDefault(IEnumerableNullableInt64, Int32) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndexOrDefault(IEnumerableDouble, Int32, Boolean) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndexOrDefault(IEnumerableNullableDouble, Int32, Boolean) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndexOrDefault(IEnumerableNullableSingle, Int32, Boolean) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndexOrDefault(IEnumerableSingle, Int32, Boolean) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndexOrDefault(Vector, Int32, Boolean) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumIndexOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Int32, Boolean) | Returns the index of the minimal absolute value in the given container. | |
| AbsoluteMinimumOrDefault(IEnumerableDecimal, Decimal) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimumOrDefault(IEnumerableInt32, Int32) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimumOrDefault(IEnumerableInt64, Int64) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimumOrDefault(IEnumerableNullableDecimal, Decimal) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimumOrDefault(IEnumerableNullableInt32, Int32) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimumOrDefault(IEnumerableNullableInt64, Int64) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimumOrDefault(IEnumerableDouble, Double, Boolean) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimumOrDefault(IEnumerableNullableDouble, Double, Boolean) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimumOrDefault(IEnumerableNullableSingle, Single, Boolean) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimumOrDefault(IEnumerableSingle, Single, Boolean) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimumOrDefault(Vector, Double, Boolean) | Returns the minimal absolute value in the given container. | |
| AbsoluteMinimumOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) | Returns the minimal absolute value in the given container. | |
| ArithmeticMean(IEnumerableDecimal) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMean(IEnumerableInt32) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMean(IEnumerableInt64) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMean(IEnumerableNullableDecimal) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMean(IEnumerableNullableInt32) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMean(IEnumerableNullableInt64) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMean(IEnumerableDouble, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMean(IEnumerableNullableDouble, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMean(IEnumerableNullableSingle, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMean(IEnumerableSingle, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMean(Vector, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMeanTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMeanOrDefault(IEnumerableDecimal, Decimal) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMeanOrDefault(IEnumerableInt32, Double) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMeanOrDefault(IEnumerableInt64, Double) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMeanOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMeanOrDefault(IEnumerableNullableInt32, Double) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMeanOrDefault(IEnumerableNullableInt64, Double) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMeanOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMeanOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMeanOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMeanOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMeanOrDefault(Vector, Double, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| ArithmeticMeanOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
| CoefficientOfVariation(IEnumerableDecimal) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariation(IEnumerableInt32) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariation(IEnumerableInt64) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariation(IEnumerableNullableDecimal) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariation(IEnumerableNullableInt32) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariation(IEnumerableNullableInt64) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariation(IEnumerableDouble, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariation(IEnumerableNullableDouble, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariation(IEnumerableNullableSingle, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariation(IEnumerableSingle, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariation(Vector, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableDecimal, Decimal) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableInt32, Double) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableInt64, Double) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableNullableInt32, Double) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableNullableInt64, Double) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefault(Vector, Double, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| CoefficientOfVariationOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
| |
| Correlation(IEnumerableDecimal, IEnumerableDecimal) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| Correlation(IEnumerableInt32, IEnumerableInt32) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| Correlation(IEnumerableInt64, IEnumerableInt64) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| Correlation(IEnumerableNullableDecimal, IEnumerableNullableDecimal) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| Correlation(IEnumerableNullableInt32, IEnumerableNullableInt32) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| Correlation(IEnumerableNullableInt64, IEnumerableNullableInt64) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| Correlation(IEnumerableDouble, IEnumerableDouble, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| Correlation(IEnumerableNullableDouble, IEnumerableNullableDouble, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| Correlation(IEnumerableNullableSingle, IEnumerableNullableSingle, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| Correlation(IEnumerableSingle, IEnumerableSingle, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| Correlation(Vector, Vector, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| CorrelationTSource(IEnumerableTSource, IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| CorrelationOrDefault(IEnumerableDecimal, IEnumerableDecimal, Decimal) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| CorrelationOrDefault(IEnumerableInt32, IEnumerableInt32, Double) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| CorrelationOrDefault(IEnumerableInt64, IEnumerableInt64, Double) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| CorrelationOrDefault(IEnumerableNullableDecimal, IEnumerableNullableDecimal, Decimal) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| CorrelationOrDefault(IEnumerableNullableInt32, IEnumerableNullableInt32, Double) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| CorrelationOrDefault(IEnumerableNullableInt64, IEnumerableNullableInt64, Double) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| CorrelationOrDefault(IEnumerableDouble, IEnumerableDouble, Double, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| CorrelationOrDefault(IEnumerableNullableDouble, IEnumerableNullableDouble, Double, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| CorrelationOrDefault(IEnumerableNullableSingle, IEnumerableNullableSingle, Single, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| CorrelationOrDefault(IEnumerableSingle, IEnumerableSingle, Single, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| CorrelationOrDefault(Vector, Vector, Double, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| CorrelationOrDefaultTSource(IEnumerableTSource, IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
| |
| Count(IEnumerableDecimal) |
Returns the number of elements in the container.
| |
| Count(IEnumerableInt32) |
Returns the number of elements in the container.
| |
| Count(IEnumerableInt64) |
Returns the number of elements in the container.
| |
| Count(IEnumerableNullableDecimal) |
Returns the number of elements in the container.
| |
| Count(IEnumerableNullableInt32) |
Returns the number of elements in the container.
| |
| Count(IEnumerableNullableInt64) |
Returns the number of elements in the container.
| |
| Count(IEnumerableDouble, Boolean) |
Returns the number of elements in the container.
| |
| Count(IEnumerableNullableDouble, Boolean) |
Returns the number of elements in the container.
| |
| Count(IEnumerableNullableSingle, Boolean) |
Returns the number of elements in the container.
| |
| Count(IEnumerableSingle, Boolean) |
Returns the number of elements in the container.
| |
| Count(Vector, Boolean) |
Returns the number of elements in the container.
| |
| CountTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the number of elements in the container.
| |
| CountOrDefault(IEnumerableDecimal, Int32) |
Returns the number of elements in the container.
| |
| CountOrDefault(IEnumerableInt32, Int32) |
Returns the number of elements in the container.
| |
| CountOrDefault(IEnumerableInt64, Int32) |
Returns the number of elements in the container.
| |
| CountOrDefault(IEnumerableNullableDecimal, Int32) |
Returns the number of elements in the container.
| |
| CountOrDefault(IEnumerableNullableInt32, Int32) |
Returns the number of elements in the container.
| |
| CountOrDefault(IEnumerableNullableInt64, Int32) |
Returns the number of elements in the container.
| |
| CountOrDefault(IEnumerableDouble, Int32, Boolean) |
Returns the number of elements in the container.
| |
| CountOrDefault(IEnumerableNullableDouble, Int32, Boolean) |
Returns the number of elements in the container.
| |
| CountOrDefault(IEnumerableNullableSingle, Int32, Boolean) |
Returns the number of elements in the container.
| |
| CountOrDefault(IEnumerableSingle, Int32, Boolean) |
Returns the number of elements in the container.
| |
| CountOrDefault(Vector, Int32, Boolean) |
Returns the number of elements in the container.
| |
| CountOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Int32, Boolean) |
Returns the number of elements in the container.
| |
| Covariance(IEnumerableDecimal, IEnumerableDecimal) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| Covariance(IEnumerableInt32, IEnumerableInt32) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| Covariance(IEnumerableInt64, IEnumerableInt64) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| Covariance(IEnumerableNullableDecimal, IEnumerableNullableDecimal) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| Covariance(IEnumerableNullableInt32, IEnumerableNullableInt32) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| Covariance(IEnumerableNullableInt64, IEnumerableNullableInt64) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| Covariance(IEnumerableDouble, IEnumerableDouble, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| Covariance(IEnumerableNullableDouble, IEnumerableNullableDouble, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| Covariance(IEnumerableNullableSingle, IEnumerableNullableSingle, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| Covariance(IEnumerableSingle, IEnumerableSingle, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| Covariance(Vector, Vector, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceTSource(IEnumerableTSource, IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceOrDefault(IEnumerableDecimal, IEnumerableDecimal, Decimal) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceOrDefault(IEnumerableInt32, IEnumerableInt32, Double) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceOrDefault(IEnumerableInt64, IEnumerableInt64, Double) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceOrDefault(IEnumerableNullableDecimal, IEnumerableNullableDecimal, Decimal) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceOrDefault(IEnumerableNullableInt32, IEnumerableNullableInt32, Double) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceOrDefault(IEnumerableNullableInt64, IEnumerableNullableInt64, Double) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceOrDefault(IEnumerableDouble, IEnumerableDouble, Double, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceOrDefault(IEnumerableNullableDouble, IEnumerableNullableDouble, Double, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceOrDefault(IEnumerableNullableSingle, IEnumerableNullableSingle, Single, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceOrDefault(IEnumerableSingle, IEnumerableSingle, Single, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceOrDefault(Vector, Vector, Double, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceOrDefaultTSource(IEnumerableTSource, IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulation(IEnumerableDecimal, IEnumerableDecimal) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulation(IEnumerableInt32, IEnumerableInt32) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulation(IEnumerableInt64, IEnumerableInt64) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulation(IEnumerableNullableDecimal, IEnumerableNullableDecimal) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulation(IEnumerableNullableInt32, IEnumerableNullableInt32) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulation(IEnumerableNullableInt64, IEnumerableNullableInt64) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulation(IEnumerableDouble, IEnumerableDouble, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulation(IEnumerableNullableDouble, IEnumerableNullableDouble, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulation(IEnumerableNullableSingle, IEnumerableNullableSingle, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulation(IEnumerableSingle, IEnumerableSingle, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulation(Vector, Vector, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulationTSource(IEnumerableTSource, IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulationOrDefault(IEnumerableDecimal, IEnumerableDecimal, Decimal) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulationOrDefault(IEnumerableInt32, IEnumerableInt32, Double) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulationOrDefault(IEnumerableInt64, IEnumerableInt64, Double) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulationOrDefault(IEnumerableNullableDecimal, IEnumerableNullableDecimal, Decimal) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulationOrDefault(IEnumerableNullableInt32, IEnumerableNullableInt32, Double) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulationOrDefault(IEnumerableNullableInt64, IEnumerableNullableInt64, Double) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulationOrDefault(IEnumerableDouble, IEnumerableDouble, Double, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulationOrDefault(IEnumerableNullableDouble, IEnumerableNullableDouble, Double, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulationOrDefault(IEnumerableNullableSingle, IEnumerableNullableSingle, Single, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulationOrDefault(IEnumerableSingle, IEnumerableSingle, Single, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulationOrDefault(Vector, Vector, Double, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovariancePopulationOrDefaultTSource(IEnumerableTSource, IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSample(IEnumerableDecimal, IEnumerableDecimal) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSample(IEnumerableInt32, IEnumerableInt32) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSample(IEnumerableInt64, IEnumerableInt64) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSample(IEnumerableNullableDecimal, IEnumerableNullableDecimal) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSample(IEnumerableNullableInt32, IEnumerableNullableInt32) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSample(IEnumerableNullableInt64, IEnumerableNullableInt64) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSample(IEnumerableDouble, IEnumerableDouble, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSample(IEnumerableNullableDouble, IEnumerableNullableDouble, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSample(IEnumerableNullableSingle, IEnumerableNullableSingle, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSample(IEnumerableSingle, IEnumerableSingle, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSample(Vector, Vector, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSampleTSource(IEnumerableTSource, IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSampleOrDefault(IEnumerableDecimal, IEnumerableDecimal, Decimal) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSampleOrDefault(IEnumerableInt32, IEnumerableInt32, Double) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSampleOrDefault(IEnumerableInt64, IEnumerableInt64, Double) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSampleOrDefault(IEnumerableNullableDecimal, IEnumerableNullableDecimal, Decimal) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSampleOrDefault(IEnumerableNullableInt32, IEnumerableNullableInt32, Double) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSampleOrDefault(IEnumerableNullableInt64, IEnumerableNullableInt64, Double) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSampleOrDefault(IEnumerableDouble, IEnumerableDouble, Double, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSampleOrDefault(IEnumerableNullableDouble, IEnumerableNullableDouble, Double, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSampleOrDefault(IEnumerableNullableSingle, IEnumerableNullableSingle, Single, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSampleOrDefault(IEnumerableSingle, IEnumerableSingle, Single, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSampleOrDefault(Vector, Vector, Double, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CovarianceSampleOrDefaultTSource(IEnumerableTSource, IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
| CumulativeDistribution(IEnumerableDecimal, Decimal) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistribution(IEnumerableInt32, Int32) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistribution(IEnumerableInt64, Int64) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistribution(IEnumerableNullableDecimal, Decimal) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistribution(IEnumerableNullableInt32, Int32) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistribution(IEnumerableNullableInt64, Int64) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistribution(IEnumerableDouble, Double, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistribution(IEnumerableNullableDouble, Double, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistribution(IEnumerableNullableSingle, Single, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistribution(IEnumerableSingle, Single, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistribution(Vector, Double, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistributionTSource(IEnumerableTSource, Double, FuncTSource, Double, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistributionOrDefault(IEnumerableDecimal, Decimal, Decimal) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistributionOrDefault(IEnumerableInt32, Int32, Double) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistributionOrDefault(IEnumerableInt64, Int64, Double) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistributionOrDefault(IEnumerableNullableDecimal, Decimal, Decimal) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistributionOrDefault(IEnumerableNullableInt32, Int32, Double) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistributionOrDefault(IEnumerableNullableInt64, Int64, Double) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistributionOrDefault(IEnumerableDouble, Double, Double, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistributionOrDefault(IEnumerableNullableDouble, Double, Double, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistributionOrDefault(IEnumerableNullableSingle, Single, Single, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistributionOrDefault(IEnumerableSingle, Single, Single, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistributionOrDefault(Vector, Double, Double, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| CumulativeDistributionOrDefaultTSource(IEnumerableTSource, Double, FuncTSource, Double, Double, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
| |
| FirstRawMoment(IEnumerableDecimal) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMoment(IEnumerableInt32) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMoment(IEnumerableInt64) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMoment(IEnumerableNullableDecimal) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMoment(IEnumerableNullableInt32) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMoment(IEnumerableNullableInt64) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMoment(IEnumerableDouble, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMoment(IEnumerableNullableDouble, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMoment(IEnumerableNullableSingle, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMoment(IEnumerableSingle, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMoment(Vector, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMomentTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMomentOrDefault(IEnumerableDecimal, Decimal) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMomentOrDefault(IEnumerableInt32, Double) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMomentOrDefault(IEnumerableInt64, Double) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMomentOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMomentOrDefault(IEnumerableNullableInt32, Double) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMomentOrDefault(IEnumerableNullableInt64, Double) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMomentOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMomentOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMomentOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMomentOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMomentOrDefault(Vector, Double, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FirstRawMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthCentralMoment(IEnumerableDecimal) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(IEnumerableInt32) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(IEnumerableInt64) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(IEnumerableNullableDecimal) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(IEnumerableNullableInt32) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(IEnumerableNullableInt64) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(IEnumerableDouble, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(IEnumerableNullableDouble, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(IEnumerableNullableSingle, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(IEnumerableSingle, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(Vector, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMomentTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMomentOrDefault(IEnumerableDecimal, Decimal) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMomentOrDefault(IEnumerableInt32, Double) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMomentOrDefault(IEnumerableInt64, Double) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMomentOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMomentOrDefault(IEnumerableNullableInt32, Double) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMomentOrDefault(IEnumerableNullableInt64, Double) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMomentOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMomentOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMomentOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMomentOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMomentOrDefault(Vector, Double, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthRawMoment(IEnumerableDecimal) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMoment(IEnumerableInt32) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMoment(IEnumerableInt64) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMoment(IEnumerableNullableDecimal) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMoment(IEnumerableNullableInt32) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMoment(IEnumerableNullableInt64) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMoment(IEnumerableDouble, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMoment(IEnumerableNullableDouble, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMoment(IEnumerableNullableSingle, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMoment(IEnumerableSingle, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMoment(Vector, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMomentTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMomentOrDefault(IEnumerableDecimal, Decimal) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMomentOrDefault(IEnumerableInt32, Double) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMomentOrDefault(IEnumerableInt64, Double) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMomentOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMomentOrDefault(IEnumerableNullableInt32, Double) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMomentOrDefault(IEnumerableNullableInt64, Double) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMomentOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMomentOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMomentOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMomentOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMomentOrDefault(Vector, Double, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| FourthRawMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| GeometricMean(IEnumerableDecimal) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMean(IEnumerableInt32) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMean(IEnumerableInt64) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMean(IEnumerableNullableDecimal) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMean(IEnumerableNullableInt32) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMean(IEnumerableNullableInt64) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMean(IEnumerableDouble, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMean(IEnumerableNullableDouble, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMean(IEnumerableNullableSingle, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMean(IEnumerableSingle, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMean(Vector, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMeanTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMeanOrDefault(IEnumerableDecimal, Decimal) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMeanOrDefault(IEnumerableInt32, Double) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMeanOrDefault(IEnumerableInt64, Double) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMeanOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMeanOrDefault(IEnumerableNullableInt32, Double) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMeanOrDefault(IEnumerableNullableInt64, Double) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMeanOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMeanOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMeanOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMeanOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMeanOrDefault(Vector, Double, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GeometricMeanOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
| |
| GetBottom(IEnumerableDecimal, Decimal) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableDecimal, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableInt32, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableInt32, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableInt64, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableInt64, Int64) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableNullableDecimal, Decimal) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableNullableDecimal, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableNullableInt32, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableNullableInt32, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableNullableInt64, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableNullableInt64, Int64) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableDouble, Double, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableDouble, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableNullableDouble, Double, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableNullableDouble, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableNullableSingle, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableNullableSingle, Single, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableSingle, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(IEnumerableSingle, Single, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(Vector, Double, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottom(Vector, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomTSource(IEnumerableTSource, TSource, FuncTSource, Double, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableDecimal, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableInt32, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableInt64, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableNullableDecimal, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableNullableInt32, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableNullableInt64, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableDecimal, Decimal, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableDouble, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableInt32, Int32, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableInt64, Int64, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableNullableDecimal, Decimal, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableNullableDouble, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableNullableInt32, Int32, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableNullableInt64, Int64, Int32) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableNullableSingle, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableSingle, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(Vector, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableDouble, Double, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableNullableDouble, Double, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableNullableSingle, Single, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(IEnumerableSingle, Single, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndices(Vector, Double, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndicesTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetBottomIndicesTSource(IEnumerableTSource, TSource, Int32, FuncTSource, Double, Boolean) | Obsolete.
Returns given number of largest values from the container.
| |
| GetTop(IEnumerableDecimal, Decimal) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableDecimal, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableInt32, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableInt32, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableInt64, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableInt64, Int64) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableNullableDecimal, Decimal) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableNullableDecimal, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableNullableInt32, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableNullableInt32, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableNullableInt64, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableNullableInt64, Int64) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableDouble, Double, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableDouble, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableNullableDouble, Double, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableNullableDouble, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableNullableSingle, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableNullableSingle, Single, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableSingle, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(IEnumerableSingle, Single, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(Vector, Double, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTop(Vector, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopTSource(IEnumerableTSource, TSource, FuncTSource, Double, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableDecimal, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableInt32, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableInt64, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableNullableDecimal, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableNullableInt32, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableNullableInt64, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableDecimal, Decimal, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableDouble, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableInt32, Int32, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableInt64, Int64, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableNullableDecimal, Decimal, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableNullableDouble, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableNullableInt32, Int32, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableNullableInt64, Int64, Int32) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableNullableSingle, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableSingle, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(Vector, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableDouble, Double, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableNullableDouble, Double, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableNullableSingle, Single, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(IEnumerableSingle, Single, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndices(Vector, Double, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndicesTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| GetTopIndicesTSource(IEnumerableTSource, TSource, Int32, FuncTSource, Double, Boolean) | Obsolete.
Returns given number of smallest values from the container.
| |
| HarmonicMean(IEnumerableDecimal) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMean(IEnumerableInt32) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMean(IEnumerableInt64) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMean(IEnumerableNullableDecimal) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMean(IEnumerableNullableInt32) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMean(IEnumerableNullableInt64) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMean(IEnumerableDouble, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMean(IEnumerableNullableDouble, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMean(IEnumerableNullableSingle, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMean(IEnumerableSingle, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMean(Vector, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMeanTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMeanOrDefault(IEnumerableDecimal, Decimal) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMeanOrDefault(IEnumerableInt32, Double) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMeanOrDefault(IEnumerableInt64, Double) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMeanOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMeanOrDefault(IEnumerableNullableInt32, Double) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMeanOrDefault(IEnumerableNullableInt64, Double) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMeanOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMeanOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMeanOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMeanOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMeanOrDefault(Vector, Double, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| HarmonicMeanOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
| |
| Kurtosis(IEnumerableDecimal) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| Kurtosis(IEnumerableInt32) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| Kurtosis(IEnumerableInt64) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| Kurtosis(IEnumerableNullableDecimal) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| Kurtosis(IEnumerableNullableInt32) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| Kurtosis(IEnumerableNullableInt64) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| Kurtosis(IEnumerableDouble, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| Kurtosis(IEnumerableNullableDouble, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| Kurtosis(IEnumerableNullableSingle, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| Kurtosis(IEnumerableSingle, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| Kurtosis(Vector, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| KurtosisTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| KurtosisOrDefault(IEnumerableDecimal, Decimal) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| KurtosisOrDefault(IEnumerableInt32, Double) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| KurtosisOrDefault(IEnumerableInt64, Double) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| KurtosisOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| KurtosisOrDefault(IEnumerableNullableInt32, Double) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| KurtosisOrDefault(IEnumerableNullableInt64, Double) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| KurtosisOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| KurtosisOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| KurtosisOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| KurtosisOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| KurtosisOrDefault(Vector, Double, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| KurtosisOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
| |
| Maximum(IEnumerableDecimal) | Returns the maximal value in the given container. | |
| Maximum(IEnumerableInt32) | Returns the maximal value in the given container. | |
| Maximum(IEnumerableInt64) | Returns the maximal value in the given container. | |
| Maximum(IEnumerableNullableDecimal) | Returns the maximal value in the given container. | |
| Maximum(IEnumerableNullableInt32) | Returns the maximal value in the given container. | |
| Maximum(IEnumerableNullableInt64) | Returns the maximal value in the given container. | |
| Maximum(IEnumerableDouble, Boolean) | Returns the maximal value in the given container. | |
| Maximum(IEnumerableNullableDouble, Boolean) | Returns the maximal value in the given container. | |
| Maximum(IEnumerableNullableSingle, Boolean) | Returns the maximal value in the given container. | |
| Maximum(IEnumerableSingle, Boolean) | Returns the maximal value in the given container. | |
| Maximum(Vector, Boolean) | Returns the maximal value in the given container. | |
| MaximumTSource(IEnumerableTSource, FuncTSource, Double, Boolean) | Returns the maximal value in the given container. | |
| MaximumIndex(IEnumerableDecimal) | Returns the index of the maximal value in the given container. | |
| MaximumIndex(IEnumerableInt32) | Returns the index of the maximal value in the given container. | |
| MaximumIndex(IEnumerableInt64) | Returns the index of the maximal value in the given container. | |
| MaximumIndex(IEnumerableNullableDecimal) | Returns the index of the maximal value in the given container. | |
| MaximumIndex(IEnumerableNullableInt32) | Returns the index of the maximal value in the given container. | |
| MaximumIndex(IEnumerableNullableInt64) | Returns the index of the maximal value in the given container. | |
| MaximumIndex(IEnumerableDouble, Boolean) | Returns the index of the maximal value in the given container. | |
| MaximumIndex(IEnumerableNullableDouble, Boolean) | Returns the index of the maximal value in the given container. | |
| MaximumIndex(IEnumerableNullableSingle, Boolean) | Returns the index of the maximal value in the given container. | |
| MaximumIndex(IEnumerableSingle, Boolean) | Returns the index of the maximal value in the given container. | |
| MaximumIndex(Vector, Boolean) | Returns the index of the maximal value in the given container. | |
| MaximumIndexTSource(IEnumerableTSource, FuncTSource, Double, Boolean) | Returns the index of the maximal value in the given container. | |
| MaximumIndexOrDefault(IEnumerableDecimal, Int32) | Returns the index of the maximal value in the given container. | |
| MaximumIndexOrDefault(IEnumerableInt32, Int32) | Returns the index of the maximal value in the given container. | |
| MaximumIndexOrDefault(IEnumerableInt64, Int32) | Returns the index of the maximal value in the given container. | |
| MaximumIndexOrDefault(IEnumerableNullableDecimal, Int32) | Returns the index of the maximal value in the given container. | |
| MaximumIndexOrDefault(IEnumerableNullableInt32, Int32) | Returns the index of the maximal value in the given container. | |
| MaximumIndexOrDefault(IEnumerableNullableInt64, Int32) | Returns the index of the maximal value in the given container. | |
| MaximumIndexOrDefault(IEnumerableDouble, Int32, Boolean) | Returns the index of the maximal value in the given container. | |
| MaximumIndexOrDefault(IEnumerableNullableDouble, Int32, Boolean) | Returns the index of the maximal value in the given container. | |
| MaximumIndexOrDefault(IEnumerableNullableSingle, Int32, Boolean) | Returns the index of the maximal value in the given container. | |
| MaximumIndexOrDefault(IEnumerableSingle, Int32, Boolean) | Returns the index of the maximal value in the given container. | |
| MaximumIndexOrDefault(Vector, Int32, Boolean) | Returns the index of the maximal value in the given container. | |
| MaximumIndexOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Int32, Boolean) | Returns the index of the maximal value in the given container. | |
| MaximumOrDefault(IEnumerableDecimal, Decimal) | Returns the maximal value in the given container. | |
| MaximumOrDefault(IEnumerableInt32, Int32) | Returns the maximal value in the given container. | |
| MaximumOrDefault(IEnumerableInt64, Int64) | Returns the maximal value in the given container. | |
| MaximumOrDefault(IEnumerableNullableDecimal, Decimal) | Returns the maximal value in the given container. | |
| MaximumOrDefault(IEnumerableNullableInt32, Int32) | Returns the maximal value in the given container. | |
| MaximumOrDefault(IEnumerableNullableInt64, Int64) | Returns the maximal value in the given container. | |
| MaximumOrDefault(IEnumerableDouble, Double, Boolean) | Returns the maximal value in the given container. | |
| MaximumOrDefault(IEnumerableNullableDouble, Double, Boolean) | Returns the maximal value in the given container. | |
| MaximumOrDefault(IEnumerableNullableSingle, Single, Boolean) | Returns the maximal value in the given container. | |
| MaximumOrDefault(IEnumerableSingle, Single, Boolean) | Returns the maximal value in the given container. | |
| MaximumOrDefault(Vector, Double, Boolean) | Returns the maximal value in the given container. | |
| MaximumOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) | Returns the maximal value in the given container. | |
| Mean(IEnumerableDecimal) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| Mean(IEnumerableInt32) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| Mean(IEnumerableInt64) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| Mean(IEnumerableNullableDecimal) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| Mean(IEnumerableNullableInt32) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| Mean(IEnumerableNullableInt64) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| Mean(IEnumerableDouble, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| Mean(IEnumerableNullableDouble, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| Mean(IEnumerableNullableSingle, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| Mean(IEnumerableSingle, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| Mean(Vector, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| MeanTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| MeanOrDefault(IEnumerableDecimal, Decimal) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| MeanOrDefault(IEnumerableInt32, Double) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| MeanOrDefault(IEnumerableInt64, Double) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| MeanOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| MeanOrDefault(IEnumerableNullableInt32, Double) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| MeanOrDefault(IEnumerableNullableInt64, Double) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| MeanOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| MeanOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| MeanOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| MeanOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| MeanOrDefault(Vector, Double, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| MeanOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
| Median(IEnumerableDecimal) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| Median(IEnumerableInt32) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| Median(IEnumerableInt64) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| Median(IEnumerableNullableDecimal) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| Median(IEnumerableNullableInt32) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| Median(IEnumerableNullableInt64) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| Median(IEnumerableDouble, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| Median(IEnumerableNullableDouble, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| Median(IEnumerableNullableSingle, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| Median(IEnumerableSingle, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| Median(Vector, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| MedianTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| MedianOrDefault(IEnumerableDecimal, Decimal) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| MedianOrDefault(IEnumerableInt32, Double) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| MedianOrDefault(IEnumerableInt64, Double) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| MedianOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| MedianOrDefault(IEnumerableNullableInt32, Double) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| MedianOrDefault(IEnumerableNullableInt64, Double) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| MedianOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| MedianOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| MedianOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| MedianOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| MedianOrDefault(Vector, Double, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| MedianOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
| |
| Midrange(IEnumerableDecimal) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| Midrange(IEnumerableInt32) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| Midrange(IEnumerableInt64) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| Midrange(IEnumerableNullableDecimal) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| Midrange(IEnumerableNullableInt32) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| Midrange(IEnumerableNullableInt64) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| Midrange(IEnumerableDouble, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| Midrange(IEnumerableNullableDouble, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| Midrange(IEnumerableNullableSingle, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| Midrange(IEnumerableSingle, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| Midrange(Vector, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| MidrangeTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| MidrangeOrDefault(IEnumerableDecimal, Decimal) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| MidrangeOrDefault(IEnumerableInt32, Double) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| MidrangeOrDefault(IEnumerableInt64, Double) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| MidrangeOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| MidrangeOrDefault(IEnumerableNullableInt32, Double) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| MidrangeOrDefault(IEnumerableNullableInt64, Double) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| MidrangeOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| MidrangeOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| MidrangeOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| MidrangeOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| MidrangeOrDefault(Vector, Double, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| MidrangeOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
| |
| Minimum(IEnumerableDecimal) | Returns the minimal value in the given container. | |
| Minimum(IEnumerableInt32) | Returns the minimal value in the given container. | |
| Minimum(IEnumerableInt64) | Returns the minimal value in the given container. | |
| Minimum(IEnumerableNullableDecimal) | Returns the minimal value in the given container. | |
| Minimum(IEnumerableNullableInt32) | Returns the minimal value in the given container. | |
| Minimum(IEnumerableNullableInt64) | Returns the minimal value in the given container. | |
| Minimum(IEnumerableDouble, Boolean) | Returns the minimal value in the given container. | |
| Minimum(IEnumerableNullableDouble, Boolean) | Returns the minimal value in the given container. | |
| Minimum(IEnumerableNullableSingle, Boolean) | Returns the minimal value in the given container. | |
| Minimum(IEnumerableSingle, Boolean) | Returns the minimal value in the given container. | |
| Minimum(Vector, Boolean) | Returns the minimal value in the given container. | |
| MinimumTSource(IEnumerableTSource, FuncTSource, Double, Boolean) | Returns the minimal value in the given container. | |
| MinimumIndex(IEnumerableDecimal) | Returns the index of the minimal value in the given container. | |
| MinimumIndex(IEnumerableInt32) | Returns the index of the minimal value in the given container. | |
| MinimumIndex(IEnumerableInt64) | Returns the index of the minimal value in the given container. | |
| MinimumIndex(IEnumerableNullableDecimal) | Returns the index of the minimal value in the given container. | |
| MinimumIndex(IEnumerableNullableInt32) | Returns the index of the minimal value in the given container. | |
| MinimumIndex(IEnumerableNullableInt64) | Returns the index of the minimal value in the given container. | |
| MinimumIndex(IEnumerableDouble, Boolean) | Returns the index of the minimal value in the given container. | |
| MinimumIndex(IEnumerableNullableDouble, Boolean) | Returns the index of the minimal value in the given container. | |
| MinimumIndex(IEnumerableNullableSingle, Boolean) | Returns the index of the minimal value in the given container. | |
| MinimumIndex(IEnumerableSingle, Boolean) | Returns the index of the minimal value in the given container. | |
| MinimumIndex(Vector, Boolean) | Returns the index of the minimal value in the given container. | |
| MinimumIndexTSource(IEnumerableTSource, FuncTSource, Double, Boolean) | Returns the index of the minimal value in the given container. | |
| MinimumIndexOrDefault(IEnumerableDecimal, Int32) | Returns the index of the minimal value in the given container. | |
| MinimumIndexOrDefault(IEnumerableInt32, Int32) | Returns the index of the minimal value in the given container. | |
| MinimumIndexOrDefault(IEnumerableInt64, Int32) | Returns the index of the minimal value in the given container. | |
| MinimumIndexOrDefault(IEnumerableNullableDecimal, Int32) | Returns the index of the minimal value in the given container. | |
| MinimumIndexOrDefault(IEnumerableNullableInt32, Int32) | Returns the index of the minimal value in the given container. | |
| MinimumIndexOrDefault(IEnumerableNullableInt64, Int32) | Returns the index of the minimal value in the given container. | |
| MinimumIndexOrDefault(IEnumerableDouble, Int32, Boolean) | Returns the index of the minimal value in the given container. | |
| MinimumIndexOrDefault(IEnumerableNullableDouble, Int32, Boolean) | Returns the index of the minimal value in the given container. | |
| MinimumIndexOrDefault(IEnumerableNullableSingle, Int32, Boolean) | Returns the index of the minimal value in the given container. | |
| MinimumIndexOrDefault(IEnumerableSingle, Int32, Boolean) | Returns the index of the minimal value in the given container. | |
| MinimumIndexOrDefault(Vector, Int32, Boolean) | Returns the index of the minimal value in the given container. | |
| MinimumIndexOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Int32, Boolean) | Returns the index of the minimal value in the given container. | |
| MinimumMaximum(IEnumerableDecimal) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximum(IEnumerableInt32) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximum(IEnumerableInt64) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximum(IEnumerableNullableDecimal) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximum(IEnumerableNullableInt32) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximum(IEnumerableNullableInt64) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximum(IEnumerableDouble, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximum(IEnumerableNullableDouble, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximum(IEnumerableNullableSingle, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximum(IEnumerableSingle, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximum(Vector, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximumTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximumOrDefault(IEnumerableDecimal, DescriptiveStatisticsMinimumMaximumValuesDecimal) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximumOrDefault(IEnumerableInt32, DescriptiveStatisticsMinimumMaximumValuesInt32) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximumOrDefault(IEnumerableInt64, DescriptiveStatisticsMinimumMaximumValuesInt64) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximumOrDefault(IEnumerableNullableDecimal, DescriptiveStatisticsMinimumMaximumValuesDecimal) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximumOrDefault(IEnumerableNullableInt32, DescriptiveStatisticsMinimumMaximumValuesInt32) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximumOrDefault(IEnumerableNullableInt64, DescriptiveStatisticsMinimumMaximumValuesInt64) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximumOrDefault(IEnumerableDouble, DescriptiveStatisticsMinimumMaximumValuesDouble, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximumOrDefault(IEnumerableNullableDouble, DescriptiveStatisticsMinimumMaximumValuesDouble, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximumOrDefault(IEnumerableNullableSingle, DescriptiveStatisticsMinimumMaximumValuesSingle, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximumOrDefault(IEnumerableSingle, DescriptiveStatisticsMinimumMaximumValuesSingle, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximumOrDefault(Vector, DescriptiveStatisticsMinimumMaximumValuesDouble, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumMaximumOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, DescriptiveStatisticsMinimumMaximumValuesDouble, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
| |
| MinimumOrDefault(IEnumerableDecimal, Decimal) | Returns the minimal value in the given container. | |
| MinimumOrDefault(IEnumerableInt32, Int32) | Returns the minimal value in the given container. | |
| MinimumOrDefault(IEnumerableInt64, Int64) | Returns the minimal value in the given container. | |
| MinimumOrDefault(IEnumerableNullableDecimal, Decimal) | Returns the minimal value in the given container. | |
| MinimumOrDefault(IEnumerableNullableInt32, Int32) | Returns the minimal value in the given container. | |
| MinimumOrDefault(IEnumerableNullableInt64, Int64) | Returns the minimal value in the given container. | |
| MinimumOrDefault(IEnumerableDouble, Double, Boolean) | Returns the minimal value in the given container. | |
| MinimumOrDefault(IEnumerableNullableDouble, Double, Boolean) | Returns the minimal value in the given container. | |
| MinimumOrDefault(IEnumerableNullableSingle, Single, Boolean) | Returns the minimal value in the given container. | |
| MinimumOrDefault(IEnumerableSingle, Single, Boolean) | Returns the minimal value in the given container. | |
| MinimumOrDefault(Vector, Double, Boolean) | Returns the minimal value in the given container. | |
| MinimumOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) | Returns the minimal value in the given container. | |
| OrderStatistic(IEnumerableDecimal, Int32) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatistic(IEnumerableInt32, Int32) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatistic(IEnumerableInt64, Int32) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatistic(IEnumerableNullableDecimal, Int32) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatistic(IEnumerableNullableInt32, Int32) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatistic(IEnumerableNullableInt64, Int32) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatistic(IEnumerableDouble, Int32, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatistic(IEnumerableNullableDouble, Int32, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatistic(IEnumerableNullableSingle, Int32, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatistic(IEnumerableSingle, Int32, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatistic(Vector, Int32, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatisticTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatisticOrDefault(IEnumerableDecimal, Int32, Decimal) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatisticOrDefault(IEnumerableInt32, Int32, Double) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatisticOrDefault(IEnumerableInt64, Int32, Double) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatisticOrDefault(IEnumerableNullableDecimal, Int32, Decimal) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatisticOrDefault(IEnumerableNullableInt32, Int32, Double) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatisticOrDefault(IEnumerableNullableInt64, Int32, Double) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatisticOrDefault(IEnumerableDouble, Int32, Double, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatisticOrDefault(IEnumerableNullableDouble, Int32, Double, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatisticOrDefault(IEnumerableNullableSingle, Int32, Single, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatisticOrDefault(IEnumerableSingle, Int32, Single, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatisticOrDefault(Vector, Int32, Double, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| OrderStatisticOrDefaultTSource(IEnumerableTSource, Int32, FuncTSource, Double, Double, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
| QuadraticMean(IEnumerableDecimal) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMean(IEnumerableInt32) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMean(IEnumerableInt64) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMean(IEnumerableNullableDecimal) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMean(IEnumerableNullableInt32) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMean(IEnumerableNullableInt64) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMean(IEnumerableDouble, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMean(IEnumerableNullableDouble, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMean(IEnumerableNullableSingle, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMean(IEnumerableSingle, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMean(Vector, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMeanTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMeanOrDefault(IEnumerableDecimal, Decimal) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMeanOrDefault(IEnumerableInt32, Double) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMeanOrDefault(IEnumerableInt64, Double) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMeanOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMeanOrDefault(IEnumerableNullableInt32, Double) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMeanOrDefault(IEnumerableNullableInt64, Double) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMeanOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMeanOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMeanOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMeanOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMeanOrDefault(Vector, Double, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| QuadraticMeanOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
| |
| Quantile(IEnumerableDecimal, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| Quantile(IEnumerableInt32, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| Quantile(IEnumerableInt64, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| Quantile(IEnumerableNullableDecimal, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| Quantile(IEnumerableNullableInt32, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| Quantile(IEnumerableNullableInt64, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| Quantile(IEnumerableDouble, Double, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| Quantile(IEnumerableNullableDouble, Double, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| Quantile(IEnumerableNullableSingle, Double, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| Quantile(IEnumerableSingle, Double, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| Quantile(Vector, Double, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| QuantileTSource(IEnumerableTSource, Double, FuncTSource, Double, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| QuantileOrDefault(IEnumerableDecimal, Double, Decimal) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| QuantileOrDefault(IEnumerableInt32, Double, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| QuantileOrDefault(IEnumerableInt64, Double, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| QuantileOrDefault(IEnumerableNullableDecimal, Double, Decimal) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| QuantileOrDefault(IEnumerableNullableInt32, Double, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| QuantileOrDefault(IEnumerableNullableInt64, Double, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| QuantileOrDefault(IEnumerableDouble, Double, Double, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| QuantileOrDefault(IEnumerableNullableDouble, Double, Double, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| QuantileOrDefault(IEnumerableNullableSingle, Double, Single, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| QuantileOrDefault(IEnumerableSingle, Double, Single, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| QuantileOrDefault(Vector, Double, Double, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| QuantileOrDefaultTSource(IEnumerableTSource, Double, FuncTSource, Double, Double, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
| |
| SecondCentralMoment(IEnumerableDecimal) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMoment(IEnumerableInt32) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMoment(IEnumerableInt64) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMoment(IEnumerableNullableDecimal) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMoment(IEnumerableNullableInt32) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMoment(IEnumerableNullableInt64) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMoment(IEnumerableDouble, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMoment(IEnumerableNullableDouble, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMoment(IEnumerableNullableSingle, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMoment(IEnumerableSingle, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMoment(Vector, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableDecimal, Decimal) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableInt32, Double) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableInt64, Double) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableNullableInt32, Double) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableNullableInt64, Double) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefault(Vector, Double, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondCentralMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| SecondRawMoment(IEnumerableDecimal) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMoment(IEnumerableInt32) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMoment(IEnumerableInt64) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMoment(IEnumerableNullableDecimal) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMoment(IEnumerableNullableInt32) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMoment(IEnumerableNullableInt64) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMoment(IEnumerableDouble, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMoment(IEnumerableNullableDouble, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMoment(IEnumerableNullableSingle, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMoment(IEnumerableSingle, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMoment(Vector, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMomentTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMomentOrDefault(IEnumerableDecimal, Decimal) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMomentOrDefault(IEnumerableInt32, Double) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMomentOrDefault(IEnumerableInt64, Double) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMomentOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMomentOrDefault(IEnumerableNullableInt32, Double) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMomentOrDefault(IEnumerableNullableInt64, Double) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMomentOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMomentOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMomentOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMomentOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMomentOrDefault(Vector, Double, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| SecondRawMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| Skewness(IEnumerableDecimal) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(IEnumerableInt32) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(IEnumerableInt64) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(IEnumerableNullableDecimal) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(IEnumerableNullableInt32) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(IEnumerableNullableInt64) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(IEnumerableDouble, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(IEnumerableNullableDouble, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(IEnumerableNullableSingle, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(IEnumerableSingle, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(Vector, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| SkewnessTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| SkewnessOrDefault(IEnumerableDecimal, Decimal) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| SkewnessOrDefault(IEnumerableInt32, Double) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| SkewnessOrDefault(IEnumerableInt64, Double) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| SkewnessOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| SkewnessOrDefault(IEnumerableNullableInt32, Double) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| SkewnessOrDefault(IEnumerableNullableInt64, Double) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| SkewnessOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| SkewnessOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| SkewnessOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| SkewnessOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| SkewnessOrDefault(Vector, Double, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| SkewnessOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| StandardDeviation(IEnumerableDecimal) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviation(IEnumerableInt32) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviation(IEnumerableInt64) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviation(IEnumerableNullableDecimal) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviation(IEnumerableNullableInt32) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviation(IEnumerableNullableInt64) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviation(IEnumerableDouble, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviation(IEnumerableNullableDouble, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviation(IEnumerableNullableSingle, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviation(IEnumerableSingle, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviation(Vector, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationOrDefault(IEnumerableDecimal, Decimal) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationOrDefault(IEnumerableInt32, Double) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationOrDefault(IEnumerableInt64, Double) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationOrDefault(IEnumerableNullableInt32, Double) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationOrDefault(IEnumerableNullableInt64, Double) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationOrDefault(Vector, Double, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulation(IEnumerableDecimal) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulation(IEnumerableInt32) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulation(IEnumerableInt64) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulation(IEnumerableNullableDecimal) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulation(IEnumerableNullableInt32) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulation(IEnumerableNullableInt64) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulation(IEnumerableDouble, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulation(IEnumerableNullableDouble, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulation(IEnumerableNullableSingle, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulation(IEnumerableSingle, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulation(Vector, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulationOrDefault(IEnumerableDecimal, Decimal) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulationOrDefault(IEnumerableInt32, Double) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulationOrDefault(IEnumerableInt64, Double) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulationOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulationOrDefault(IEnumerableNullableInt32, Double) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulationOrDefault(IEnumerableNullableInt64, Double) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulationOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulationOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulationOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulationOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulationOrDefault(Vector, Double, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationPopulationOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSample(IEnumerableDecimal) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSample(IEnumerableInt32) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSample(IEnumerableInt64) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSample(IEnumerableNullableDecimal) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSample(IEnumerableNullableInt32) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSample(IEnumerableNullableInt64) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSample(IEnumerableDouble, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSample(IEnumerableNullableDouble, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSample(IEnumerableNullableSingle, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSample(IEnumerableSingle, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSample(Vector, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSampleOrDefault(IEnumerableDecimal, Decimal) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSampleOrDefault(IEnumerableInt32, Double) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSampleOrDefault(IEnumerableInt64, Double) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSampleOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSampleOrDefault(IEnumerableNullableInt32, Double) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSampleOrDefault(IEnumerableNullableInt64, Double) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSampleOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSampleOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSampleOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSampleOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSampleOrDefault(Vector, Double, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| StandardDeviationSampleOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| Sum(IEnumerableDecimal) |
Returns the sum of values in data set.
| |
| Sum(IEnumerableInt32) |
Returns the sum of values in data set.
| |
| Sum(IEnumerableInt64) |
Returns the sum of values in data set.
| |
| Sum(IEnumerableNullableDecimal) |
Returns the sum of values in data set.
| |
| Sum(IEnumerableNullableInt32) |
Returns the sum of values in data set.
| |
| Sum(IEnumerableNullableInt64) |
Returns the sum of values in data set.
| |
| Sum(IEnumerableDouble, Boolean) |
Returns the sum of values in data set.
| |
| Sum(IEnumerableNullableDouble, Boolean) |
Returns the sum of values in data set.
| |
| Sum(IEnumerableNullableSingle, Boolean) |
Returns the sum of values in data set.
| |
| Sum(IEnumerableSingle, Boolean) |
Returns the sum of values in data set.
| |
| Sum(Vector, Boolean) |
Returns the sum of values in data set.
| |
| SumTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the sum of values in data set.
| |
| SumMagnitudes(IEnumerableDecimal) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudes(IEnumerableInt32) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudes(IEnumerableInt64) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudes(IEnumerableNullableDecimal) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudes(IEnumerableNullableInt32) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudes(IEnumerableNullableInt64) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudes(IEnumerableDouble, Boolean) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudes(IEnumerableNullableDouble, Boolean) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudes(IEnumerableNullableSingle, Boolean) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudes(IEnumerableSingle, Boolean) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudes(Vector, Boolean) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudesTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudesOrDefault(IEnumerableDecimal, Decimal) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudesOrDefault(IEnumerableInt32, Double) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudesOrDefault(IEnumerableInt64, Double) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudesOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudesOrDefault(IEnumerableNullableInt32, Double) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudesOrDefault(IEnumerableNullableInt64, Double) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudesOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudesOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudesOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudesOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudesOrDefault(Vector, Double, Boolean) |
Returns the sum of magnitudes of values in data set.
| |
| SumMagnitudesOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the sum of magnitudes of values in data set.
| |
| SumOrDefault(IEnumerableDecimal, Decimal) |
Returns the sum of values in data set.
| |
| SumOrDefault(IEnumerableInt32, Double) |
Returns the sum of values in data set.
| |
| SumOrDefault(IEnumerableInt64, Double) |
Returns the sum of values in data set.
| |
| SumOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the sum of values in data set.
| |
| SumOrDefault(IEnumerableNullableInt32, Double) |
Returns the sum of values in data set.
| |
| SumOrDefault(IEnumerableNullableInt64, Double) |
Returns the sum of values in data set.
| |
| SumOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the sum of values in data set.
| |
| SumOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the sum of values in data set.
| |
| SumOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the sum of values in data set.
| |
| SumOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the sum of values in data set.
| |
| SumOrDefault(Vector, Double, Boolean) |
Returns the sum of values in data set.
| |
| SumOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the sum of values in data set.
| |
| SumSquares(IEnumerableDecimal) |
Returns the sum of squared values in data set.
| |
| SumSquares(IEnumerableInt32) |
Returns the sum of squared values in data set.
| |
| SumSquares(IEnumerableInt64) |
Returns the sum of squared values in data set.
| |
| SumSquares(IEnumerableNullableDecimal) |
Returns the sum of squared values in data set.
| |
| SumSquares(IEnumerableNullableInt32) |
Returns the sum of squared values in data set.
| |
| SumSquares(IEnumerableNullableInt64) |
Returns the sum of squared values in data set.
| |
| SumSquares(IEnumerableDouble, Boolean) |
Returns the sum of squared values in data set.
| |
| SumSquares(IEnumerableNullableDouble, Boolean) |
Returns the sum of squared values in data set.
| |
| SumSquares(IEnumerableNullableSingle, Boolean) |
Returns the sum of squared values in data set.
| |
| SumSquares(IEnumerableSingle, Boolean) |
Returns the sum of squared values in data set.
| |
| SumSquares(Vector, Boolean) |
Returns the sum of squared values in data set.
| |
| SumSquaresTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the sum of squared values in data set.
| |
| SumSquaresOrDefault(IEnumerableDecimal, Decimal) |
Returns the sum of squared values in data set.
| |
| SumSquaresOrDefault(IEnumerableInt32, Double) |
Returns the sum of squared values in data set.
| |
| SumSquaresOrDefault(IEnumerableInt64, Double) |
Returns the sum of squared values in data set.
| |
| SumSquaresOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the sum of squared values in data set.
| |
| SumSquaresOrDefault(IEnumerableNullableInt32, Double) |
Returns the sum of squared values in data set.
| |
| SumSquaresOrDefault(IEnumerableNullableInt64, Double) |
Returns the sum of squared values in data set.
| |
| SumSquaresOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the sum of squared values in data set.
| |
| SumSquaresOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the sum of squared values in data set.
| |
| SumSquaresOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the sum of squared values in data set.
| |
| SumSquaresOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the sum of squared values in data set.
| |
| SumSquaresOrDefault(Vector, Double, Boolean) |
Returns the sum of squared values in data set.
| |
| SumSquaresOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the sum of squared values in data set.
| |
| ThirdCentralMoment(IEnumerableDecimal) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMoment(IEnumerableInt32) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMoment(IEnumerableInt64) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMoment(IEnumerableNullableDecimal) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMoment(IEnumerableNullableInt32) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMoment(IEnumerableNullableInt64) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMoment(IEnumerableDouble, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMoment(IEnumerableNullableDouble, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMoment(IEnumerableNullableSingle, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMoment(IEnumerableSingle, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMoment(Vector, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMomentTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMomentOrDefault(IEnumerableDecimal, Decimal) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMomentOrDefault(IEnumerableInt32, Double) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMomentOrDefault(IEnumerableInt64, Double) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMomentOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMomentOrDefault(IEnumerableNullableInt32, Double) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMomentOrDefault(IEnumerableNullableInt64, Double) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMomentOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMomentOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMomentOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMomentOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMomentOrDefault(Vector, Double, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdCentralMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| ThirdRawMoment(IEnumerableDecimal) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMoment(IEnumerableInt32) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMoment(IEnumerableInt64) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMoment(IEnumerableNullableDecimal) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMoment(IEnumerableNullableInt32) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMoment(IEnumerableNullableInt64) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMoment(IEnumerableDouble, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMoment(IEnumerableNullableDouble, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMoment(IEnumerableNullableSingle, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMoment(IEnumerableSingle, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMoment(Vector, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMomentTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMomentOrDefault(IEnumerableDecimal, Decimal) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMomentOrDefault(IEnumerableInt32, Double) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMomentOrDefault(IEnumerableInt64, Double) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMomentOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMomentOrDefault(IEnumerableNullableInt32, Double) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMomentOrDefault(IEnumerableNullableInt64, Double) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMomentOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMomentOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMomentOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMomentOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMomentOrDefault(Vector, Double, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| ThirdRawMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
| |
| Variance(IEnumerableDecimal) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| Variance(IEnumerableInt32) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| Variance(IEnumerableInt64) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| Variance(IEnumerableNullableDecimal) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| Variance(IEnumerableNullableInt32) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| Variance(IEnumerableNullableInt64) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| Variance(IEnumerableDouble, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| Variance(IEnumerableNullableDouble, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| Variance(IEnumerableNullableSingle, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| Variance(IEnumerableSingle, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| Variance(Vector, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceOrDefault(IEnumerableDecimal, Decimal) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceOrDefault(IEnumerableInt32, Double) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceOrDefault(IEnumerableInt64, Double) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceOrDefault(IEnumerableNullableInt32, Double) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceOrDefault(IEnumerableNullableInt64, Double) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceOrDefault(Vector, Double, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulation(IEnumerableDecimal) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulation(IEnumerableInt32) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulation(IEnumerableInt64) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulation(IEnumerableNullableDecimal) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulation(IEnumerableNullableInt32) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulation(IEnumerableNullableInt64) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulation(IEnumerableDouble, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulation(IEnumerableNullableDouble, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulation(IEnumerableNullableSingle, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulation(IEnumerableSingle, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulation(Vector, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulationTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulationOrDefault(IEnumerableDecimal, Decimal) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulationOrDefault(IEnumerableInt32, Double) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulationOrDefault(IEnumerableInt64, Double) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulationOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulationOrDefault(IEnumerableNullableInt32, Double) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulationOrDefault(IEnumerableNullableInt64, Double) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulationOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulationOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulationOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulationOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulationOrDefault(Vector, Double, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VariancePopulationOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSample(IEnumerableDecimal) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSample(IEnumerableInt32) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSample(IEnumerableInt64) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSample(IEnumerableNullableDecimal) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSample(IEnumerableNullableInt32) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSample(IEnumerableNullableInt64) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSample(IEnumerableDouble, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSample(IEnumerableNullableDouble, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSample(IEnumerableNullableSingle, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSample(IEnumerableSingle, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSample(Vector, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSampleTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSampleOrDefault(IEnumerableDecimal, Decimal) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSampleOrDefault(IEnumerableInt32, Double) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSampleOrDefault(IEnumerableInt64, Double) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSampleOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSampleOrDefault(IEnumerableNullableInt32, Double) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSampleOrDefault(IEnumerableNullableInt64, Double) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSampleOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSampleOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSampleOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSampleOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSampleOrDefault(Vector, Double, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
| VarianceSampleOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|