Click or drag to resize

DescriptiveStatistics.FourthRawMoment Method

Overload List
  NameDescription
Public methodStatic memberFourthRawMoment(IEnumerable<Decimal>)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerable<Int32>)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerable<Int64>)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerable<Nullable<Decimal>>)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerable<Nullable<Int32>>)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerable<Nullable<Int64>>)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerable<Double>, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerable<Nullable<Double>>, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerable<Nullable<Single>>, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(IEnumerable<Single>, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment(Vector, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFourthRawMoment<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the fourth raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Top
See Also