DescriptiveStatisticsFourthCentralMoment Method |
| Name | Description | |
|---|---|---|
| FourthCentralMoment(IEnumerableDecimal) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(IEnumerableInt32) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(IEnumerableInt64) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(IEnumerableNullableDecimal) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(IEnumerableNullableInt32) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(IEnumerableNullableInt64) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(IEnumerableDouble, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(IEnumerableNullableDouble, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(IEnumerableNullableSingle, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(IEnumerableSingle, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMoment(Vector, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
| |
| FourthCentralMomentTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the fourth central moment of the container's values.
http://en.wikipedia.org/wiki/Central_moment
|