DescriptiveStatistics.Covariance Method |
Name | Description | |
---|---|---|
![]() ![]() | Covariance(IEnumerable<Decimal>, IEnumerable<Decimal>) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | Covariance(IEnumerable<Int32>, IEnumerable<Int32>) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | Covariance(IEnumerable<Int64>, IEnumerable<Int64>) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | Covariance(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
|
![]() ![]() | Covariance(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
|
![]() ![]() | Covariance(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
|
![]() ![]() | Covariance(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
|
![]() ![]() | Covariance(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
|
![]() ![]() | Covariance(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
|
![]() ![]() | Covariance(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
|
![]() ![]() | Covariance(Vector, Vector, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
|
![]() ![]() | Covariance<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
|