DescriptiveStatistics.StandardDeviationPopulation Method |
Name | Description | |
---|---|---|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Decimal>) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Int32>) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Int64>) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Decimal>>) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Int32>>) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Int64>>) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Double>, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Double>>, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Single>>, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Single>, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation(Vector, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|
![]() ![]() | StandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the population standard deviation of the container's values.
http://en.wikipedia.org/wiki/Variance
|