DescriptiveStatistics Class |
Namespace: FinMath.Statistics
public static class DescriptiveStatistics
Name | Description | |
---|---|---|
![]() ![]() | AbsoluteMaximum(IEnumerable<Decimal>) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(IEnumerable<Int32>) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(IEnumerable<Int64>) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(IEnumerable<Nullable<Decimal>>) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(IEnumerable<Nullable<Int32>>) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(IEnumerable<Nullable<Int64>>) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(IEnumerable<Double>, Boolean) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(IEnumerable<Nullable<Double>>, Boolean) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(IEnumerable<Nullable<Single>>, Boolean) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(IEnumerable<Single>, Boolean) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum(Vector, Boolean) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximum<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndex(IEnumerable<Decimal>) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndex(IEnumerable<Int32>) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndex(IEnumerable<Int64>) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndex(IEnumerable<Nullable<Decimal>>) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndex(IEnumerable<Nullable<Int32>>) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndex(IEnumerable<Nullable<Int64>>) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndex(IEnumerable<Double>, Boolean) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndex(IEnumerable<Nullable<Double>>, Boolean) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndex(IEnumerable<Nullable<Single>>, Boolean) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndex(IEnumerable<Single>, 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. |
![]() ![]() | AbsoluteMaximumIndex<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndexOrDefault(IEnumerable<Decimal>, Int32) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndexOrDefault(IEnumerable<Int32>, Int32) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndexOrDefault(IEnumerable<Int64>, Int32) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndexOrDefault(IEnumerable<Nullable<Decimal>>, Int32) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndexOrDefault(IEnumerable<Nullable<Int32>>, Int32) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndexOrDefault(IEnumerable<Nullable<Int64>>, Int32) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndexOrDefault(IEnumerable<Double>, Int32, Boolean) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndexOrDefault(IEnumerable<Nullable<Double>>, Int32, Boolean) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndexOrDefault(IEnumerable<Nullable<Single>>, Int32, Boolean) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumIndexOrDefault(IEnumerable<Single>, 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. |
![]() ![]() | AbsoluteMaximumIndexOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Int32, Boolean) | Returns the index of the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumOrDefault(IEnumerable<Decimal>, Decimal) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumOrDefault(IEnumerable<Int32>, Int32) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumOrDefault(IEnumerable<Int64>, Int64) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumOrDefault(IEnumerable<Nullable<Int32>>, Int32) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumOrDefault(IEnumerable<Nullable<Int64>>, Int64) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumOrDefault(IEnumerable<Double>, Double, Boolean) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumOrDefault(IEnumerable<Single>, Single, Boolean) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumOrDefault(Vector, Double, Boolean) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMaximumOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) | Returns the maximal absolute value in the given container. |
![]() ![]() | AbsoluteMinimum(IEnumerable<Decimal>) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimum(IEnumerable<Int32>) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimum(IEnumerable<Int64>) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimum(IEnumerable<Nullable<Decimal>>) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimum(IEnumerable<Nullable<Int32>>) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimum(IEnumerable<Nullable<Int64>>) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimum(IEnumerable<Double>, Boolean) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimum(IEnumerable<Nullable<Double>>, Boolean) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimum(IEnumerable<Nullable<Single>>, Boolean) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimum(IEnumerable<Single>, Boolean) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimum(Vector, Boolean) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimum<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndex(IEnumerable<Decimal>) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndex(IEnumerable<Int32>) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndex(IEnumerable<Int64>) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndex(IEnumerable<Nullable<Decimal>>) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndex(IEnumerable<Nullable<Int32>>) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndex(IEnumerable<Nullable<Int64>>) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndex(IEnumerable<Double>, Boolean) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndex(IEnumerable<Nullable<Double>>, Boolean) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndex(IEnumerable<Nullable<Single>>, Boolean) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndex(IEnumerable<Single>, 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. |
![]() ![]() | AbsoluteMinimumIndex<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndexOrDefault(IEnumerable<Decimal>, Int32) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndexOrDefault(IEnumerable<Int32>, Int32) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndexOrDefault(IEnumerable<Int64>, Int32) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndexOrDefault(IEnumerable<Nullable<Decimal>>, Int32) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndexOrDefault(IEnumerable<Nullable<Int32>>, Int32) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndexOrDefault(IEnumerable<Nullable<Int64>>, Int32) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndexOrDefault(IEnumerable<Double>, Int32, Boolean) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndexOrDefault(IEnumerable<Nullable<Double>>, Int32, Boolean) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndexOrDefault(IEnumerable<Nullable<Single>>, Int32, Boolean) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumIndexOrDefault(IEnumerable<Single>, 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. |
![]() ![]() | AbsoluteMinimumIndexOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Int32, Boolean) | Returns the index of the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumOrDefault(IEnumerable<Decimal>, Decimal) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumOrDefault(IEnumerable<Int32>, Int32) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumOrDefault(IEnumerable<Int64>, Int64) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumOrDefault(IEnumerable<Nullable<Int32>>, Int32) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumOrDefault(IEnumerable<Nullable<Int64>>, Int64) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumOrDefault(IEnumerable<Double>, Double, Boolean) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumOrDefault(IEnumerable<Single>, Single, Boolean) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumOrDefault(Vector, Double, Boolean) | Returns the minimal absolute value in the given container. |
![]() ![]() | AbsoluteMinimumOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) | Returns the minimal absolute value in the given container. |
![]() ![]() | ArithmeticMean(IEnumerable<Decimal>) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMean(IEnumerable<Int32>) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMean(IEnumerable<Int64>) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMean(IEnumerable<Nullable<Decimal>>) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMean(IEnumerable<Nullable<Int32>>) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMean(IEnumerable<Nullable<Int64>>) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMean(IEnumerable<Double>, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMean(IEnumerable<Nullable<Double>>, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMean(IEnumerable<Nullable<Single>>, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMean(IEnumerable<Single>, 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
|
![]() ![]() | ArithmeticMean<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMeanOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMeanOrDefault(IEnumerable<Int32>, Double) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMeanOrDefault(IEnumerable<Int64>, Double) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMeanOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMeanOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMeanOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMeanOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMeanOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMeanOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | ArithmeticMeanOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | ArithmeticMeanOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|
![]() ![]() | CoefficientOfVariation(IEnumerable<Decimal>) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariation(IEnumerable<Int32>) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariation(IEnumerable<Int64>) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariation(IEnumerable<Nullable<Decimal>>) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariation(IEnumerable<Nullable<Int32>>) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariation(IEnumerable<Nullable<Int64>>) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariation(IEnumerable<Double>, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariation(IEnumerable<Nullable<Double>>, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariation(IEnumerable<Nullable<Single>>, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariation(IEnumerable<Single>, 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
|
![]() ![]() | CoefficientOfVariation<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariationOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariationOrDefault(IEnumerable<Int32>, Double) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariationOrDefault(IEnumerable<Int64>, Double) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariationOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariationOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariationOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariationOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariationOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariationOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | CoefficientOfVariationOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | CoefficientOfVariationOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the coefficient of variation of container's values.
http://en.wikipedia.org/wiki/Coefficient_of_variation
|
![]() ![]() | Correlation(IEnumerable<Decimal>, IEnumerable<Decimal>) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | Correlation(IEnumerable<Int32>, IEnumerable<Int32>) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | Correlation(IEnumerable<Int64>, IEnumerable<Int64>) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | Correlation(IEnumerable<Nullable<Decimal>>, IEnumerable<Nullable<Decimal>>) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | Correlation(IEnumerable<Nullable<Int32>>, IEnumerable<Nullable<Int32>>) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | Correlation(IEnumerable<Nullable<Int64>>, IEnumerable<Nullable<Int64>>) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | Correlation(IEnumerable<Double>, IEnumerable<Double>, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | Correlation(IEnumerable<Nullable<Double>>, IEnumerable<Nullable<Double>>, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | Correlation(IEnumerable<Nullable<Single>>, IEnumerable<Nullable<Single>>, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | Correlation(IEnumerable<Single>, IEnumerable<Single>, 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
|
![]() ![]() | Correlation<TSource>(IEnumerable<TSource>, IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | CorrelationOrDefault(IEnumerable<Decimal>, IEnumerable<Decimal>, Decimal) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | CorrelationOrDefault(IEnumerable<Int32>, IEnumerable<Int32>, Double) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | CorrelationOrDefault(IEnumerable<Int64>, IEnumerable<Int64>, Double) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | CorrelationOrDefault(IEnumerable<Nullable<Decimal>>, IEnumerable<Nullable<Decimal>>, Decimal) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | CorrelationOrDefault(IEnumerable<Nullable<Int32>>, IEnumerable<Nullable<Int32>>, Double) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | CorrelationOrDefault(IEnumerable<Nullable<Int64>>, IEnumerable<Nullable<Int64>>, Double) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | CorrelationOrDefault(IEnumerable<Double>, IEnumerable<Double>, Double, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | CorrelationOrDefault(IEnumerable<Nullable<Double>>, IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | CorrelationOrDefault(IEnumerable<Nullable<Single>>, IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns correlation between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Correlation_and_dependence
|
![]() ![]() | CorrelationOrDefault(IEnumerable<Single>, IEnumerable<Single>, 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
|
![]() ![]() | CorrelationOrDefault<TSource>(IEnumerable<TSource>, IEnumerable<TSource>, Func<TSource, 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(IEnumerable<Decimal>) |
Returns the number of elements in the container.
|
![]() ![]() | Count(IEnumerable<Int32>) |
Returns the number of elements in the container.
|
![]() ![]() | Count(IEnumerable<Int64>) |
Returns the number of elements in the container.
|
![]() ![]() | Count(IEnumerable<Nullable<Decimal>>) |
Returns the number of elements in the container.
|
![]() ![]() | Count(IEnumerable<Nullable<Int32>>) |
Returns the number of elements in the container.
|
![]() ![]() | Count(IEnumerable<Nullable<Int64>>) |
Returns the number of elements in the container.
|
![]() ![]() | Count(IEnumerable<Double>, Boolean) |
Returns the number of elements in the container.
|
![]() ![]() | Count(IEnumerable<Nullable<Double>>, Boolean) |
Returns the number of elements in the container.
|
![]() ![]() | Count(IEnumerable<Nullable<Single>>, Boolean) |
Returns the number of elements in the container.
|
![]() ![]() | Count(IEnumerable<Single>, Boolean) |
Returns the number of elements in the container.
|
![]() ![]() | Count(Vector, Boolean) |
Returns the number of elements in the container.
|
![]() ![]() | Count<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the number of elements in the container.
|
![]() ![]() | CountOrDefault(IEnumerable<Decimal>, Int32) |
Returns the number of elements in the container.
|
![]() ![]() | CountOrDefault(IEnumerable<Int32>, Int32) |
Returns the number of elements in the container.
|
![]() ![]() | CountOrDefault(IEnumerable<Int64>, Int32) |
Returns the number of elements in the container.
|
![]() ![]() | CountOrDefault(IEnumerable<Nullable<Decimal>>, Int32) |
Returns the number of elements in the container.
|
![]() ![]() | CountOrDefault(IEnumerable<Nullable<Int32>>, Int32) |
Returns the number of elements in the container.
|
![]() ![]() | CountOrDefault(IEnumerable<Nullable<Int64>>, Int32) |
Returns the number of elements in the container.
|
![]() ![]() | CountOrDefault(IEnumerable<Double>, Int32, Boolean) |
Returns the number of elements in the container.
|
![]() ![]() | CountOrDefault(IEnumerable<Nullable<Double>>, Int32, Boolean) |
Returns the number of elements in the container.
|
![]() ![]() | CountOrDefault(IEnumerable<Nullable<Single>>, Int32, Boolean) |
Returns the number of elements in the container.
|
![]() ![]() | CountOrDefault(IEnumerable<Single>, Int32, Boolean) |
Returns the number of elements in the container.
|
![]() ![]() | CountOrDefault(Vector, Int32, Boolean) |
Returns the number of elements in the container.
|
![]() ![]() | CountOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Int32, Boolean) |
Returns the number of elements in the container.
|
![]() ![]() | Covariance(IEnumerable<Decimal>, IEnumerable<Decimal>) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | Covariance(IEnumerable<Int32>, IEnumerable<Int32>) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | Covariance(IEnumerable<Int64>, IEnumerable<Int64>) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | Covariance(IEnumerable<Nullable<Decimal>>, IEnumerable<Nullable<Decimal>>) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | Covariance(IEnumerable<Nullable<Int32>>, IEnumerable<Nullable<Int32>>) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | Covariance(IEnumerable<Nullable<Int64>>, IEnumerable<Nullable<Int64>>) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | Covariance(IEnumerable<Double>, IEnumerable<Double>, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | Covariance(IEnumerable<Nullable<Double>>, IEnumerable<Nullable<Double>>, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | Covariance(IEnumerable<Nullable<Single>>, IEnumerable<Nullable<Single>>, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | Covariance(IEnumerable<Single>, IEnumerable<Single>, 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
|
![]() ![]() | Covariance<TSource>(IEnumerable<TSource>, IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceOrDefault(IEnumerable<Decimal>, IEnumerable<Decimal>, Decimal) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceOrDefault(IEnumerable<Int32>, IEnumerable<Int32>, Double) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceOrDefault(IEnumerable<Int64>, IEnumerable<Int64>, Double) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceOrDefault(IEnumerable<Nullable<Decimal>>, IEnumerable<Nullable<Decimal>>, Decimal) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceOrDefault(IEnumerable<Nullable<Int32>>, IEnumerable<Nullable<Int32>>, Double) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceOrDefault(IEnumerable<Nullable<Int64>>, IEnumerable<Nullable<Int64>>, Double) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceOrDefault(IEnumerable<Double>, IEnumerable<Double>, Double, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceOrDefault(IEnumerable<Nullable<Double>>, IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceOrDefault(IEnumerable<Nullable<Single>>, IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceOrDefault(IEnumerable<Single>, IEnumerable<Single>, 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
|
![]() ![]() | CovarianceOrDefault<TSource>(IEnumerable<TSource>, IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulation(IEnumerable<Decimal>, IEnumerable<Decimal>) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulation(IEnumerable<Int32>, IEnumerable<Int32>) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulation(IEnumerable<Int64>, IEnumerable<Int64>) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulation(IEnumerable<Nullable<Decimal>>, IEnumerable<Nullable<Decimal>>) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulation(IEnumerable<Nullable<Int32>>, IEnumerable<Nullable<Int32>>) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulation(IEnumerable<Nullable<Int64>>, IEnumerable<Nullable<Int64>>) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulation(IEnumerable<Double>, IEnumerable<Double>, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulation(IEnumerable<Nullable<Double>>, IEnumerable<Nullable<Double>>, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulation(IEnumerable<Nullable<Single>>, IEnumerable<Nullable<Single>>, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulation(IEnumerable<Single>, IEnumerable<Single>, 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
|
![]() ![]() | CovariancePopulation<TSource>(IEnumerable<TSource>, IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulationOrDefault(IEnumerable<Decimal>, IEnumerable<Decimal>, Decimal) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulationOrDefault(IEnumerable<Int32>, IEnumerable<Int32>, Double) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulationOrDefault(IEnumerable<Int64>, IEnumerable<Int64>, Double) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulationOrDefault(IEnumerable<Nullable<Decimal>>, IEnumerable<Nullable<Decimal>>, Decimal) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulationOrDefault(IEnumerable<Nullable<Int32>>, IEnumerable<Nullable<Int32>>, Double) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulationOrDefault(IEnumerable<Nullable<Int64>>, IEnumerable<Nullable<Int64>>, Double) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulationOrDefault(IEnumerable<Double>, IEnumerable<Double>, Double, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulationOrDefault(IEnumerable<Nullable<Double>>, IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulationOrDefault(IEnumerable<Nullable<Single>>, IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovariancePopulationOrDefault(IEnumerable<Single>, IEnumerable<Single>, 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
|
![]() ![]() | CovariancePopulationOrDefault<TSource>(IEnumerable<TSource>, IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSample(IEnumerable<Decimal>, IEnumerable<Decimal>) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSample(IEnumerable<Int32>, IEnumerable<Int32>) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSample(IEnumerable<Int64>, IEnumerable<Int64>) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSample(IEnumerable<Nullable<Decimal>>, IEnumerable<Nullable<Decimal>>) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSample(IEnumerable<Nullable<Int32>>, IEnumerable<Nullable<Int32>>) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSample(IEnumerable<Nullable<Int64>>, IEnumerable<Nullable<Int64>>) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSample(IEnumerable<Double>, IEnumerable<Double>, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSample(IEnumerable<Nullable<Double>>, IEnumerable<Nullable<Double>>, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSample(IEnumerable<Nullable<Single>>, IEnumerable<Nullable<Single>>, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSample(IEnumerable<Single>, IEnumerable<Single>, 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
|
![]() ![]() | CovarianceSample<TSource>(IEnumerable<TSource>, IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSampleOrDefault(IEnumerable<Decimal>, IEnumerable<Decimal>, Decimal) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSampleOrDefault(IEnumerable<Int32>, IEnumerable<Int32>, Double) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSampleOrDefault(IEnumerable<Int64>, IEnumerable<Int64>, Double) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSampleOrDefault(IEnumerable<Nullable<Decimal>>, IEnumerable<Nullable<Decimal>>, Decimal) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSampleOrDefault(IEnumerable<Nullable<Int32>>, IEnumerable<Nullable<Int32>>, Double) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSampleOrDefault(IEnumerable<Nullable<Int64>>, IEnumerable<Nullable<Int64>>, Double) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSampleOrDefault(IEnumerable<Double>, IEnumerable<Double>, Double, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSampleOrDefault(IEnumerable<Nullable<Double>>, IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSampleOrDefault(IEnumerable<Nullable<Single>>, IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CovarianceSampleOrDefault(IEnumerable<Single>, IEnumerable<Single>, 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
|
![]() ![]() | CovarianceSampleOrDefault<TSource>(IEnumerable<TSource>, IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns sample covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | CumulativeDistribution(IEnumerable<Decimal>, Decimal) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistribution(IEnumerable<Int32>, Int32) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistribution(IEnumerable<Int64>, Int64) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistribution(IEnumerable<Nullable<Decimal>>, Decimal) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistribution(IEnumerable<Nullable<Int32>>, Int32) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistribution(IEnumerable<Nullable<Int64>>, Int64) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistribution(IEnumerable<Double>, Double, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistribution(IEnumerable<Nullable<Double>>, Double, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistribution(IEnumerable<Nullable<Single>>, Single, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistribution(IEnumerable<Single>, 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
|
![]() ![]() | CumulativeDistribution<TSource>(IEnumerable<TSource>, Double, Func<TSource, Double>, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistributionOrDefault(IEnumerable<Decimal>, Decimal, Decimal) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistributionOrDefault(IEnumerable<Int32>, Int32, Double) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistributionOrDefault(IEnumerable<Int64>, Int64, Double) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistributionOrDefault(IEnumerable<Nullable<Decimal>>, Decimal, Decimal) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistributionOrDefault(IEnumerable<Nullable<Int32>>, Int32, Double) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistributionOrDefault(IEnumerable<Nullable<Int64>>, Int64, Double) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistributionOrDefault(IEnumerable<Double>, Double, Double, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistributionOrDefault(IEnumerable<Nullable<Double>>, Double, Double, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistributionOrDefault(IEnumerable<Nullable<Single>>, Single, Single, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | CumulativeDistributionOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | CumulativeDistributionOrDefault<TSource>(IEnumerable<TSource>, Double, Func<TSource, Double>, Double, Boolean) |
Estimates the value cumulative distribution function.
http://en.wikipedia.org/wiki/Cumulative_distribution_function
|
![]() ![]() | FirstRawMoment(IEnumerable<Decimal>) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMoment(IEnumerable<Int32>) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMoment(IEnumerable<Int64>) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMoment(IEnumerable<Nullable<Decimal>>) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMoment(IEnumerable<Nullable<Int32>>) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMoment(IEnumerable<Nullable<Int64>>) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMoment(IEnumerable<Double>, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMoment(IEnumerable<Nullable<Double>>, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMoment(IEnumerable<Nullable<Single>>, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMoment(IEnumerable<Single>, 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)
|
![]() ![]() | FirstRawMoment<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMomentOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMomentOrDefault(IEnumerable<Int32>, Double) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMomentOrDefault(IEnumerable<Int64>, Double) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMomentOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMomentOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMomentOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMomentOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMomentOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMomentOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FirstRawMomentOrDefault(IEnumerable<Single>, 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)
|
![]() ![]() | FirstRawMomentOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the first raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthCentralMoment(IEnumerable<Decimal>) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMoment(IEnumerable<Int32>) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMoment(IEnumerable<Int64>) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMoment(IEnumerable<Nullable<Decimal>>) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMoment(IEnumerable<Nullable<Int32>>) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMoment(IEnumerable<Nullable<Int64>>) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMoment(IEnumerable<Double>, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMoment(IEnumerable<Nullable<Double>>, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMoment(IEnumerable<Nullable<Single>>, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMoment(IEnumerable<Single>, 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
|
![]() ![]() | FourthCentralMoment<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMomentOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMomentOrDefault(IEnumerable<Int32>, Double) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMomentOrDefault(IEnumerable<Int64>, Double) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMomentOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMomentOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMomentOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMomentOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMomentOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMomentOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthCentralMomentOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | FourthCentralMomentOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | FourthRawMoment(IEnumerable<Decimal>) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(IEnumerable<Int32>) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(IEnumerable<Int64>) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(IEnumerable<Nullable<Decimal>>) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(IEnumerable<Nullable<Int32>>) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(IEnumerable<Nullable<Int64>>) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(IEnumerable<Double>, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(IEnumerable<Nullable<Double>>, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(IEnumerable<Nullable<Single>>, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(IEnumerable<Single>, 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)
|
![]() ![]() | FourthRawMoment<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMomentOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMomentOrDefault(IEnumerable<Int32>, Double) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMomentOrDefault(IEnumerable<Int64>, Double) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMomentOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMomentOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMomentOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMomentOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMomentOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMomentOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMomentOrDefault(IEnumerable<Single>, 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)
|
![]() ![]() | FourthRawMomentOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | GeometricMean(IEnumerable<Decimal>) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMean(IEnumerable<Int32>) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMean(IEnumerable<Int64>) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMean(IEnumerable<Nullable<Decimal>>) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMean(IEnumerable<Nullable<Int32>>) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMean(IEnumerable<Nullable<Int64>>) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMean(IEnumerable<Double>, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMean(IEnumerable<Nullable<Double>>, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMean(IEnumerable<Nullable<Single>>, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMean(IEnumerable<Single>, 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
|
![]() ![]() | GeometricMean<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMeanOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMeanOrDefault(IEnumerable<Int32>, Double) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMeanOrDefault(IEnumerable<Int64>, Double) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMeanOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMeanOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMeanOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMeanOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMeanOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMeanOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GeometricMeanOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | GeometricMeanOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the geometric mean of the container's values.
http://en.wikipedia.org/wiki/Average#Geometric_mean
|
![]() ![]() | GetBottom(IEnumerable<Decimal>,Decimal[]) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Decimal>, Int32) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Int32>, Int32) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Int32>,Int32[]) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Int64>, Int32) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Int64>,Int64[]) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Nullable<Decimal>>,Decimal[]) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Nullable<Decimal>>, Int32) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Nullable<Int32>>, Int32) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Nullable<Int32>>,Int32[]) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Nullable<Int64>>, Int32) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Nullable<Int64>>,Int64[]) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Double>,Double[], Boolean) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Double>, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Nullable<Double>>,Double[], Boolean) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Nullable<Double>>, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Nullable<Single>>, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Nullable<Single>>,Single[], Boolean) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Single>, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom(IEnumerable<Single>,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.
|
![]() ![]() | GetBottom<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Double>, Boolean) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottom<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Double>, Boolean) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Decimal>, Int32) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Int32>, Int32) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Int64>, Int32) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Nullable<Decimal>>, Int32) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Nullable<Int32>>, Int32) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Nullable<Int64>>, Int32) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Decimal>,Decimal[],Int32[]) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Double>, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Int32>,Int32[],Int32[]) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Int64>,Int64[],Int32[]) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Nullable<Decimal>>,Decimal[],Int32[]) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Nullable<Double>>, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Nullable<Int32>>,Int32[],Int32[]) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Nullable<Int64>>,Int64[],Int32[]) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Nullable<Single>>, Int32, Boolean) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Single>, 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(IEnumerable<Double>,Double[],Int32[], Boolean) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Nullable<Double>>,Double[],Int32[], Boolean) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Nullable<Single>>,Single[],Int32[], Boolean) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices(IEnumerable<Single>,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.
|
![]() ![]() | GetBottomIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Double>, Boolean) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetBottomIndices<TSource>(IEnumerable<TSource>,TSource[],Int32[], Func<TSource, Double>, Boolean) | Obsolete.
Returns given number of largest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Decimal>,Decimal[]) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Decimal>, Int32) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Int32>, Int32) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Int32>,Int32[]) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Int64>, Int32) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Int64>,Int64[]) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Nullable<Decimal>>,Decimal[]) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Nullable<Decimal>>, Int32) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Nullable<Int32>>, Int32) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Nullable<Int32>>,Int32[]) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Nullable<Int64>>, Int32) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Nullable<Int64>>,Int64[]) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Double>,Double[], Boolean) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Double>, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Nullable<Double>>,Double[], Boolean) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Nullable<Double>>, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Nullable<Single>>, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Nullable<Single>>,Single[], Boolean) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Single>, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop(IEnumerable<Single>,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.
|
![]() ![]() | GetTop<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Double>, Boolean) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTop<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Double>, Boolean) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Decimal>, Int32) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Int32>, Int32) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Int64>, Int32) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Nullable<Decimal>>, Int32) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Nullable<Int32>>, Int32) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Nullable<Int64>>, Int32) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Decimal>,Decimal[],Int32[]) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Double>, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Int32>,Int32[],Int32[]) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Int64>,Int64[],Int32[]) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Nullable<Decimal>>,Decimal[],Int32[]) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Nullable<Double>>, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Nullable<Int32>>,Int32[],Int32[]) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Nullable<Int64>>,Int64[],Int32[]) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Nullable<Single>>, Int32, Boolean) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Single>, 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(IEnumerable<Double>,Double[],Int32[], Boolean) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Nullable<Double>>,Double[],Int32[], Boolean) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Nullable<Single>>,Single[],Int32[], Boolean) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices(IEnumerable<Single>,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.
|
![]() ![]() | GetTopIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Double>, Boolean) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | GetTopIndices<TSource>(IEnumerable<TSource>,TSource[],Int32[], Func<TSource, Double>, Boolean) | Obsolete.
Returns given number of smallest values from the container.
|
![]() ![]() | HarmonicMean(IEnumerable<Decimal>) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMean(IEnumerable<Int32>) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMean(IEnumerable<Int64>) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMean(IEnumerable<Nullable<Decimal>>) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMean(IEnumerable<Nullable<Int32>>) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMean(IEnumerable<Nullable<Int64>>) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMean(IEnumerable<Double>, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMean(IEnumerable<Nullable<Double>>, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMean(IEnumerable<Nullable<Single>>, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMean(IEnumerable<Single>, 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
|
![]() ![]() | HarmonicMean<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMeanOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMeanOrDefault(IEnumerable<Int32>, Double) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMeanOrDefault(IEnumerable<Int64>, Double) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMeanOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMeanOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMeanOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMeanOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMeanOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMeanOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | HarmonicMeanOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | HarmonicMeanOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the harmonic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Harmonic_mean
|
![]() ![]() | Kurtosis(IEnumerable<Decimal>) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | Kurtosis(IEnumerable<Int32>) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | Kurtosis(IEnumerable<Int64>) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | Kurtosis(IEnumerable<Nullable<Decimal>>) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | Kurtosis(IEnumerable<Nullable<Int32>>) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | Kurtosis(IEnumerable<Nullable<Int64>>) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | Kurtosis(IEnumerable<Double>, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | Kurtosis(IEnumerable<Nullable<Double>>, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | Kurtosis(IEnumerable<Nullable<Single>>, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | Kurtosis(IEnumerable<Single>, 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
|
![]() ![]() | Kurtosis<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | KurtosisOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | KurtosisOrDefault(IEnumerable<Int32>, Double) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | KurtosisOrDefault(IEnumerable<Int64>, Double) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | KurtosisOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | KurtosisOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | KurtosisOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | KurtosisOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | KurtosisOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | KurtosisOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | KurtosisOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | KurtosisOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the excess kurtosis of the container's values.
http://en.wikipedia.org/wiki/Kurtosis
|
![]() ![]() | Maximum(IEnumerable<Decimal>) | Returns the maximal value in the given container. |
![]() ![]() | Maximum(IEnumerable<Int32>) | Returns the maximal value in the given container. |
![]() ![]() | Maximum(IEnumerable<Int64>) | Returns the maximal value in the given container. |
![]() ![]() | Maximum(IEnumerable<Nullable<Decimal>>) | Returns the maximal value in the given container. |
![]() ![]() | Maximum(IEnumerable<Nullable<Int32>>) | Returns the maximal value in the given container. |
![]() ![]() | Maximum(IEnumerable<Nullable<Int64>>) | Returns the maximal value in the given container. |
![]() ![]() | Maximum(IEnumerable<Double>, Boolean) | Returns the maximal value in the given container. |
![]() ![]() | Maximum(IEnumerable<Nullable<Double>>, Boolean) | Returns the maximal value in the given container. |
![]() ![]() | Maximum(IEnumerable<Nullable<Single>>, Boolean) | Returns the maximal value in the given container. |
![]() ![]() | Maximum(IEnumerable<Single>, Boolean) | Returns the maximal value in the given container. |
![]() ![]() | Maximum(Vector, Boolean) | Returns the maximal value in the given container. |
![]() ![]() | Maximum<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) | Returns the maximal value in the given container. |
![]() ![]() | MaximumIndex(IEnumerable<Decimal>) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndex(IEnumerable<Int32>) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndex(IEnumerable<Int64>) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndex(IEnumerable<Nullable<Decimal>>) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndex(IEnumerable<Nullable<Int32>>) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndex(IEnumerable<Nullable<Int64>>) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndex(IEnumerable<Double>, Boolean) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndex(IEnumerable<Nullable<Double>>, Boolean) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndex(IEnumerable<Nullable<Single>>, Boolean) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndex(IEnumerable<Single>, 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. |
![]() ![]() | MaximumIndex<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndexOrDefault(IEnumerable<Decimal>, Int32) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndexOrDefault(IEnumerable<Int32>, Int32) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndexOrDefault(IEnumerable<Int64>, Int32) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndexOrDefault(IEnumerable<Nullable<Decimal>>, Int32) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndexOrDefault(IEnumerable<Nullable<Int32>>, Int32) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndexOrDefault(IEnumerable<Nullable<Int64>>, Int32) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndexOrDefault(IEnumerable<Double>, Int32, Boolean) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndexOrDefault(IEnumerable<Nullable<Double>>, Int32, Boolean) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndexOrDefault(IEnumerable<Nullable<Single>>, Int32, Boolean) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumIndexOrDefault(IEnumerable<Single>, 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. |
![]() ![]() | MaximumIndexOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Int32, Boolean) | Returns the index of the maximal value in the given container. |
![]() ![]() | MaximumOrDefault(IEnumerable<Decimal>, Decimal) | Returns the maximal value in the given container. |
![]() ![]() | MaximumOrDefault(IEnumerable<Int32>, Int32) | Returns the maximal value in the given container. |
![]() ![]() | MaximumOrDefault(IEnumerable<Int64>, Int64) | Returns the maximal value in the given container. |
![]() ![]() | MaximumOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) | Returns the maximal value in the given container. |
![]() ![]() | MaximumOrDefault(IEnumerable<Nullable<Int32>>, Int32) | Returns the maximal value in the given container. |
![]() ![]() | MaximumOrDefault(IEnumerable<Nullable<Int64>>, Int64) | Returns the maximal value in the given container. |
![]() ![]() | MaximumOrDefault(IEnumerable<Double>, Double, Boolean) | Returns the maximal value in the given container. |
![]() ![]() | MaximumOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) | Returns the maximal value in the given container. |
![]() ![]() | MaximumOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) | Returns the maximal value in the given container. |
![]() ![]() | MaximumOrDefault(IEnumerable<Single>, Single, Boolean) | Returns the maximal value in the given container. |
![]() ![]() | MaximumOrDefault(Vector, Double, Boolean) | Returns the maximal value in the given container. |
![]() ![]() | MaximumOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) | Returns the maximal value in the given container. |
![]() ![]() | Mean(IEnumerable<Decimal>) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | Mean(IEnumerable<Int32>) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | Mean(IEnumerable<Int64>) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | Mean(IEnumerable<Nullable<Decimal>>) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | Mean(IEnumerable<Nullable<Int32>>) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | Mean(IEnumerable<Nullable<Int64>>) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | Mean(IEnumerable<Double>, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | Mean(IEnumerable<Nullable<Double>>, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | Mean(IEnumerable<Nullable<Single>>, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | Mean(IEnumerable<Single>, 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
|
![]() ![]() | Mean<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | MeanOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | MeanOrDefault(IEnumerable<Int32>, Double) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | MeanOrDefault(IEnumerable<Int64>, Double) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | MeanOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | MeanOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | MeanOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | MeanOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | MeanOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | MeanOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | MeanOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | MeanOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|
![]() ![]() | Median(IEnumerable<Decimal>) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | Median(IEnumerable<Int32>) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | Median(IEnumerable<Int64>) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | Median(IEnumerable<Nullable<Decimal>>) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | Median(IEnumerable<Nullable<Int32>>) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | Median(IEnumerable<Nullable<Int64>>) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | Median(IEnumerable<Double>, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | Median(IEnumerable<Nullable<Double>>, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | Median(IEnumerable<Nullable<Single>>, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | Median(IEnumerable<Single>, 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
|
![]() ![]() | Median<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | MedianOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | MedianOrDefault(IEnumerable<Int32>, Double) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | MedianOrDefault(IEnumerable<Int64>, Double) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | MedianOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | MedianOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | MedianOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | MedianOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | MedianOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | MedianOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | MedianOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | MedianOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the median of the container's values.
http://en.wikipedia.org/wiki/Median
|
![]() ![]() | Midrange(IEnumerable<Decimal>) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | Midrange(IEnumerable<Int32>) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | Midrange(IEnumerable<Int64>) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | Midrange(IEnumerable<Nullable<Decimal>>) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | Midrange(IEnumerable<Nullable<Int32>>) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | Midrange(IEnumerable<Nullable<Int64>>) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | Midrange(IEnumerable<Double>, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | Midrange(IEnumerable<Nullable<Double>>, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | Midrange(IEnumerable<Nullable<Single>>, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | Midrange(IEnumerable<Single>, 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
|
![]() ![]() | Midrange<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | MidrangeOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | MidrangeOrDefault(IEnumerable<Int32>, Double) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | MidrangeOrDefault(IEnumerable<Int64>, Double) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | MidrangeOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | MidrangeOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | MidrangeOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | MidrangeOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | MidrangeOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | MidrangeOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | MidrangeOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | MidrangeOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the midrange of the container's values.
http://en.wikipedia.org/wiki/Mid-range
|
![]() ![]() | Minimum(IEnumerable<Decimal>) | Returns the minimal value in the given container. |
![]() ![]() | Minimum(IEnumerable<Int32>) | Returns the minimal value in the given container. |
![]() ![]() | Minimum(IEnumerable<Int64>) | Returns the minimal value in the given container. |
![]() ![]() | Minimum(IEnumerable<Nullable<Decimal>>) | Returns the minimal value in the given container. |
![]() ![]() | Minimum(IEnumerable<Nullable<Int32>>) | Returns the minimal value in the given container. |
![]() ![]() | Minimum(IEnumerable<Nullable<Int64>>) | Returns the minimal value in the given container. |
![]() ![]() | Minimum(IEnumerable<Double>, Boolean) | Returns the minimal value in the given container. |
![]() ![]() | Minimum(IEnumerable<Nullable<Double>>, Boolean) | Returns the minimal value in the given container. |
![]() ![]() | Minimum(IEnumerable<Nullable<Single>>, Boolean) | Returns the minimal value in the given container. |
![]() ![]() | Minimum(IEnumerable<Single>, Boolean) | Returns the minimal value in the given container. |
![]() ![]() | Minimum(Vector, Boolean) | Returns the minimal value in the given container. |
![]() ![]() | Minimum<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) | Returns the minimal value in the given container. |
![]() ![]() | MinimumIndex(IEnumerable<Decimal>) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndex(IEnumerable<Int32>) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndex(IEnumerable<Int64>) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndex(IEnumerable<Nullable<Decimal>>) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndex(IEnumerable<Nullable<Int32>>) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndex(IEnumerable<Nullable<Int64>>) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndex(IEnumerable<Double>, Boolean) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndex(IEnumerable<Nullable<Double>>, Boolean) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndex(IEnumerable<Nullable<Single>>, Boolean) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndex(IEnumerable<Single>, 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. |
![]() ![]() | MinimumIndex<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndexOrDefault(IEnumerable<Decimal>, Int32) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndexOrDefault(IEnumerable<Int32>, Int32) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndexOrDefault(IEnumerable<Int64>, Int32) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndexOrDefault(IEnumerable<Nullable<Decimal>>, Int32) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndexOrDefault(IEnumerable<Nullable<Int32>>, Int32) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndexOrDefault(IEnumerable<Nullable<Int64>>, Int32) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndexOrDefault(IEnumerable<Double>, Int32, Boolean) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndexOrDefault(IEnumerable<Nullable<Double>>, Int32, Boolean) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndexOrDefault(IEnumerable<Nullable<Single>>, Int32, Boolean) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumIndexOrDefault(IEnumerable<Single>, 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. |
![]() ![]() | MinimumIndexOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Int32, Boolean) | Returns the index of the minimal value in the given container. |
![]() ![]() | MinimumMaximum(IEnumerable<Decimal>) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximum(IEnumerable<Int32>) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximum(IEnumerable<Int64>) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximum(IEnumerable<Nullable<Decimal>>) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximum(IEnumerable<Nullable<Int32>>) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximum(IEnumerable<Nullable<Int64>>) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximum(IEnumerable<Double>, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximum(IEnumerable<Nullable<Double>>, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximum(IEnumerable<Nullable<Single>>, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximum(IEnumerable<Single>, 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.
|
![]() ![]() | MinimumMaximum<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximumOrDefault(IEnumerable<Decimal>, DescriptiveStatistics.MinimumMaximumValues<Decimal>) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximumOrDefault(IEnumerable<Int32>, DescriptiveStatistics.MinimumMaximumValues<Int32>) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximumOrDefault(IEnumerable<Int64>, DescriptiveStatistics.MinimumMaximumValues<Int64>) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximumOrDefault(IEnumerable<Nullable<Decimal>>, DescriptiveStatistics.MinimumMaximumValues<Decimal>) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximumOrDefault(IEnumerable<Nullable<Int32>>, DescriptiveStatistics.MinimumMaximumValues<Int32>) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximumOrDefault(IEnumerable<Nullable<Int64>>, DescriptiveStatistics.MinimumMaximumValues<Int64>) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximumOrDefault(IEnumerable<Double>, DescriptiveStatistics.MinimumMaximumValues<Double>, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximumOrDefault(IEnumerable<Nullable<Double>>, DescriptiveStatistics.MinimumMaximumValues<Double>, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximumOrDefault(IEnumerable<Nullable<Single>>, DescriptiveStatistics.MinimumMaximumValues<Single>, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximumOrDefault(IEnumerable<Single>, DescriptiveStatistics.MinimumMaximumValues<Single>, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximumOrDefault(Vector, DescriptiveStatistics.MinimumMaximumValues<Double>, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumMaximumOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, DescriptiveStatistics.MinimumMaximumValues<Double>, Boolean) |
Returns the minimum, maximum, range and midrange statistics of the container's values.
|
![]() ![]() | MinimumOrDefault(IEnumerable<Decimal>, Decimal) | Returns the minimal value in the given container. |
![]() ![]() | MinimumOrDefault(IEnumerable<Int32>, Int32) | Returns the minimal value in the given container. |
![]() ![]() | MinimumOrDefault(IEnumerable<Int64>, Int64) | Returns the minimal value in the given container. |
![]() ![]() | MinimumOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) | Returns the minimal value in the given container. |
![]() ![]() | MinimumOrDefault(IEnumerable<Nullable<Int32>>, Int32) | Returns the minimal value in the given container. |
![]() ![]() | MinimumOrDefault(IEnumerable<Nullable<Int64>>, Int64) | Returns the minimal value in the given container. |
![]() ![]() | MinimumOrDefault(IEnumerable<Double>, Double, Boolean) | Returns the minimal value in the given container. |
![]() ![]() | MinimumOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) | Returns the minimal value in the given container. |
![]() ![]() | MinimumOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) | Returns the minimal value in the given container. |
![]() ![]() | MinimumOrDefault(IEnumerable<Single>, Single, Boolean) | Returns the minimal value in the given container. |
![]() ![]() | MinimumOrDefault(Vector, Double, Boolean) | Returns the minimal value in the given container. |
![]() ![]() | MinimumOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) | Returns the minimal value in the given container. |
![]() ![]() | OrderStatistic(IEnumerable<Decimal>, Int32) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatistic(IEnumerable<Int32>, Int32) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatistic(IEnumerable<Int64>, Int32) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatistic(IEnumerable<Nullable<Decimal>>, Int32) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatistic(IEnumerable<Nullable<Int32>>, Int32) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatistic(IEnumerable<Nullable<Int64>>, Int32) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatistic(IEnumerable<Double>, Int32, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatistic(IEnumerable<Nullable<Double>>, Int32, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatistic(IEnumerable<Nullable<Single>>, Int32, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatistic(IEnumerable<Single>, 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
|
![]() ![]() | OrderStatistic<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Double>, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatisticOrDefault(IEnumerable<Decimal>, Int32, Decimal) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatisticOrDefault(IEnumerable<Int32>, Int32, Double) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatisticOrDefault(IEnumerable<Int64>, Int32, Double) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatisticOrDefault(IEnumerable<Nullable<Decimal>>, Int32, Decimal) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatisticOrDefault(IEnumerable<Nullable<Int32>>, Int32, Double) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatisticOrDefault(IEnumerable<Nullable<Int64>>, Int32, Double) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatisticOrDefault(IEnumerable<Double>, Int32, Double, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatisticOrDefault(IEnumerable<Nullable<Double>>, Int32, Double, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatisticOrDefault(IEnumerable<Nullable<Single>>, Int32, Single, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | OrderStatisticOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | OrderStatisticOrDefault<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Double>, Double, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|
![]() ![]() | QuadraticMean(IEnumerable<Decimal>) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMean(IEnumerable<Int32>) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMean(IEnumerable<Int64>) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMean(IEnumerable<Nullable<Decimal>>) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMean(IEnumerable<Nullable<Int32>>) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMean(IEnumerable<Nullable<Int64>>) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMean(IEnumerable<Double>, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMean(IEnumerable<Nullable<Double>>, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMean(IEnumerable<Nullable<Single>>, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMean(IEnumerable<Single>, 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
|
![]() ![]() | QuadraticMean<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMeanOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMeanOrDefault(IEnumerable<Int32>, Double) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMeanOrDefault(IEnumerable<Int64>, Double) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMeanOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMeanOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMeanOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMeanOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMeanOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMeanOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | QuadraticMeanOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | QuadraticMeanOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the quadratic mean of the container's values.
http://en.wikipedia.org/wiki/Quadratic_mean
|
![]() ![]() | Quantile(IEnumerable<Decimal>, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | Quantile(IEnumerable<Int32>, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | Quantile(IEnumerable<Int64>, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | Quantile(IEnumerable<Nullable<Decimal>>, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | Quantile(IEnumerable<Nullable<Int32>>, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | Quantile(IEnumerable<Nullable<Int64>>, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | Quantile(IEnumerable<Double>, Double, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | Quantile(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | Quantile(IEnumerable<Nullable<Single>>, Double, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | Quantile(IEnumerable<Single>, 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
|
![]() ![]() | Quantile<TSource>(IEnumerable<TSource>, Double, Func<TSource, Double>, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | QuantileOrDefault(IEnumerable<Decimal>, Double, Decimal) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | QuantileOrDefault(IEnumerable<Int32>, Double, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | QuantileOrDefault(IEnumerable<Int64>, Double, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | QuantileOrDefault(IEnumerable<Nullable<Decimal>>, Double, Decimal) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | QuantileOrDefault(IEnumerable<Nullable<Int32>>, Double, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | QuantileOrDefault(IEnumerable<Nullable<Int64>>, Double, Double) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | QuantileOrDefault(IEnumerable<Double>, Double, Double, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | QuantileOrDefault(IEnumerable<Nullable<Double>>, Double, Double, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | QuantileOrDefault(IEnumerable<Nullable<Single>>, Double, Single, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | QuantileOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | QuantileOrDefault<TSource>(IEnumerable<TSource>, Double, Func<TSource, Double>, Double, Boolean) |
Returns quantile of specified level from container's value.
http://en.wikipedia.org/wiki/Quantile
|
![]() ![]() | SecondCentralMoment(IEnumerable<Decimal>) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMoment(IEnumerable<Int32>) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMoment(IEnumerable<Int64>) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMoment(IEnumerable<Nullable<Decimal>>) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMoment(IEnumerable<Nullable<Int32>>) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMoment(IEnumerable<Nullable<Int64>>) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMoment(IEnumerable<Double>, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMoment(IEnumerable<Nullable<Double>>, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMoment(IEnumerable<Nullable<Single>>, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMoment(IEnumerable<Single>, 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
|
![]() ![]() | SecondCentralMoment<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMomentOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMomentOrDefault(IEnumerable<Int32>, Double) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMomentOrDefault(IEnumerable<Int64>, Double) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMomentOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMomentOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMomentOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMomentOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMomentOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMomentOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondCentralMomentOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | SecondCentralMomentOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the second central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | SecondRawMoment(IEnumerable<Decimal>) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMoment(IEnumerable<Int32>) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMoment(IEnumerable<Int64>) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMoment(IEnumerable<Nullable<Decimal>>) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMoment(IEnumerable<Nullable<Int32>>) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMoment(IEnumerable<Nullable<Int64>>) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMoment(IEnumerable<Double>, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMoment(IEnumerable<Nullable<Double>>, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMoment(IEnumerable<Nullable<Single>>, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMoment(IEnumerable<Single>, 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)
|
![]() ![]() | SecondRawMoment<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMomentOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMomentOrDefault(IEnumerable<Int32>, Double) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMomentOrDefault(IEnumerable<Int64>, Double) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMomentOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMomentOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMomentOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMomentOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMomentOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMomentOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | SecondRawMomentOrDefault(IEnumerable<Single>, 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)
|
![]() ![]() | SecondRawMomentOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the second raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | Skewness(IEnumerable<Decimal>) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | Skewness(IEnumerable<Int32>) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | Skewness(IEnumerable<Int64>) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | Skewness(IEnumerable<Nullable<Decimal>>) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | Skewness(IEnumerable<Nullable<Int32>>) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | Skewness(IEnumerable<Nullable<Int64>>) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | Skewness(IEnumerable<Double>, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | Skewness(IEnumerable<Nullable<Double>>, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | Skewness(IEnumerable<Nullable<Single>>, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | Skewness(IEnumerable<Single>, 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
|
![]() ![]() | Skewness<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | SkewnessOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | SkewnessOrDefault(IEnumerable<Int32>, Double) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | SkewnessOrDefault(IEnumerable<Int64>, Double) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | SkewnessOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | SkewnessOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | SkewnessOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | SkewnessOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | SkewnessOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | SkewnessOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | SkewnessOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | SkewnessOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|
![]() ![]() | StandardDeviation(IEnumerable<Decimal>) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviation(IEnumerable<Int32>) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviation(IEnumerable<Int64>) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviation(IEnumerable<Nullable<Decimal>>) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviation(IEnumerable<Nullable<Int32>>) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviation(IEnumerable<Nullable<Int64>>) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviation(IEnumerable<Double>, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviation(IEnumerable<Nullable<Double>>, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviation(IEnumerable<Nullable<Single>>, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviation(IEnumerable<Single>, 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
|
![]() ![]() | StandardDeviation<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationOrDefault(IEnumerable<Int32>, Double) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationOrDefault(IEnumerable<Int64>, Double) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | StandardDeviationOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Decimal>) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Int32>) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Int64>) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Decimal>>) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Int32>>) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Int64>>) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Double>, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Double>>, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Single>>, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Single>, 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
|
![]() ![]() | StandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulationOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulationOrDefault(IEnumerable<Int32>, Double) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulationOrDefault(IEnumerable<Int64>, Double) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulationOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulationOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulationOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulationOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulationOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulationOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulationOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | StandardDeviationPopulationOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSample(IEnumerable<Decimal>) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSample(IEnumerable<Int32>) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSample(IEnumerable<Int64>) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSample(IEnumerable<Nullable<Decimal>>) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSample(IEnumerable<Nullable<Int32>>) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSample(IEnumerable<Nullable<Int64>>) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSample(IEnumerable<Double>, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSample(IEnumerable<Nullable<Double>>, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSample(IEnumerable<Nullable<Single>>, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSample(IEnumerable<Single>, 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
|
![]() ![]() | StandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSampleOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSampleOrDefault(IEnumerable<Int32>, Double) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSampleOrDefault(IEnumerable<Int64>, Double) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSampleOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSampleOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSampleOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSampleOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSampleOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSampleOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationSampleOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | StandardDeviationSampleOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | Sum(IEnumerable<Decimal>) |
Returns the sum of values in data set.
|
![]() ![]() | Sum(IEnumerable<Int32>) |
Returns the sum of values in data set.
|
![]() ![]() | Sum(IEnumerable<Int64>) |
Returns the sum of values in data set.
|
![]() ![]() | Sum(IEnumerable<Nullable<Decimal>>) |
Returns the sum of values in data set.
|
![]() ![]() | Sum(IEnumerable<Nullable<Int32>>) |
Returns the sum of values in data set.
|
![]() ![]() | Sum(IEnumerable<Nullable<Int64>>) |
Returns the sum of values in data set.
|
![]() ![]() | Sum(IEnumerable<Double>, Boolean) |
Returns the sum of values in data set.
|
![]() ![]() | Sum(IEnumerable<Nullable<Double>>, Boolean) |
Returns the sum of values in data set.
|
![]() ![]() | Sum(IEnumerable<Nullable<Single>>, Boolean) |
Returns the sum of values in data set.
|
![]() ![]() | Sum(IEnumerable<Single>, Boolean) |
Returns the sum of values in data set.
|
![]() ![]() | Sum(Vector, Boolean) |
Returns the sum of values in data set.
|
![]() ![]() | Sum<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the sum of values in data set.
|
![]() ![]() | SumMagnitudes(IEnumerable<Decimal>) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudes(IEnumerable<Int32>) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudes(IEnumerable<Int64>) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudes(IEnumerable<Nullable<Decimal>>) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudes(IEnumerable<Nullable<Int32>>) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudes(IEnumerable<Nullable<Int64>>) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudes(IEnumerable<Double>, Boolean) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudes(IEnumerable<Nullable<Double>>, Boolean) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudes(IEnumerable<Nullable<Single>>, Boolean) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudes(IEnumerable<Single>, Boolean) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudes(Vector, Boolean) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudes<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudesOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudesOrDefault(IEnumerable<Int32>, Double) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudesOrDefault(IEnumerable<Int64>, Double) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudesOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudesOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudesOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudesOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudesOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudesOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumMagnitudesOrDefault(IEnumerable<Single>, 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.
|
![]() ![]() | SumMagnitudesOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the sum of magnitudes of values in data set.
|
![]() ![]() | SumOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the sum of values in data set.
|
![]() ![]() | SumOrDefault(IEnumerable<Int32>, Double) |
Returns the sum of values in data set.
|
![]() ![]() | SumOrDefault(IEnumerable<Int64>, Double) |
Returns the sum of values in data set.
|
![]() ![]() | SumOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the sum of values in data set.
|
![]() ![]() | SumOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the sum of values in data set.
|
![]() ![]() | SumOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the sum of values in data set.
|
![]() ![]() | SumOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the sum of values in data set.
|
![]() ![]() | SumOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the sum of values in data set.
|
![]() ![]() | SumOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the sum of values in data set.
|
![]() ![]() | SumOrDefault(IEnumerable<Single>, Single, Boolean) |
Returns the sum of values in data set.
|
![]() ![]() | SumOrDefault(Vector, Double, Boolean) |
Returns the sum of values in data set.
|
![]() ![]() | SumOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the sum of values in data set.
|
![]() ![]() | SumSquares(IEnumerable<Decimal>) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquares(IEnumerable<Int32>) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquares(IEnumerable<Int64>) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquares(IEnumerable<Nullable<Decimal>>) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquares(IEnumerable<Nullable<Int32>>) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquares(IEnumerable<Nullable<Int64>>) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquares(IEnumerable<Double>, Boolean) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquares(IEnumerable<Nullable<Double>>, Boolean) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquares(IEnumerable<Nullable<Single>>, Boolean) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquares(IEnumerable<Single>, Boolean) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquares(Vector, Boolean) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquares<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquaresOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquaresOrDefault(IEnumerable<Int32>, Double) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquaresOrDefault(IEnumerable<Int64>, Double) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquaresOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquaresOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquaresOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquaresOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquaresOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquaresOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquaresOrDefault(IEnumerable<Single>, Single, Boolean) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquaresOrDefault(Vector, Double, Boolean) |
Returns the sum of squared values in data set.
|
![]() ![]() | SumSquaresOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the sum of squared values in data set.
|
![]() ![]() | ThirdCentralMoment(IEnumerable<Decimal>) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMoment(IEnumerable<Int32>) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMoment(IEnumerable<Int64>) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMoment(IEnumerable<Nullable<Decimal>>) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMoment(IEnumerable<Nullable<Int32>>) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMoment(IEnumerable<Nullable<Int64>>) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMoment(IEnumerable<Double>, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMoment(IEnumerable<Nullable<Double>>, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMoment(IEnumerable<Nullable<Single>>, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMoment(IEnumerable<Single>, 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
|
![]() ![]() | ThirdCentralMoment<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMomentOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMomentOrDefault(IEnumerable<Int32>, Double) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMomentOrDefault(IEnumerable<Int64>, Double) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMomentOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMomentOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMomentOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMomentOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMomentOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMomentOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdCentralMomentOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | ThirdCentralMomentOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the third central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|
![]() ![]() | ThirdRawMoment(IEnumerable<Decimal>) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMoment(IEnumerable<Int32>) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMoment(IEnumerable<Int64>) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMoment(IEnumerable<Nullable<Decimal>>) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMoment(IEnumerable<Nullable<Int32>>) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMoment(IEnumerable<Nullable<Int64>>) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMoment(IEnumerable<Double>, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMoment(IEnumerable<Nullable<Double>>, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMoment(IEnumerable<Nullable<Single>>, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMoment(IEnumerable<Single>, 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)
|
![]() ![]() | ThirdRawMoment<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMomentOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMomentOrDefault(IEnumerable<Int32>, Double) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMomentOrDefault(IEnumerable<Int64>, Double) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMomentOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMomentOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMomentOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMomentOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMomentOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMomentOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | ThirdRawMomentOrDefault(IEnumerable<Single>, 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)
|
![]() ![]() | ThirdRawMomentOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the third raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | Variance(IEnumerable<Decimal>) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | Variance(IEnumerable<Int32>) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | Variance(IEnumerable<Int64>) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | Variance(IEnumerable<Nullable<Decimal>>) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | Variance(IEnumerable<Nullable<Int32>>) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | Variance(IEnumerable<Nullable<Int64>>) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | Variance(IEnumerable<Double>, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | Variance(IEnumerable<Nullable<Double>>, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | Variance(IEnumerable<Nullable<Single>>, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | Variance(IEnumerable<Single>, 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
|
![]() ![]() | Variance<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceOrDefault(IEnumerable<Int32>, Double) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceOrDefault(IEnumerable<Int64>, Double) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | VarianceOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulation(IEnumerable<Decimal>) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulation(IEnumerable<Int32>) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulation(IEnumerable<Int64>) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulation(IEnumerable<Nullable<Decimal>>) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulation(IEnumerable<Nullable<Int32>>) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulation(IEnumerable<Nullable<Int64>>) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulation(IEnumerable<Double>, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulation(IEnumerable<Nullable<Double>>, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulation(IEnumerable<Nullable<Single>>, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulation(IEnumerable<Single>, 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
|
![]() ![]() | VariancePopulation<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulationOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulationOrDefault(IEnumerable<Int32>, Double) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulationOrDefault(IEnumerable<Int64>, Double) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulationOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulationOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulationOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulationOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulationOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulationOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VariancePopulationOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | VariancePopulationOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSample(IEnumerable<Decimal>) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSample(IEnumerable<Int32>) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSample(IEnumerable<Int64>) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSample(IEnumerable<Nullable<Decimal>>) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSample(IEnumerable<Nullable<Int32>>) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSample(IEnumerable<Nullable<Int64>>) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSample(IEnumerable<Double>, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSample(IEnumerable<Nullable<Double>>, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSample(IEnumerable<Nullable<Single>>, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSample(IEnumerable<Single>, 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
|
![]() ![]() | VarianceSample<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSampleOrDefault(IEnumerable<Decimal>, Decimal) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSampleOrDefault(IEnumerable<Int32>, Double) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSampleOrDefault(IEnumerable<Int64>, Double) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSampleOrDefault(IEnumerable<Nullable<Decimal>>, Decimal) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSampleOrDefault(IEnumerable<Nullable<Int32>>, Double) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSampleOrDefault(IEnumerable<Nullable<Int64>>, Double) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSampleOrDefault(IEnumerable<Double>, Double, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSampleOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSampleOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | VarianceSampleOrDefault(IEnumerable<Single>, 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
|
![]() ![]() | VarianceSampleOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean) |
Returns the sample variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|