Click or drag to resize

DescriptiveStatistics Methods

Methods
  NameDescription
Public methodStatic memberAbsoluteMaximum(IEnumerableDecimal)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(IEnumerableInt32)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(IEnumerableInt64)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(IEnumerableNullableDecimal)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(IEnumerableNullableInt32)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(IEnumerableNullableInt64)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(IEnumerableDouble, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(IEnumerableNullableDouble, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(IEnumerableNullableSingle, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximum(IEnumerableSingle, 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 memberAbsoluteMaximumTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerableDecimal)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerableInt32)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerableInt64)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerableNullableDecimal)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerableNullableInt32)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerableNullableInt64)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerableDouble, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerableNullableDouble, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerableNullableSingle, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndex(IEnumerableSingle, 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 memberAbsoluteMaximumIndexTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerableDecimal, Int32)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerableInt32, Int32)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerableInt64, Int32)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerableNullableDecimal, Int32)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerableNullableInt32, Int32)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerableNullableInt64, Int32)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerableDouble, Int32, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerableNullableDouble, Int32, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerableNullableSingle, Int32, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumIndexOrDefault(IEnumerableSingle, 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 memberAbsoluteMaximumIndexOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Int32, Boolean)
Returns the index of the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableDecimal, Decimal)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableInt32, Int32)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableInt64, Int64)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableNullableInt32, Int32)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableNullableInt64, Int64)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableDouble, Double, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableSingle, 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 memberAbsoluteMaximumOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerableDecimal)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerableInt32)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerableInt64)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerableNullableDecimal)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerableNullableInt32)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerableNullableInt64)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerableDouble, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerableNullableDouble, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerableNullableSingle, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimum(IEnumerableSingle, 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 memberAbsoluteMinimumTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerableDecimal)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerableInt32)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerableInt64)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerableNullableDecimal)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerableNullableInt32)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerableNullableInt64)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerableDouble, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerableNullableDouble, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerableNullableSingle, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndex(IEnumerableSingle, 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 memberAbsoluteMinimumIndexTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerableDecimal, Int32)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerableInt32, Int32)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerableInt64, Int32)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerableNullableDecimal, Int32)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerableNullableInt32, Int32)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerableNullableInt64, Int32)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerableDouble, Int32, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerableNullableDouble, Int32, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerableNullableSingle, Int32, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumIndexOrDefault(IEnumerableSingle, 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 memberAbsoluteMinimumIndexOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Int32, Boolean)
Returns the index of the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerableDecimal, Decimal)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerableInt32, Int32)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerableInt64, Int64)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerableNullableInt32, Int32)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerableNullableInt64, Int64)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerableDouble, Double, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberAbsoluteMinimumOrDefault(IEnumerableSingle, 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 memberAbsoluteMinimumOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the minimal absolute value in the given container.
Public methodStatic memberArithmeticMean(IEnumerableDecimal)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(IEnumerableInt32)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(IEnumerableInt64)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(IEnumerableNullableDecimal)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(IEnumerableNullableInt32)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(IEnumerableNullableInt64)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(IEnumerableDouble, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(IEnumerableNullableDouble, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(IEnumerableNullableSingle, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMean(IEnumerableSingle, 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 memberArithmeticMeanTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerableDecimal, Decimal)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerableInt32, Double)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerableInt64, Double)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerableNullableInt32, Double)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerableNullableInt64, Double)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerableDouble, Double, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberArithmeticMeanOrDefault(IEnumerableSingle, 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 memberArithmeticMeanOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the arithmetic mean of the container's values. http://en.wikipedia.org/wiki/Average#Arithmetic_mean
Public methodStatic memberCoefficientOfVariation(IEnumerableDecimal)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerableInt32)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerableInt64)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerableNullableDecimal)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerableNullableInt32)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerableNullableInt64)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerableDouble, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerableNullableDouble, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerableNullableSingle, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariation(IEnumerableSingle, 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 memberCoefficientOfVariationTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerableDecimal, Decimal)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerableInt32, Double)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerableInt64, Double)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerableNullableInt32, Double)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerableNullableInt64, Double)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerableDouble, Double, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCoefficientOfVariationOrDefault(IEnumerableSingle, 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 memberCoefficientOfVariationOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the coefficient of variation of container's values. http://en.wikipedia.org/wiki/Coefficient_of_variation
Public methodStatic memberCorrelation(IEnumerableDecimal, IEnumerableDecimal)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerableInt32, IEnumerableInt32)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerableInt64, IEnumerableInt64)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerableNullableDecimal, IEnumerableNullableDecimal)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerableNullableInt32, IEnumerableNullableInt32)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerableNullableInt64, IEnumerableNullableInt64)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelation(IEnumerableDouble, IEnumerableDouble, 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(IEnumerableNullableDouble, IEnumerableNullableDouble, 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(IEnumerableNullableSingle, IEnumerableNullableSingle, 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(IEnumerableSingle, IEnumerableSingle, 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 memberCorrelationTSource(IEnumerableTSource, IEnumerableTSource, FuncTSource, Double, Boolean)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelationOrDefault(IEnumerableDecimal, IEnumerableDecimal, 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(IEnumerableInt32, IEnumerableInt32, 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(IEnumerableInt64, IEnumerableInt64, 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(IEnumerableNullableDecimal, IEnumerableNullableDecimal, 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(IEnumerableNullableInt32, IEnumerableNullableInt32, 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(IEnumerableNullableInt64, IEnumerableNullableInt64, 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(IEnumerableDouble, IEnumerableDouble, Double, Boolean)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelationOrDefault(IEnumerableNullableDouble, IEnumerableNullableDouble, Double, Boolean)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelationOrDefault(IEnumerableNullableSingle, IEnumerableNullableSingle, Single, Boolean)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCorrelationOrDefault(IEnumerableSingle, IEnumerableSingle, Single, Boolean)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
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 memberCorrelationOrDefaultTSource(IEnumerableTSource, IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns correlation between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Correlation_and_dependence
Public methodStatic memberCount(IEnumerableDecimal)
Returns the number of elements in the container.
Public methodStatic memberCount(IEnumerableInt32)
Returns the number of elements in the container.
Public methodStatic memberCount(IEnumerableInt64)
Returns the number of elements in the container.
Public methodStatic memberCount(IEnumerableNullableDecimal)
Returns the number of elements in the container.
Public methodStatic memberCount(IEnumerableNullableInt32)
Returns the number of elements in the container.
Public methodStatic memberCount(IEnumerableNullableInt64)
Returns the number of elements in the container.
Public methodStatic memberCount(IEnumerableDouble, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCount(IEnumerableNullableDouble, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCount(IEnumerableNullableSingle, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCount(IEnumerableSingle, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCount(Vector, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCountTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerableDecimal, Int32)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerableInt32, Int32)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerableInt64, Int32)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerableNullableDecimal, Int32)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerableNullableInt32, Int32)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerableNullableInt64, Int32)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerableDouble, Int32, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerableNullableDouble, Int32, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerableNullableSingle, Int32, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCountOrDefault(IEnumerableSingle, 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 memberCountOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Int32, Boolean)
Returns the number of elements in the container.
Public methodStatic memberCovariance(IEnumerableDecimal, IEnumerableDecimal)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerableInt32, IEnumerableInt32)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerableInt64, IEnumerableInt64)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerableNullableDecimal, IEnumerableNullableDecimal)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerableNullableInt32, IEnumerableNullableInt32)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerableNullableInt64, IEnumerableNullableInt64)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerableDouble, IEnumerableDouble, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerableNullableDouble, IEnumerableNullableDouble, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerableNullableSingle, IEnumerableNullableSingle, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerableSingle, IEnumerableSingle, 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 memberCovarianceTSource(IEnumerableTSource, IEnumerableTSource, FuncTSource, Double, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceOrDefault(IEnumerableDecimal, IEnumerableDecimal, Decimal)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceOrDefault(IEnumerableInt32, IEnumerableInt32, Double)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceOrDefault(IEnumerableInt64, IEnumerableInt64, Double)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceOrDefault(IEnumerableNullableDecimal, IEnumerableNullableDecimal, Decimal)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceOrDefault(IEnumerableNullableInt32, IEnumerableNullableInt32, Double)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceOrDefault(IEnumerableNullableInt64, IEnumerableNullableInt64, Double)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceOrDefault(IEnumerableDouble, IEnumerableDouble, 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(IEnumerableNullableDouble, IEnumerableNullableDouble, 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(IEnumerableNullableSingle, IEnumerableNullableSingle, 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(IEnumerableSingle, IEnumerableSingle, 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 memberCovarianceOrDefaultTSource(IEnumerableTSource, IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulation(IEnumerableDecimal, IEnumerableDecimal)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulation(IEnumerableInt32, IEnumerableInt32)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulation(IEnumerableInt64, IEnumerableInt64)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulation(IEnumerableNullableDecimal, IEnumerableNullableDecimal)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulation(IEnumerableNullableInt32, IEnumerableNullableInt32)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulation(IEnumerableNullableInt64, IEnumerableNullableInt64)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulation(IEnumerableDouble, IEnumerableDouble, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulation(IEnumerableNullableDouble, IEnumerableNullableDouble, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulation(IEnumerableNullableSingle, IEnumerableNullableSingle, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulation(IEnumerableSingle, IEnumerableSingle, 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 memberCovariancePopulationTSource(IEnumerableTSource, IEnumerableTSource, FuncTSource, Double, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulationOrDefault(IEnumerableDecimal, IEnumerableDecimal, Decimal)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulationOrDefault(IEnumerableInt32, IEnumerableInt32, Double)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulationOrDefault(IEnumerableInt64, IEnumerableInt64, Double)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulationOrDefault(IEnumerableNullableDecimal, IEnumerableNullableDecimal, Decimal)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulationOrDefault(IEnumerableNullableInt32, IEnumerableNullableInt32, Double)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulationOrDefault(IEnumerableNullableInt64, IEnumerableNullableInt64, Double)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariancePopulationOrDefault(IEnumerableDouble, IEnumerableDouble, 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(IEnumerableNullableDouble, IEnumerableNullableDouble, 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(IEnumerableNullableSingle, IEnumerableNullableSingle, 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(IEnumerableSingle, IEnumerableSingle, 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 memberCovariancePopulationOrDefaultTSource(IEnumerableTSource, IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSample(IEnumerableDecimal, IEnumerableDecimal)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSample(IEnumerableInt32, IEnumerableInt32)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSample(IEnumerableInt64, IEnumerableInt64)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSample(IEnumerableNullableDecimal, IEnumerableNullableDecimal)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSample(IEnumerableNullableInt32, IEnumerableNullableInt32)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSample(IEnumerableNullableInt64, IEnumerableNullableInt64)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSample(IEnumerableDouble, IEnumerableDouble, Boolean)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSample(IEnumerableNullableDouble, IEnumerableNullableDouble, Boolean)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSample(IEnumerableNullableSingle, IEnumerableNullableSingle, Boolean)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSample(IEnumerableSingle, IEnumerableSingle, 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 memberCovarianceSampleTSource(IEnumerableTSource, IEnumerableTSource, FuncTSource, Double, Boolean)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSampleOrDefault(IEnumerableDecimal, IEnumerableDecimal, Decimal)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSampleOrDefault(IEnumerableInt32, IEnumerableInt32, Double)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSampleOrDefault(IEnumerableInt64, IEnumerableInt64, Double)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSampleOrDefault(IEnumerableNullableDecimal, IEnumerableNullableDecimal, Decimal)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSampleOrDefault(IEnumerableNullableInt32, IEnumerableNullableInt32, Double)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSampleOrDefault(IEnumerableNullableInt64, IEnumerableNullableInt64, Double)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceSampleOrDefault(IEnumerableDouble, IEnumerableDouble, 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(IEnumerableNullableDouble, IEnumerableNullableDouble, 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(IEnumerableNullableSingle, IEnumerableNullableSingle, 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(IEnumerableSingle, IEnumerableSingle, 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 memberCovarianceSampleOrDefaultTSource(IEnumerableTSource, IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns sample covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCumulativeDistribution(IEnumerableDecimal, Decimal)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(IEnumerableInt32, Int32)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(IEnumerableInt64, Int64)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(IEnumerableNullableDecimal, Decimal)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(IEnumerableNullableInt32, Int32)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(IEnumerableNullableInt64, Int64)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(IEnumerableDouble, Double, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(IEnumerableNullableDouble, Double, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(IEnumerableNullableSingle, Single, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistribution(IEnumerableSingle, 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 memberCumulativeDistributionTSource(IEnumerableTSource, Double, FuncTSource, Double, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerableDecimal, Decimal, Decimal)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerableInt32, Int32, Double)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerableInt64, Int64, Double)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerableNullableDecimal, Decimal, Decimal)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerableNullableInt32, Int32, Double)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerableNullableInt64, Int64, Double)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerableDouble, Double, Double, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerableNullableDouble, Double, Double, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerableNullableSingle, Single, Single, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberCumulativeDistributionOrDefault(IEnumerableSingle, 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 memberCumulativeDistributionOrDefaultTSource(IEnumerableTSource, Double, FuncTSource, Double, Double, Boolean)
Estimates the value cumulative distribution function. http://en.wikipedia.org/wiki/Cumulative_distribution_function
Public methodStatic memberFirstRawMoment(IEnumerableDecimal)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerableInt32)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerableInt64)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerableNullableDecimal)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerableNullableInt32)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerableNullableInt64)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerableDouble, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerableNullableDouble, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerableNullableSingle, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMoment(IEnumerableSingle, 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 memberFirstRawMomentTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableDecimal, Decimal)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableInt32, Double)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableInt64, Double)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableNullableInt32, Double)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableNullableInt64, Double)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableDouble, Double, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableSingle, 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 memberFirstRawMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthCentralMoment(IEnumerableDecimal)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(IEnumerableInt32)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(IEnumerableInt64)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(IEnumerableNullableDecimal)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(IEnumerableNullableInt32)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(IEnumerableNullableInt64)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(IEnumerableDouble, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(IEnumerableNullableDouble, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(IEnumerableNullableSingle, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMoment(IEnumerableSingle, 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 memberFourthCentralMomentTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerableDecimal, Decimal)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerableInt32, Double)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerableInt64, Double)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerableNullableInt32, Double)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerableNullableInt64, Double)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerableDouble, Double, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthCentralMomentOrDefault(IEnumerableSingle, 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 memberFourthCentralMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the fourth central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberFourthRawMoment(IEnumerableDecimal)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerableInt32)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerableInt64)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerableNullableDecimal)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerableNullableInt32)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerableNullableInt64)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerableDouble, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerableNullableDouble, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerableNullableSingle, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerableSingle, 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 memberFourthRawMomentTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableDecimal, Decimal)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableInt32, Double)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableInt64, Double)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableNullableInt32, Double)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableNullableInt64, Double)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableDouble, Double, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMomentOrDefault(IEnumerableSingle, 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 memberFourthRawMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberGeometricMean(IEnumerableDecimal)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerableInt32)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerableInt64)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerableNullableDecimal)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerableNullableInt32)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerableNullableInt64)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerableDouble, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerableNullableDouble, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerableNullableSingle, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerableSingle, 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 memberGeometricMeanTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableDecimal, Decimal)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableInt32, Double)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableInt64, Double)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableNullableInt32, Double)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableNullableInt64, Double)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableDouble, Double, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableSingle, 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 memberGeometricMeanOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGetBottom(IEnumerableDecimal, Decimal) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableDecimal, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableInt32, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableInt32, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableInt64, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableInt64, Int64) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableNullableDecimal, Decimal) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableNullableDecimal, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableNullableInt32, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableNullableInt32, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableNullableInt64, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableNullableInt64, Int64) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableDouble, Double, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableDouble, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableNullableDouble, Double, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableNullableDouble, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableNullableSingle, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableNullableSingle, Single, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableSingle, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottom(IEnumerableSingle, 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 memberGetBottomTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomTSource(IEnumerableTSource, TSource, FuncTSource, Double, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableDecimal, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableInt32, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableInt64, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableNullableDecimal, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableNullableInt32, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableNullableInt64, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableDecimal, Decimal, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableDouble, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableInt32, Int32, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableInt64, Int64, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableNullableDecimal, Decimal, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableNullableDouble, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableNullableInt32, Int32, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableNullableInt64, Int64, Int32) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableNullableSingle, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableSingle, 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(IEnumerableDouble, Double, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableNullableDouble, Double, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableNullableSingle, Single, Int32, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndices(IEnumerableSingle, 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 memberGetBottomIndicesTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetBottomIndicesTSource(IEnumerableTSource, TSource, Int32, FuncTSource, Double, Boolean) Obsolete.
Returns given number of largest values from the container.
Public methodStatic memberGetTop(IEnumerableDecimal, Decimal) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableDecimal, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableInt32, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableInt32, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableInt64, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableInt64, Int64) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableNullableDecimal, Decimal) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableNullableDecimal, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableNullableInt32, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableNullableInt32, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableNullableInt64, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableNullableInt64, Int64) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableDouble, Double, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableDouble, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableNullableDouble, Double, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableNullableDouble, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableNullableSingle, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableNullableSingle, Single, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableSingle, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTop(IEnumerableSingle, 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 memberGetTopTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopTSource(IEnumerableTSource, TSource, FuncTSource, Double, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableDecimal, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableInt32, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableInt64, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableDecimal, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableInt32, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableInt64, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableDecimal, Decimal, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableDouble, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableInt32, Int32, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableInt64, Int64, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableDecimal, Decimal, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableDouble, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableInt32, Int32, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableInt64, Int64, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableSingle, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableSingle, 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(IEnumerableDouble, Double, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableDouble, Double, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableSingle, Single, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableSingle, 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 memberGetTopIndicesTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndicesTSource(IEnumerableTSource, TSource, Int32, FuncTSource, Double, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberHarmonicMean(IEnumerableDecimal)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(IEnumerableInt32)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(IEnumerableInt64)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(IEnumerableNullableDecimal)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(IEnumerableNullableInt32)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(IEnumerableNullableInt64)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(IEnumerableDouble, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(IEnumerableNullableDouble, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(IEnumerableNullableSingle, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMean(IEnumerableSingle, 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 memberHarmonicMeanTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerableDecimal, Decimal)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerableInt32, Double)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerableInt64, Double)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerableNullableInt32, Double)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerableNullableInt64, Double)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerableDouble, Double, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberHarmonicMeanOrDefault(IEnumerableSingle, 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 memberHarmonicMeanOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the harmonic mean of the container's values. http://en.wikipedia.org/wiki/Average#Harmonic_mean
Public methodStatic memberKurtosis(IEnumerableDecimal)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerableInt32)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerableInt64)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerableNullableDecimal)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerableNullableInt32)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerableNullableInt64)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerableDouble, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerableNullableDouble, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerableNullableSingle, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosis(IEnumerableSingle, 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 memberKurtosisTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerableDecimal, Decimal)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerableInt32, Double)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerableInt64, Double)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerableNullableInt32, Double)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerableNullableInt64, Double)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerableDouble, Double, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberKurtosisOrDefault(IEnumerableSingle, 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 memberKurtosisOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the excess kurtosis of the container's values. http://en.wikipedia.org/wiki/Kurtosis
Public methodStatic memberMaximum(IEnumerableDecimal)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerableInt32)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerableInt64)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerableNullableDecimal)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerableNullableInt32)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerableNullableInt64)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerableDouble, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerableNullableDouble, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerableNullableSingle, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerableSingle, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(Vector, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximumTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerableDecimal)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerableInt32)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerableInt64)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerableNullableDecimal)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerableNullableInt32)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerableNullableInt64)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerableDouble, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerableNullableDouble, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerableNullableSingle, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndex(IEnumerableSingle, 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 memberMaximumIndexTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerableDecimal, Int32)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerableInt32, Int32)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerableInt64, Int32)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerableNullableDecimal, Int32)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerableNullableInt32, Int32)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerableNullableInt64, Int32)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerableDouble, Int32, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerableNullableDouble, Int32, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerableNullableSingle, Int32, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumIndexOrDefault(IEnumerableSingle, 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 memberMaximumIndexOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Int32, Boolean)
Returns the index of the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerableDecimal, Decimal)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerableInt32, Int32)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerableInt64, Int64)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerableNullableInt32, Int32)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerableNullableInt64, Int64)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerableDouble, Double, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximumOrDefault(IEnumerableSingle, 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 memberMaximumOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMean(IEnumerableDecimal)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(IEnumerableInt32)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(IEnumerableInt64)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(IEnumerableNullableDecimal)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(IEnumerableNullableInt32)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(IEnumerableNullableInt64)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(IEnumerableDouble, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(IEnumerableNullableDouble, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(IEnumerableNullableSingle, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMean(IEnumerableSingle, 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 memberMeanTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableDecimal, Decimal)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableInt32, Double)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableInt64, Double)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableNullableInt32, Double)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableNullableInt64, Double)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableDouble, Double, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableSingle, 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 memberMeanOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMedian(IEnumerableDecimal)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(IEnumerableInt32)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(IEnumerableInt64)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(IEnumerableNullableDecimal)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(IEnumerableNullableInt32)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(IEnumerableNullableInt64)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(IEnumerableDouble, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(IEnumerableNullableDouble, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(IEnumerableNullableSingle, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedian(IEnumerableSingle, 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 memberMedianTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerableDecimal, Decimal)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerableInt32, Double)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerableInt64, Double)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerableNullableInt32, Double)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerableNullableInt64, Double)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerableDouble, Double, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMedianOrDefault(IEnumerableSingle, 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 memberMedianOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the median of the container's values. http://en.wikipedia.org/wiki/Median
Public methodStatic memberMidrange(IEnumerableDecimal)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(IEnumerableInt32)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(IEnumerableInt64)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(IEnumerableNullableDecimal)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(IEnumerableNullableInt32)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(IEnumerableNullableInt64)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(IEnumerableDouble, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(IEnumerableNullableDouble, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(IEnumerableNullableSingle, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrange(IEnumerableSingle, 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 memberMidrangeTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerableDecimal, Decimal)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerableInt32, Double)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerableInt64, Double)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerableNullableInt32, Double)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerableNullableInt64, Double)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerableDouble, Double, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMidrangeOrDefault(IEnumerableSingle, 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 memberMidrangeOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the midrange of the container's values. http://en.wikipedia.org/wiki/Mid-range
Public methodStatic memberMinimum(IEnumerableDecimal)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(IEnumerableInt32)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(IEnumerableInt64)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(IEnumerableNullableDecimal)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(IEnumerableNullableInt32)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(IEnumerableNullableInt64)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(IEnumerableDouble, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(IEnumerableNullableDouble, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(IEnumerableNullableSingle, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(IEnumerableSingle, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimum(Vector, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimumTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerableDecimal)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerableInt32)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerableInt64)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerableNullableDecimal)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerableNullableInt32)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerableNullableInt64)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerableDouble, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerableNullableDouble, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerableNullableSingle, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndex(IEnumerableSingle, 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 memberMinimumIndexTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerableDecimal, Int32)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerableInt32, Int32)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerableInt64, Int32)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerableNullableDecimal, Int32)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerableNullableInt32, Int32)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerableNullableInt64, Int32)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerableDouble, Int32, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerableNullableDouble, Int32, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerableNullableSingle, Int32, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumIndexOrDefault(IEnumerableSingle, 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 memberMinimumIndexOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Int32, Boolean)
Returns the index of the minimal value in the given container.
Public methodStatic memberMinimumMaximum(IEnumerableDecimal)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerableInt32)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerableInt64)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerableNullableDecimal)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerableNullableInt32)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerableNullableInt64)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerableDouble, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerableNullableDouble, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerableNullableSingle, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerableSingle, 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 memberMinimumMaximumTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerableDecimal, DescriptiveStatisticsMinimumMaximumValuesDecimal)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerableInt32, DescriptiveStatisticsMinimumMaximumValuesInt32)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerableInt64, DescriptiveStatisticsMinimumMaximumValuesInt64)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerableNullableDecimal, DescriptiveStatisticsMinimumMaximumValuesDecimal)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerableNullableInt32, DescriptiveStatisticsMinimumMaximumValuesInt32)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerableNullableInt64, DescriptiveStatisticsMinimumMaximumValuesInt64)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerableDouble, DescriptiveStatisticsMinimumMaximumValuesDouble, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerableNullableDouble, DescriptiveStatisticsMinimumMaximumValuesDouble, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerableNullableSingle, DescriptiveStatisticsMinimumMaximumValuesSingle, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(IEnumerableSingle, DescriptiveStatisticsMinimumMaximumValuesSingle, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefault(Vector, DescriptiveStatisticsMinimumMaximumValuesDouble, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, DescriptiveStatisticsMinimumMaximumValuesDouble, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumOrDefault(IEnumerableDecimal, Decimal)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(IEnumerableInt32, Int32)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(IEnumerableInt64, Int64)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(IEnumerableNullableInt32, Int32)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(IEnumerableNullableInt64, Int64)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(IEnumerableDouble, Double, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberMinimumOrDefault(IEnumerableSingle, 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 memberMinimumOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the minimal value in the given container.
Public methodStatic memberOrderStatistic(IEnumerableDecimal, Int32)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerableInt32, Int32)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerableInt64, Int32)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerableNullableDecimal, Int32)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerableNullableInt32, Int32)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerableNullableInt64, Int32)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerableDouble, Int32, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerableNullableDouble, Int32, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerableNullableSingle, Int32, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerableSingle, 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 memberOrderStatisticTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableDecimal, Int32, Decimal)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableInt32, Int32, Double)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableInt64, Int32, Double)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableNullableDecimal, Int32, Decimal)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableNullableInt32, Int32, Double)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableNullableInt64, Int32, Double)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableDouble, Int32, Double, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableNullableDouble, Int32, Double, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableNullableSingle, Int32, Single, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableSingle, 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 memberOrderStatisticOrDefaultTSource(IEnumerableTSource, Int32, FuncTSource, Double, Double, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberQuadraticMean(IEnumerableDecimal)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(IEnumerableInt32)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(IEnumerableInt64)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(IEnumerableNullableDecimal)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(IEnumerableNullableInt32)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(IEnumerableNullableInt64)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(IEnumerableDouble, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(IEnumerableNullableDouble, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(IEnumerableNullableSingle, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMean(IEnumerableSingle, 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 memberQuadraticMeanTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerableDecimal, Decimal)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerableInt32, Double)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerableInt64, Double)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerableNullableInt32, Double)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerableNullableInt64, Double)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerableDouble, Double, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuadraticMeanOrDefault(IEnumerableSingle, 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 memberQuadraticMeanOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the quadratic mean of the container's values. http://en.wikipedia.org/wiki/Quadratic_mean
Public methodStatic memberQuantile(IEnumerableDecimal, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerableInt32, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerableInt64, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerableNullableDecimal, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerableNullableInt32, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerableNullableInt64, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerableDouble, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerableNullableDouble, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerableNullableSingle, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantile(IEnumerableSingle, 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 memberQuantileTSource(IEnumerableTSource, Double, FuncTSource, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerableDecimal, Double, Decimal)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerableInt32, Double, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerableInt64, Double, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerableNullableDecimal, Double, Decimal)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerableNullableInt32, Double, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerableNullableInt64, Double, Double)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerableDouble, Double, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerableNullableDouble, Double, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerableNullableSingle, Double, Single, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberQuantileOrDefault(IEnumerableSingle, 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 memberQuantileOrDefaultTSource(IEnumerableTSource, Double, FuncTSource, Double, Double, Boolean)
Returns quantile of specified level from container's value. http://en.wikipedia.org/wiki/Quantile
Public methodStatic memberSecondCentralMoment(IEnumerableDecimal)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(IEnumerableInt32)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(IEnumerableInt64)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(IEnumerableNullableDecimal)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(IEnumerableNullableInt32)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(IEnumerableNullableInt64)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(IEnumerableDouble, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(IEnumerableNullableDouble, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(IEnumerableNullableSingle, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMoment(IEnumerableSingle, 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 memberSecondCentralMomentTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerableDecimal, Decimal)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerableInt32, Double)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerableInt64, Double)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerableNullableInt32, Double)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerableNullableInt64, Double)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerableDouble, Double, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondCentralMomentOrDefault(IEnumerableSingle, 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 memberSecondCentralMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the second central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberSecondRawMoment(IEnumerableDecimal)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(IEnumerableInt32)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(IEnumerableInt64)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(IEnumerableNullableDecimal)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(IEnumerableNullableInt32)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(IEnumerableNullableInt64)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(IEnumerableDouble, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(IEnumerableNullableDouble, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(IEnumerableNullableSingle, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMoment(IEnumerableSingle, 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 memberSecondRawMomentTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableDecimal, Decimal)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableInt32, Double)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableInt64, Double)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableNullableInt32, Double)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableNullableInt64, Double)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableDouble, Double, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableSingle, 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 memberSecondRawMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSkewness(IEnumerableDecimal)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerableInt32)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerableInt64)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerableNullableDecimal)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerableNullableInt32)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerableNullableInt64)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerableDouble, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerableNullableDouble, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerableNullableSingle, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewness(IEnumerableSingle, 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 memberSkewnessTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableDecimal, Decimal)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableInt32, Double)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableInt64, Double)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableNullableInt32, Double)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableNullableInt64, Double)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableDouble, Double, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableSingle, 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 memberSkewnessOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberStandardDeviation(IEnumerableDecimal)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(IEnumerableInt32)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(IEnumerableInt64)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(IEnumerableNullableDecimal)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(IEnumerableNullableInt32)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(IEnumerableNullableInt64)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(IEnumerableDouble, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(IEnumerableNullableDouble, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(IEnumerableNullableSingle, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviation(IEnumerableSingle, 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 memberStandardDeviationTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableDecimal, Decimal)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableInt32, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableInt64, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableNullableInt32, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableNullableInt64, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableDouble, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableSingle, 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 memberStandardDeviationOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerableDecimal)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerableInt32)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerableInt64)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerableNullableDecimal)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerableNullableInt32)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerableNullableInt64)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerableDouble, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerableNullableDouble, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerableNullableSingle, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulation(IEnumerableSingle, 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 memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerableDecimal, Decimal)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerableInt32, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerableInt64, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerableNullableInt32, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerableNullableInt64, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerableDouble, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationPopulationOrDefault(IEnumerableSingle, 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 memberStandardDeviationPopulationOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerableDecimal)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerableInt32)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerableInt64)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerableNullableDecimal)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerableNullableInt32)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerableNullableInt64)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerableDouble, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerableNullableDouble, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerableNullableSingle, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSample(IEnumerableSingle, 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 memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerableDecimal, Decimal)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerableInt32, Double)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerableInt64, Double)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerableNullableInt32, Double)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerableNullableInt64, Double)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerableDouble, Double, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationSampleOrDefault(IEnumerableSingle, 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 memberStandardDeviationSampleOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the sample standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberSum(IEnumerableDecimal)
Returns the sum of values in data set.
Public methodStatic memberSum(IEnumerableInt32)
Returns the sum of values in data set.
Public methodStatic memberSum(IEnumerableInt64)
Returns the sum of values in data set.
Public methodStatic memberSum(IEnumerableNullableDecimal)
Returns the sum of values in data set.
Public methodStatic memberSum(IEnumerableNullableInt32)
Returns the sum of values in data set.
Public methodStatic memberSum(IEnumerableNullableInt64)
Returns the sum of values in data set.
Public methodStatic memberSum(IEnumerableDouble, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSum(IEnumerableNullableDouble, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSum(IEnumerableNullableSingle, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSum(IEnumerableSingle, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSum(Vector, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSumTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableDecimal)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableInt32)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableInt64)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableNullableDecimal)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableNullableInt32)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableNullableInt64)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableDouble, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableNullableDouble, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableNullableSingle, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableSingle, 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 memberSumMagnitudesTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerableDecimal, Decimal)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerableInt32, Double)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerableInt64, Double)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerableNullableInt32, Double)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerableNullableInt64, Double)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerableDouble, Double, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesOrDefault(IEnumerableSingle, 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 memberSumMagnitudesOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumOrDefault(IEnumerableDecimal, Decimal)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(IEnumerableInt32, Double)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(IEnumerableInt64, Double)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(IEnumerableNullableInt32, Double)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(IEnumerableNullableInt64, Double)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(IEnumerableDouble, Double, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSumOrDefault(IEnumerableSingle, 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 memberSumOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the sum of values in data set.
Public methodStatic memberSumSquares(IEnumerableDecimal)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(IEnumerableInt32)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(IEnumerableInt64)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(IEnumerableNullableDecimal)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(IEnumerableNullableInt32)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(IEnumerableNullableInt64)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(IEnumerableDouble, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(IEnumerableNullableDouble, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(IEnumerableNullableSingle, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquares(IEnumerableSingle, 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 memberSumSquaresTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerableDecimal, Decimal)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerableInt32, Double)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerableInt64, Double)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerableNullableInt32, Double)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerableNullableInt64, Double)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerableDouble, Double, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberSumSquaresOrDefault(IEnumerableSingle, 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 memberSumSquaresOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the sum of squared values in data set.
Public methodStatic memberThirdCentralMoment(IEnumerableDecimal)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(IEnumerableInt32)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(IEnumerableInt64)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(IEnumerableNullableDecimal)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(IEnumerableNullableInt32)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(IEnumerableNullableInt64)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(IEnumerableDouble, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(IEnumerableNullableDouble, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(IEnumerableNullableSingle, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMoment(IEnumerableSingle, 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 memberThirdCentralMomentTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerableDecimal, Decimal)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerableInt32, Double)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerableInt64, Double)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerableNullableInt32, Double)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerableNullableInt64, Double)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerableDouble, Double, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdCentralMomentOrDefault(IEnumerableSingle, 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 memberThirdCentralMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the third central moment of the container's values. http://en.wikipedia.org/wiki/Central_moment
Public methodStatic memberThirdRawMoment(IEnumerableDecimal)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(IEnumerableInt32)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(IEnumerableInt64)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(IEnumerableNullableDecimal)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(IEnumerableNullableInt32)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(IEnumerableNullableInt64)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(IEnumerableDouble, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(IEnumerableNullableDouble, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(IEnumerableNullableSingle, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMoment(IEnumerableSingle, 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 memberThirdRawMomentTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerableDecimal, Decimal)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerableInt32, Double)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerableInt64, Double)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerableNullableInt32, Double)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerableNullableInt64, Double)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerableDouble, Double, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberThirdRawMomentOrDefault(IEnumerableSingle, 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 memberThirdRawMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the third raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberVariance(IEnumerableDecimal)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(IEnumerableInt32)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(IEnumerableInt64)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(IEnumerableNullableDecimal)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(IEnumerableNullableInt32)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(IEnumerableNullableInt64)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(IEnumerableDouble, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(IEnumerableNullableDouble, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(IEnumerableNullableSingle, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariance(IEnumerableSingle, 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 memberVarianceTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerableDecimal, Decimal)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerableInt32, Double)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerableInt64, Double)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerableNullableInt32, Double)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerableNullableInt64, Double)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerableDouble, Double, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceOrDefault(IEnumerableSingle, 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 memberVarianceOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerableDecimal)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerableInt32)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerableInt64)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerableNullableDecimal)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerableNullableInt32)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerableNullableInt64)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerableDouble, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerableNullableDouble, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerableNullableSingle, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulation(IEnumerableSingle, 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 memberVariancePopulationTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerableDecimal, Decimal)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerableInt32, Double)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerableInt64, Double)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerableNullableInt32, Double)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerableNullableInt64, Double)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerableDouble, Double, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVariancePopulationOrDefault(IEnumerableSingle, 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 memberVariancePopulationOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the population variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerableDecimal)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerableInt32)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerableInt64)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerableNullableDecimal)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerableNullableInt32)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerableNullableInt64)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerableDouble, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerableNullableDouble, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerableNullableSingle, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSample(IEnumerableSingle, 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 memberVarianceSampleTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerableDecimal, Decimal)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerableInt32, Double)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerableInt64, Double)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerableNullableInt32, Double)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerableNullableInt64, Double)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerableDouble, Double, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberVarianceSampleOrDefault(IEnumerableSingle, 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 memberVarianceSampleOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the sample variance of the container's values. http://en.wikipedia.org/wiki/Variance
Top
See Also