Click or drag to resize

MongoEnumerable.StandardDeviationPopulation Method

Overload List
  NameDescription
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Decimal>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Double>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Int32>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Int64>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Nullable<Decimal>>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Nullable<Double>>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Nullable<Int32>>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Nullable<Int64>>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Nullable<Single>>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Single>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Decimal>)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Double>)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Int32>)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Int64>)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Decimal>>)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Double>>)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int32>>)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int64>>)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Single>>)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Single>)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Top
See Also