DescriptiveStatistics.FourthRawMoment Method |
Name | Description | |
---|---|---|
![]() ![]() | FourthRawMoment(IEnumerable<Decimal>) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(IEnumerable<Int32>) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(IEnumerable<Int64>) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(IEnumerable<Nullable<Decimal>>) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(IEnumerable<Nullable<Int32>>) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(IEnumerable<Nullable<Int64>>) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(IEnumerable<Double>, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(IEnumerable<Nullable<Double>>, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(IEnumerable<Nullable<Single>>, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(IEnumerable<Single>, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment(Vector, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|
![]() ![]() | FourthRawMoment<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean) |
Returns the fourth raw moment of the container's values.
http://en.wikipedia.org/wiki/Moment_(mathematics)
|