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