Click or drag to resize

DescriptiveStatistics.Covariance Method

Overload List
  NameDescription
Public methodStatic memberCovariance(IEnumerable<Decimal>, IEnumerable<Decimal>)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerable<Int32>, IEnumerable<Int32>)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerable<Int64>, IEnumerable<Int64>)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerable<Nullable<Decimal>>, IEnumerable<Nullable<Decimal>>)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerable<Nullable<Int32>>, IEnumerable<Nullable<Int32>>)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerable<Nullable<Int64>>, IEnumerable<Nullable<Int64>>)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerable<Double>, IEnumerable<Double>, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerable<Nullable<Double>>, IEnumerable<Nullable<Double>>, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerable<Nullable<Single>>, IEnumerable<Nullable<Single>>, Boolean)
Returns population covariance between values in containers. The containers must have the same size. http://en.wikipedia.org/wiki/Covariance
Public methodStatic memberCovariance(IEnumerable<Single>, IEnumerable<Single>, 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 memberCovariance<TSource>(IEnumerable<TSource>, IEnumerable<TSource>, Func<TSource, 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