Click or drag to resize

DescriptiveStatisticsCovariance Method

Overload List
  NameDescription
Public methodStatic memberCovariance(IEnumerableDecimal, IEnumerableDecimal)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerableInt32, IEnumerableInt32)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerableInt64, IEnumerableInt64)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerableNullableDecimal, IEnumerableNullableDecimal)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerableNullableInt32, IEnumerableNullableInt32)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerableNullableInt64, IEnumerableNullableInt64)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerableDouble, IEnumerableDouble, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerableNullableDouble, IEnumerableNullableDouble, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerableNullableSingle, IEnumerableNullableSingle, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerableSingle, IEnumerableSingle, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(Vector, Vector, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovarianceTSource(IEnumerableTSource, IEnumerableTSource, FuncTSource, Double, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Top
See Also