DescriptiveStatisticsSkewness Method |
| Name | Description | |
|---|---|---|
| Skewness(IEnumerableDecimal) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(IEnumerableInt32) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(IEnumerableInt64) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(IEnumerableNullableDecimal) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(IEnumerableNullableInt32) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(IEnumerableNullableInt64) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(IEnumerableDouble, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(IEnumerableNullableDouble, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(IEnumerableNullableSingle, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(IEnumerableSingle, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| Skewness(Vector, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
| |
| SkewnessTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the skewness of the container's values.
http://en.wikipedia.org/wiki/Skewness
|