Click or drag to resize

MongoEnumerableStandardDeviationSample Method

Overload List
  NameDescription
Public methodStatic memberStandardDeviationSample(IEnumerableDecimal)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableDouble)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableInt32)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableInt64)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableNullableDecimal)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableNullableDouble)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableNullableInt32)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableNullableInt64)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableNullableSingle)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableSingle)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, Decimal)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, Double)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, Int32)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, Int64)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, NullableDecimal)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, NullableDouble)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, NullableInt32)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, NullableInt64)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, NullableSingle)
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, Single)
Computes the sample 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