Click or drag to resize

DescriptiveStatistics Class

Contains big number of extensions. It may be useful to calculate statistics.
Inheritance Hierarchy
System.Object
  FinMath.Statistics.DescriptiveStatistics

Namespace:  FinMath.Statistics
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public static class DescriptiveStatistics
Methods
  NameDescription
Public methodStatic memberAbsoluteMaximum(IEnumerable<Decimal>)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(IEnumerable<Int32>)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(IEnumerable<Int64>)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(IEnumerable<Nullable<Decimal>>)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(IEnumerable<Nullable<Int32>>)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(IEnumerable<Nullable<Int64>>)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(IEnumerable<Double>, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(IEnumerable<Nullable<Double>>, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(IEnumerable<Nullable<Single>>, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(IEnumerable<Single>, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(Vector, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerable<Decimal>)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerable<Int32>)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerable<Int64>)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerable<Nullable<Decimal>>)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerable<Nullable<Int32>>)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerable<Nullable<Int64>>)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerable<Double>, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerable<Nullable<Double>>, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerable<Nullable<Single>>, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerable<Single>, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(Vector, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerable<Decimal>, Int32)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerable<Int32>, Int32)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerable<Int64>, Int32)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerable<Nullable<Decimal>>, Int32)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerable<Nullable<Int32>>, Int32)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerable<Nullable<Int64>>, Int32)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerable<Double>, Int32, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerable<Nullable<Double>>, Int32, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerable<Nullable<Single>>, Int32, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerable<Single>, Int32, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(Vector, Int32, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Int32, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerable<Decimal>, Decimal)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerable<Int32>, Int32)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerable<Int64>, Int64)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerable<Nullable<Int32>>, Int32)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerable<Nullable<Int64>>, Int64)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(Vector, Double, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerable<Decimal>)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerable<Int32>)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerable<Int64>)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerable<Nullable<Decimal>>)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerable<Nullable<Int32>>)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerable<Nullable<Int64>>)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerable<Double>, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerable<Nullable<Double>>, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerable<Nullable<Single>>, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerable<Single>, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(Vector, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerable<Decimal>)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerable<Int32>)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerable<Int64>)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerable<Nullable<Decimal>>)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerable<Nullable<Int32>>)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerable<Nullable<Int64>>)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerable<Double>, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerable<Nullable<Double>>, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerable<Nullable<Single>>, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerable<Single>, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(Vector, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerable<Decimal>, Int32)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerable<Int32>, Int32)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerable<Int64>, Int32)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerable<Nullable<Decimal>>, Int32)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerable<Nullable<Int32>>, Int32)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerable<Nullable<Int64>>, Int32)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerable<Double>, Int32, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerable<Nullable<Double>>, Int32, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerable<Nullable<Single>>, Int32, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerable<Single>, Int32, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(Vector, Int32, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Int32, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerable<Decimal>, Decimal)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerable<Int32>, Int32)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerable<Int64>, Int64)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerable<Nullable<Int32>>, Int32)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerable<Nullable<Int64>>, Int64)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(Vector, Double, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberArithmeticMean(IEnumerable<Decimal>)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(IEnumerable<Int32>)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(IEnumerable<Int64>)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(IEnumerable<Nullable<Decimal>>)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(IEnumerable<Nullable<Int32>>)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(IEnumerable<Nullable<Int64>>)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(IEnumerable<Double>, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(IEnumerable<Nullable<Double>>, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(IEnumerable<Nullable<Single>>, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(IEnumerable<Single>, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(Vector, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerable<Decimal>, Decimal)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerable<Int32>, Double)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerable<Int64>, Double)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(Vector, Double, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault<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
Public methodStatic memberCoefficientOfVariation(IEnumerable<Decimal>)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerable<Int32>)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerable<Int64>)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerable<Nullable<Decimal>>)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerable<Nullable<Int32>>)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerable<Nullable<Int64>>)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerable<Double>, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerable<Nullable<Double>>, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerable<Nullable<Single>>, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerable<Single>, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(Vector, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerable<Decimal>, Decimal)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerable<Int32>, Double)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerable<Int64>, Double)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(Vector, Double, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault<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
Public methodStatic memberCorrelation(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
Public methodStatic memberCorrelation(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
Public methodStatic memberCorrelation(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
Public methodStatic memberCorrelation(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
Public methodStatic memberCorrelation(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
Public methodStatic memberCorrelation(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
Public methodStatic memberCorrelation(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
Public methodStatic memberCorrelation(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
Public methodStatic memberCorrelation(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
Public methodStatic memberCorrelation(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
Public methodStatic memberCorrelation(Vector, Vector, Boolean)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation<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
Public methodStatic memberCorrelationOrDefault(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
Public methodStatic memberCorrelationOrDefault(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
Public methodStatic memberCorrelationOrDefault(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
Public methodStatic memberCorrelationOrDefault(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
Public methodStatic memberCorrelationOrDefault(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
Public methodStatic memberCorrelationOrDefault(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
Public methodStatic memberCorrelationOrDefault(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
Public methodStatic memberCorrelationOrDefault(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
Public methodStatic memberCorrelationOrDefault(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
Public methodStatic memberCorrelationOrDefault(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
Public methodStatic memberCorrelationOrDefault(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
Public methodStatic memberCorrelationOrDefault<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
Public methodStatic memberCount(IEnumerable<Decimal>)
Returns the number of elements in the container.
Public methodStatic memberCount(IEnumerable<Int32>)
Returns the number of elements in the container.
Public methodStatic memberCount(IEnumerable<Int64>)
Returns the number of elements in the container.
Public methodStatic memberCount(IEnumerable<Nullable<Decimal>>)
Returns the number of elements in the container.
Public methodStatic memberCount(IEnumerable<Nullable<Int32>>)
Returns the number of elements in the container.
Public methodStatic memberCount(IEnumerable<Nullable<Int64>>)
Returns the number of elements in the container.
Public methodStatic memberCount(IEnumerable<Double>, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCount(IEnumerable<Nullable<Double>>, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCount(IEnumerable<Nullable<Single>>, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCount(IEnumerable<Single>, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCount(Vector, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCount<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerable<Decimal>, Int32)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerable<Int32>, Int32)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerable<Int64>, Int32)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerable<Nullable<Decimal>>, Int32)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerable<Nullable<Int32>>, Int32)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerable<Nullable<Int64>>, Int32)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerable<Double>, Int32, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerable<Nullable<Double>>, Int32, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerable<Nullable<Single>>, Int32, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerable<Single>, Int32, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(Vector, Int32, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Int32, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCovariance(IEnumerable<Decimal>, IEnumerable<Decimal>)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerable<Int32>, IEnumerable<Int32>)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerable<Int64>, IEnumerable<Int64>)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(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
Public methodStatic memberCovariance(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
Public methodStatic memberCovariance(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
Public methodStatic memberCovariance(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
Public methodStatic memberCovariance(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
Public methodStatic memberCovariance(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
Public methodStatic memberCovariance(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
Public methodStatic memberCovariance(Vector, Vector, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance<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
Public methodStatic memberCovarianceOrDefault(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
Public methodStatic memberCovarianceOrDefault(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
Public methodStatic memberCovarianceOrDefault(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
Public methodStatic memberCovarianceOrDefault(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
Public methodStatic memberCovarianceOrDefault(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
Public methodStatic memberCovarianceOrDefault(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
Public methodStatic memberCovarianceOrDefault(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
Public methodStatic memberCovarianceOrDefault(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
Public methodStatic memberCovarianceOrDefault(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
Public methodStatic memberCovarianceOrDefault(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
Public methodStatic memberCovarianceOrDefault(Vector, Vector, Double, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceOrDefault<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
Public methodStatic memberCovariancePopulation(IEnumerable<Decimal>, IEnumerable<Decimal>)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulation(IEnumerable<Int32>, IEnumerable<Int32>)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulation(IEnumerable<Int64>, IEnumerable<Int64>)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulation(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
Public methodStatic memberCovariancePopulation(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
Public methodStatic memberCovariancePopulation(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
Public methodStatic memberCovariancePopulation(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
Public methodStatic memberCovariancePopulation(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
Public methodStatic memberCovariancePopulation(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
Public methodStatic memberCovariancePopulation(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
Public methodStatic memberCovariancePopulation(Vector, Vector, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulation<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
Public methodStatic memberCovariancePopulationOrDefault(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
Public methodStatic memberCovariancePopulationOrDefault(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
Public methodStatic memberCovariancePopulationOrDefault(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
Public methodStatic memberCovariancePopulationOrDefault(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
Public methodStatic memberCovariancePopulationOrDefault(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
Public methodStatic memberCovariancePopulationOrDefault(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
Public methodStatic memberCovariancePopulationOrDefault(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
Public methodStatic memberCovariancePopulationOrDefault(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
Public methodStatic memberCovariancePopulationOrDefault(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
Public methodStatic memberCovariancePopulationOrDefault(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
Public methodStatic memberCovariancePopulationOrDefault(Vector, Vector, Double, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulationOrDefault<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
Public methodStatic memberCovarianceSample(IEnumerable<Decimal>, IEnumerable<Decimal>)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSample(IEnumerable<Int32>, IEnumerable<Int32>)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSample(IEnumerable<Int64>, IEnumerable<Int64>)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSample(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
Public methodStatic memberCovarianceSample(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
Public methodStatic memberCovarianceSample(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
Public methodStatic memberCovarianceSample(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
Public methodStatic memberCovarianceSample(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
Public methodStatic memberCovarianceSample(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
Public methodStatic memberCovarianceSample(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
Public methodStatic memberCovarianceSample(Vector, Vector, Boolean)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSample<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
Public methodStatic memberCovarianceSampleOrDefault(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
Public methodStatic memberCovarianceSampleOrDefault(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
Public methodStatic memberCovarianceSampleOrDefault(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
Public methodStatic memberCovarianceSampleOrDefault(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
Public methodStatic memberCovarianceSampleOrDefault(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
Public methodStatic memberCovarianceSampleOrDefault(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
Public methodStatic memberCovarianceSampleOrDefault(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
Public methodStatic memberCovarianceSampleOrDefault(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
Public methodStatic memberCovarianceSampleOrDefault(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
Public methodStatic memberCovarianceSampleOrDefault(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
Public methodStatic memberCovarianceSampleOrDefault(Vector, Vector, Double, Boolean)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSampleOrDefault<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
Public methodStatic memberCumulativeDistribution(IEnumerable<Decimal>, Decimal)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(IEnumerable<Int32>, Int32)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(IEnumerable<Int64>, Int64)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(IEnumerable<Nullable<Decimal>>, Decimal)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(IEnumerable<Nullable<Int32>>, Int32)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(IEnumerable<Nullable<Int64>>, Int64)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(IEnumerable<Double>, Double, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(IEnumerable<Nullable<Double>>, Double, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(IEnumerable<Nullable<Single>>, Single, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(IEnumerable<Single>, Single, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(Vector, Double, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution<TSource>(IEnumerable<TSource>, Double, Func<TSource, Double>, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Decimal>, Decimal, Decimal)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Int32>, Int32, Double)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Int64>, Int64, Double)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Nullable<Decimal>>, Decimal, Decimal)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Nullable<Int32>>, Int32, Double)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Nullable<Int64>>, Int64, Double)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Double>, Double, Double, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Nullable<Double>>, Double, Double, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Nullable<Single>>, Single, Single, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerable<Single>, Single, Single, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(Vector, Double, Double, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault<TSource>(IEnumerable<TSource>, Double, Func<TSource, Double>, Double, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberFirstRawMoment(IEnumerable<Decimal>)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerable<Int32>)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerable<Int64>)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerable<Nullable<Decimal>>)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerable<Nullable<Int32>>)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerable<Nullable<Int64>>)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerable<Double>, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerable<Nullable<Double>>, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerable<Nullable<Single>>, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerable<Single>, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(Vector, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerable<Decimal>, Decimal)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerable<Int32>, Double)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerable<Int64>, Double)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(Vector, Double, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault<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)
Public methodStatic memberFourthCentralMoment(IEnumerable<Decimal>)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(IEnumerable<Int32>)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(IEnumerable<Int64>)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(IEnumerable<Nullable<Decimal>>)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(IEnumerable<Nullable<Int32>>)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(IEnumerable<Nullable<Int64>>)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(IEnumerable<Double>, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(IEnumerable<Nullable<Double>>, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(IEnumerable<Nullable<Single>>, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(IEnumerable<Single>, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(Vector, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerable<Decimal>, Decimal)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerable<Int32>, Double)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerable<Int64>, Double)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(Vector, Double, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault<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
Public methodStatic memberFourthRawMoment(IEnumerable<Decimal>)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerable<Int32>)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerable<Int64>)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerable<Nullable<Decimal>>)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerable<Nullable<Int32>>)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerable<Nullable<Int64>>)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerable<Double>, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerable<Nullable<Double>>, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerable<Nullable<Single>>, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerable<Single>, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(Vector, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerable<Decimal>, Decimal)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerable<Int32>, Double)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerable<Int64>, Double)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(Vector, Double, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault<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)
Public methodStatic memberGeometricMean(IEnumerable<Decimal>)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerable<Int32>)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerable<Int64>)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerable<Nullable<Decimal>>)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerable<Nullable<Int32>>)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerable<Nullable<Int64>>)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerable<Double>, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerable<Nullable<Double>>, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerable<Nullable<Single>>, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerable<Single>, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(Vector, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerable<Decimal>, Decimal)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerable<Int32>, Double)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerable<Int64>, Double)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(Vector, Double, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault<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
Public methodStatic memberGetBottom(IEnumerable<Decimal>,Decimal[]) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Decimal>, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Int32>, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Int32>,Int32[]) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Int64>, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Int64>,Int64[]) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Nullable<Decimal>>,Decimal[]) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Nullable<Decimal>>, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Nullable<Int32>>, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Nullable<Int32>>,Int32[]) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Nullable<Int64>>, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Nullable<Int64>>,Int64[]) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Double>,Double[], Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Double>, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Nullable<Double>>,Double[], Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Nullable<Double>>, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Nullable<Single>>, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Nullable<Single>>,Single[], Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Single>, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerable<Single>,Single[], Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(Vector,Double[], Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(Vector, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Double>, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Double>, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Decimal>, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Int32>, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Int64>, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Nullable<Decimal>>, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Nullable<Int32>>, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Nullable<Int64>>, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Decimal>,Decimal[],Int32[]) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Double>, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Int32>,Int32[],Int32[]) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Int64>,Int64[],Int32[]) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Nullable<Decimal>>,Decimal[],Int32[]) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Nullable<Double>>, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Nullable<Int32>>,Int32[],Int32[]) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Nullable<Int64>>,Int64[],Int32[]) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Nullable<Single>>, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Single>, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(Vector, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Double>,Double[],Int32[], Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Nullable<Double>>,Double[],Int32[], Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Nullable<Single>>,Single[],Int32[], Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerable<Single>,Single[],Int32[], Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(Vector,Double[],Int32[], Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Double>, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices<TSource>(IEnumerable<TSource>,TSource[],Int32[], Func<TSource, Double>, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetTop(IEnumerable<Decimal>,Decimal[]) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Decimal>, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Int32>, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Int32>,Int32[]) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Int64>, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Int64>,Int64[]) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Nullable<Decimal>>,Decimal[]) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Nullable<Decimal>>, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Nullable<Int32>>, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Nullable<Int32>>,Int32[]) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Nullable<Int64>>, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Nullable<Int64>>,Int64[]) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Double>,Double[], Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Double>, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Nullable<Double>>,Double[], Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Nullable<Double>>, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Nullable<Single>>, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Nullable<Single>>,Single[], Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Single>, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerable<Single>,Single[], Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(Vector,Double[], Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(Vector, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Double>, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Double>, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Decimal>, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Int32>, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Int64>, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Nullable<Decimal>>, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Nullable<Int32>>, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Nullable<Int64>>, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Decimal>,Decimal[],Int32[]) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Double>, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Int32>,Int32[],Int32[]) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Int64>,Int64[],Int32[]) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Nullable<Decimal>>,Decimal[],Int32[]) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Nullable<Double>>, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Nullable<Int32>>,Int32[],Int32[]) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Nullable<Int64>>,Int64[],Int32[]) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Nullable<Single>>, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Single>, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(Vector, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Double>,Double[],Int32[], Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Nullable<Double>>,Double[],Int32[], Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Nullable<Single>>,Single[],Int32[], Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerable<Single>,Single[],Int32[], Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(Vector,Double[],Int32[], Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Double>, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices<TSource>(IEnumerable<TSource>,TSource[],Int32[], Func<TSource, Double>, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberHarmonicMean(IEnumerable<Decimal>)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(IEnumerable<Int32>)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(IEnumerable<Int64>)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(IEnumerable<Nullable<Decimal>>)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(IEnumerable<Nullable<Int32>>)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(IEnumerable<Nullable<Int64>>)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(IEnumerable<Double>, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(IEnumerable<Nullable<Double>>, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(IEnumerable<Nullable<Single>>, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(IEnumerable<Single>, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(Vector, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerable<Decimal>, Decimal)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerable<Int32>, Double)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerable<Int64>, Double)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(Vector, Double, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault<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
Public methodStatic memberKurtosis(IEnumerable<Decimal>)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerable<Int32>)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerable<Int64>)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerable<Nullable<Decimal>>)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerable<Nullable<Int32>>)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerable<Nullable<Int64>>)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerable<Double>, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerable<Nullable<Double>>, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerable<Nullable<Single>>, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerable<Single>, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(Vector, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Decimal>, Decimal)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Int32>, Double)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Int64>, Double)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(Vector, Double, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberMaximum(IEnumerable<Decimal>)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerable<Int32>)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerable<Int64>)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerable<Nullable<Decimal>>)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerable<Nullable<Int32>>)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerable<Nullable<Int64>>)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerable<Double>, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerable<Nullable<Double>>, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerable<Nullable<Single>>, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerable<Single>, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(Vector, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximum<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerable<Decimal>)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerable<Int32>)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerable<Int64>)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerable<Nullable<Decimal>>)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerable<Nullable<Int32>>)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerable<Nullable<Int64>>)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerable<Double>, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerable<Nullable<Double>>, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerable<Nullable<Single>>, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerable<Single>, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(Vector, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerable<Decimal>, Int32)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerable<Int32>, Int32)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerable<Int64>, Int32)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerable<Nullable<Decimal>>, Int32)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerable<Nullable<Int32>>, Int32)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerable<Nullable<Int64>>, Int32)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerable<Double>, Int32, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerable<Nullable<Double>>, Int32, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerable<Nullable<Single>>, Int32, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerable<Single>, Int32, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(Vector, Int32, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Int32, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerable<Decimal>, Decimal)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerable<Int32>, Int32)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerable<Int64>, Int64)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerable<Nullable<Int32>>, Int32)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerable<Nullable<Int64>>, Int64)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(Vector, Double, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMean(IEnumerable<Decimal>)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(IEnumerable<Int32>)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(IEnumerable<Int64>)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(IEnumerable<Nullable<Decimal>>)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(IEnumerable<Nullable<Int32>>)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(IEnumerable<Nullable<Int64>>)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(IEnumerable<Double>, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(IEnumerable<Nullable<Double>>, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(IEnumerable<Nullable<Single>>, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(IEnumerable<Single>, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(Vector, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerable<Decimal>, Decimal)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerable<Int32>, Double)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerable<Int64>, Double)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(Vector, Double, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMedian(IEnumerable<Decimal>)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(IEnumerable<Int32>)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(IEnumerable<Int64>)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(IEnumerable<Nullable<Decimal>>)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(IEnumerable<Nullable<Int32>>)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(IEnumerable<Nullable<Int64>>)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(IEnumerable<Double>, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(IEnumerable<Nullable<Double>>, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(IEnumerable<Nullable<Single>>, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(IEnumerable<Single>, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(Vector, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerable<Decimal>, Decimal)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerable<Int32>, Double)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerable<Int64>, Double)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(Vector, Double, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMidrange(IEnumerable<Decimal>)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(IEnumerable<Int32>)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(IEnumerable<Int64>)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(IEnumerable<Nullable<Decimal>>)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(IEnumerable<Nullable<Int32>>)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(IEnumerable<Nullable<Int64>>)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(IEnumerable<Double>, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(IEnumerable<Nullable<Double>>, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(IEnumerable<Nullable<Single>>, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(IEnumerable<Single>, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(Vector, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerable<Decimal>, Decimal)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerable<Int32>, Double)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerable<Int64>, Double)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(Vector, Double, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMinimum(IEnumerable<Decimal>)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(IEnumerable<Int32>)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(IEnumerable<Int64>)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(IEnumerable<Nullable<Decimal>>)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(IEnumerable<Nullable<Int32>>)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(IEnumerable<Nullable<Int64>>)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(IEnumerable<Double>, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(IEnumerable<Nullable<Double>>, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(IEnumerable<Nullable<Single>>, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(IEnumerable<Single>, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(Vector, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimum<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerable<Decimal>)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerable<Int32>)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerable<Int64>)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerable<Nullable<Decimal>>)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerable<Nullable<Int32>>)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerable<Nullable<Int64>>)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerable<Double>, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerable<Nullable<Double>>, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerable<Nullable<Single>>, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerable<Single>, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(Vector, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerable<Decimal>, Int32)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerable<Int32>, Int32)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerable<Int64>, Int32)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerable<Nullable<Decimal>>, Int32)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerable<Nullable<Int32>>, Int32)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerable<Nullable<Int64>>, Int32)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerable<Double>, Int32, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerable<Nullable<Double>>, Int32, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerable<Nullable<Single>>, Int32, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerable<Single>, Int32, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(Vector, Int32, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Int32, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumMaximum(IEnumerable<Decimal>)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerable<Int32>)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerable<Int64>)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerable<Nullable<Decimal>>)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerable<Nullable<Int32>>)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerable<Nullable<Int64>>)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerable<Double>, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerable<Nullable<Double>>, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerable<Nullable<Single>>, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerable<Single>, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(Vector, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerable<Decimal>, DescriptiveStatistics.MinimumMaximumValues<Decimal>)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerable<Int32>, DescriptiveStatistics.MinimumMaximumValues<Int32>)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerable<Int64>, DescriptiveStatistics.MinimumMaximumValues<Int64>)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerable<Nullable<Decimal>>, DescriptiveStatistics.MinimumMaximumValues<Decimal>)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerable<Nullable<Int32>>, DescriptiveStatistics.MinimumMaximumValues<Int32>)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerable<Nullable<Int64>>, DescriptiveStatistics.MinimumMaximumValues<Int64>)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerable<Double>, DescriptiveStatistics.MinimumMaximumValues<Double>, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerable<Nullable<Double>>, DescriptiveStatistics.MinimumMaximumValues<Double>, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerable<Nullable<Single>>, DescriptiveStatistics.MinimumMaximumValues<Single>, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerable<Single>, DescriptiveStatistics.MinimumMaximumValues<Single>, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(Vector, DescriptiveStatistics.MinimumMaximumValues<Double>, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, DescriptiveStatistics.MinimumMaximumValues<Double>, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumOrDefault(IEnumerable<Decimal>, Decimal)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(IEnumerable<Int32>, Int32)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(IEnumerable<Int64>, Int64)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(IEnumerable<Nullable<Int32>>, Int32)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(IEnumerable<Nullable<Int64>>, Int64)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(Vector, Double, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberOrderStatistic(IEnumerable<Decimal>, Int32)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerable<Int32>, Int32)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerable<Int64>, Int32)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerable<Nullable<Decimal>>, Int32)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerable<Nullable<Int32>>, Int32)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerable<Nullable<Int64>>, Int32)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerable<Double>, Int32, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerable<Nullable<Double>>, Int32, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerable<Nullable<Single>>, Int32, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerable<Single>, Int32, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(Vector, Int32, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic<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
Public methodStatic memberOrderStatisticOrDefault(IEnumerable<Decimal>, Int32, Decimal)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerable<Int32>, Int32, Double)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerable<Int64>, Int32, Double)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerable<Nullable<Decimal>>, Int32, Decimal)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerable<Nullable<Int32>>, Int32, Double)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerable<Nullable<Int64>>, Int32, Double)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerable<Double>, Int32, Double, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerable<Nullable<Double>>, Int32, Double, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerable<Nullable<Single>>, Int32, Single, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerable<Single>, Int32, Single, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(Vector, Int32, Double, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault<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
Public methodStatic memberQuadraticMean(IEnumerable<Decimal>)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(IEnumerable<Int32>)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(IEnumerable<Int64>)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(IEnumerable<Nullable<Decimal>>)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(IEnumerable<Nullable<Int32>>)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(IEnumerable<Nullable<Int64>>)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(IEnumerable<Double>, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(IEnumerable<Nullable<Double>>, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(IEnumerable<Nullable<Single>>, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(IEnumerable<Single>, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(Vector, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerable<Decimal>, Decimal)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerable<Int32>, Double)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerable<Int64>, Double)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(Vector, Double, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuantile(IEnumerable<Decimal>, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerable<Int32>, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerable<Int64>, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerable<Nullable<Decimal>>, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerable<Nullable<Int32>>, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerable<Nullable<Int64>>, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerable<Double>, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerable<Nullable<Single>>, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerable<Single>, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(Vector, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile<TSource>(IEnumerable<TSource>, Double, Func<TSource, Double>, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerable<Decimal>, Double, Decimal)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerable<Int32>, Double, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerable<Int64>, Double, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerable<Nullable<Decimal>>, Double, Decimal)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerable<Nullable<Int32>>, Double, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerable<Nullable<Int64>>, Double, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerable<Double>, Double, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerable<Nullable<Double>>, Double, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerable<Nullable<Single>>, Double, Single, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerable<Single>, Double, Single, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(Vector, Double, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault<TSource>(IEnumerable<TSource>, Double, Func<TSource, Double>, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberSecondCentralMoment(IEnumerable<Decimal>)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(IEnumerable<Int32>)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(IEnumerable<Int64>)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(IEnumerable<Nullable<Decimal>>)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(IEnumerable<Nullable<Int32>>)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(IEnumerable<Nullable<Int64>>)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(IEnumerable<Double>, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(IEnumerable<Nullable<Double>>, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(IEnumerable<Nullable<Single>>, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(IEnumerable<Single>, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(Vector, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerable<Decimal>, Decimal)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerable<Int32>, Double)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerable<Int64>, Double)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(Vector, Double, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault<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
Public methodStatic memberSecondRawMoment(IEnumerable<Decimal>)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(IEnumerable<Int32>)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(IEnumerable<Int64>)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(IEnumerable<Nullable<Decimal>>)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(IEnumerable<Nullable<Int32>>)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(IEnumerable<Nullable<Int64>>)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(IEnumerable<Double>, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(IEnumerable<Nullable<Double>>, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(IEnumerable<Nullable<Single>>, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(IEnumerable<Single>, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(Vector, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerable<Decimal>, Decimal)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerable<Int32>, Double)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerable<Int64>, Double)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(Vector, Double, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault<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)
Public methodStatic memberSkewness(IEnumerable<Decimal>)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerable<Int32>)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerable<Int64>)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerable<Nullable<Decimal>>)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerable<Nullable<Int32>>)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerable<Nullable<Int64>>)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerable<Double>, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerable<Nullable<Double>>, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerable<Nullable<Single>>, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerable<Single>, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(Vector, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerable<Decimal>, Decimal)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerable<Int32>, Double)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerable<Int64>, Double)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(Vector, Double, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberStandardDeviation(IEnumerable<Decimal>)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(IEnumerable<Int32>)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(IEnumerable<Int64>)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(IEnumerable<Nullable<Decimal>>)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(IEnumerable<Nullable<Int32>>)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(IEnumerable<Nullable<Int64>>)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(IEnumerable<Double>, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(IEnumerable<Nullable<Double>>, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(IEnumerable<Nullable<Single>>, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(IEnumerable<Single>, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(Vector, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerable<Decimal>, Decimal)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerable<Int32>, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerable<Int64>, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(Vector, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Decimal>)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Int32>)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Int64>)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Nullable<Decimal>>)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Nullable<Int32>>)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Nullable<Int64>>)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Double>, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Nullable<Double>>, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Nullable<Single>>, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Single>, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(Vector, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerable<Decimal>, Decimal)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerable<Int32>, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerable<Int64>, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(Vector, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerable<Decimal>)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerable<Int32>)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerable<Int64>)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerable<Nullable<Decimal>>)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerable<Nullable<Int32>>)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerable<Nullable<Int64>>)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerable<Double>, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerable<Nullable<Double>>, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerable<Nullable<Single>>, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerable<Single>, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(Vector, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerable<Decimal>, Decimal)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerable<Int32>, Double)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerable<Int64>, Double)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(Vector, Double, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberSum(IEnumerable<Decimal>)
Returns the sum of values in data set.
Public methodStatic memberSum(IEnumerable<Int32>)
Returns the sum of values in data set.
Public methodStatic memberSum(IEnumerable<Int64>)
Returns the sum of values in data set.
Public methodStatic memberSum(IEnumerable<Nullable<Decimal>>)
Returns the sum of values in data set.
Public methodStatic memberSum(IEnumerable<Nullable<Int32>>)
Returns the sum of values in data set.
Public methodStatic memberSum(IEnumerable<Nullable<Int64>>)
Returns the sum of values in data set.
Public methodStatic memberSum(IEnumerable<Double>, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSum(IEnumerable<Nullable<Double>>, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSum(IEnumerable<Nullable<Single>>, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSum(IEnumerable<Single>, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSum(Vector, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSum<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerable<Decimal>)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerable<Int32>)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerable<Int64>)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerable<Nullable<Decimal>>)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerable<Nullable<Int32>>)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerable<Nullable<Int64>>)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerable<Double>, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerable<Nullable<Double>>, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerable<Nullable<Single>>, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerable<Single>, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(Vector, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerable<Decimal>, Decimal)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerable<Int32>, Double)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerable<Int64>, Double)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(Vector, Double, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumOrDefault(IEnumerable<Decimal>, Decimal)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(IEnumerable<Int32>, Double)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(IEnumerable<Int64>, Double)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(Vector, Double, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSumSquares(IEnumerable<Decimal>)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(IEnumerable<Int32>)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(IEnumerable<Int64>)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(IEnumerable<Nullable<Decimal>>)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(IEnumerable<Nullable<Int32>>)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(IEnumerable<Nullable<Int64>>)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(IEnumerable<Double>, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(IEnumerable<Nullable<Double>>, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(IEnumerable<Nullable<Single>>, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(IEnumerable<Single>, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(Vector, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerable<Decimal>, Decimal)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerable<Int32>, Double)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerable<Int64>, Double)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(Vector, Double, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberThirdCentralMoment(IEnumerable<Decimal>)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(IEnumerable<Int32>)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(IEnumerable<Int64>)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(IEnumerable<Nullable<Decimal>>)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(IEnumerable<Nullable<Int32>>)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(IEnumerable<Nullable<Int64>>)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(IEnumerable<Double>, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(IEnumerable<Nullable<Double>>, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(IEnumerable<Nullable<Single>>, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(IEnumerable<Single>, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(Vector, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerable<Decimal>, Decimal)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerable<Int32>, Double)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerable<Int64>, Double)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(Vector, Double, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault<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
Public methodStatic memberThirdRawMoment(IEnumerable<Decimal>)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(IEnumerable<Int32>)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(IEnumerable<Int64>)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(IEnumerable<Nullable<Decimal>>)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(IEnumerable<Nullable<Int32>>)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(IEnumerable<Nullable<Int64>>)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(IEnumerable<Double>, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(IEnumerable<Nullable<Double>>, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(IEnumerable<Nullable<Single>>, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(IEnumerable<Single>, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(Vector, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerable<Decimal>, Decimal)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerable<Int32>, Double)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerable<Int64>, Double)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(Vector, Double, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault<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)
Public methodStatic memberVariance(IEnumerable<Decimal>)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(IEnumerable<Int32>)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(IEnumerable<Int64>)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(IEnumerable<Nullable<Decimal>>)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(IEnumerable<Nullable<Int32>>)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(IEnumerable<Nullable<Int64>>)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(IEnumerable<Double>, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(IEnumerable<Nullable<Double>>, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(IEnumerable<Nullable<Single>>, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(IEnumerable<Single>, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(Vector, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerable<Decimal>, Decimal)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerable<Int32>, Double)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerable<Int64>, Double)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(Vector, Double, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerable<Decimal>)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerable<Int32>)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerable<Int64>)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerable<Nullable<Decimal>>)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerable<Nullable<Int32>>)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerable<Nullable<Int64>>)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerable<Double>, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerable<Nullable<Double>>, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerable<Nullable<Single>>, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerable<Single>, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(Vector, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerable<Decimal>, Decimal)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerable<Int32>, Double)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerable<Int64>, Double)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(Vector, Double, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerable<Decimal>)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerable<Int32>)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerable<Int64>)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerable<Nullable<Decimal>>)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerable<Nullable<Int32>>)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerable<Nullable<Int64>>)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerable<Double>, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerable<Nullable<Double>>, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerable<Nullable<Single>>, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerable<Single>, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(Vector, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerable<Decimal>, Decimal)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerable<Int32>, Double)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerable<Int64>, Double)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerable<Nullable<Decimal>>, Decimal)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerable<Nullable<Int32>>, Double)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerable<Nullable<Int64>>, Double)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerable<Double>, Double, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerable<Nullable<Double>>, Double, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerable<Nullable<Single>>, Single, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerable<Single>, Single, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(Vector, Double, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Double, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Top
See Also