Click or drag to resize

DescriptiveStatisticsSkewnessOrDefault Method

Overload List
  NameDescription
Public methodStatic memberSkewnessOrDefault(IEnumerableDecimal, Decimal)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableInt32, Double)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableInt64, Double)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableNullableInt32, Double)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableNullableInt64, Double)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableDouble, Double, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(IEnumerableSingle, Single, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefault(Vector, Double, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Public methodStatic memberSkewnessOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the skewness of the container's values. http://en.wikipedia.org/wiki/Skewness
Top
See Also