Click or drag to resize

DescriptiveStatisticsSecondRawMomentOrDefault Method

Overload List
  NameDescription
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableDecimal, Decimal)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableInt32, Double)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableInt64, Double)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableNullableInt32, Double)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableNullableInt64, Double)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableDouble, Double, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(IEnumerableSingle, Single, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefault(Vector, Double, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Public methodStatic memberSecondRawMomentOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the second raw moment of the container's values. http://en.wikipedia.org/wiki/Moment_(mathematics)
Top
See Also