MongoEnumerableStandardDeviationSample Method |
Name | Description | |
---|---|---|
StandardDeviationSample(IEnumerableDecimal) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableDouble) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableInt32) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableInt64) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableNullableDecimal) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableNullableDouble) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableNullableInt32) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableNullableInt64) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableNullableSingle) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableSingle) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSampleTSource(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.
| |
StandardDeviationSampleTSource(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.
| |
StandardDeviationSampleTSource(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.
| |
StandardDeviationSampleTSource(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.
| |
StandardDeviationSampleTSource(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.
| |
StandardDeviationSampleTSource(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.
| |
StandardDeviationSampleTSource(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.
| |
StandardDeviationSampleTSource(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.
| |
StandardDeviationSampleTSource(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.
| |
StandardDeviationSampleTSource(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.
|