Click or drag to resize

DescriptiveStatistics.FirstRawMomentOrDefault Method

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