Click or drag to resize

DescriptiveStatisticsFirstRawMomentOrDefault Method

Overload List
  NameDescription
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableDecimal, Decimal)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableInt32, Double)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableInt64, Double)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableNullableInt32, Double)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableNullableInt64, Double)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableDouble, Double, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberFirstRawMomentOrDefault(IEnumerableSingle, 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 memberFirstRawMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the first raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Top
See Also