DescriptiveStatisticsStandardDeviationSample Method |
Name | Description | |
---|---|---|
StandardDeviationSample(IEnumerableDecimal) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
StandardDeviationSample(IEnumerableInt32) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
StandardDeviationSample(IEnumerableInt64) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
StandardDeviationSample(IEnumerableNullableDecimal) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
StandardDeviationSample(IEnumerableNullableInt32) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
StandardDeviationSample(IEnumerableNullableInt64) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
StandardDeviationSample(IEnumerableDouble, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
StandardDeviationSample(IEnumerableNullableDouble, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
StandardDeviationSample(IEnumerableNullableSingle, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
StandardDeviationSample(IEnumerableSingle, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
StandardDeviationSample(Vector, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the sample standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|