DescriptiveStatisticsCovariancePopulation Method |
Name | Description | |
---|---|---|
CovariancePopulation(IEnumerableDecimal, IEnumerableDecimal) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
CovariancePopulation(IEnumerableInt32, IEnumerableInt32) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
CovariancePopulation(IEnumerableInt64, IEnumerableInt64) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
CovariancePopulation(IEnumerableNullableDecimal, IEnumerableNullableDecimal) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
CovariancePopulation(IEnumerableNullableInt32, IEnumerableNullableInt32) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
CovariancePopulation(IEnumerableNullableInt64, IEnumerableNullableInt64) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
CovariancePopulation(IEnumerableDouble, IEnumerableDouble, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
CovariancePopulation(IEnumerableNullableDouble, IEnumerableNullableDouble, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
CovariancePopulation(IEnumerableNullableSingle, IEnumerableNullableSingle, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
CovariancePopulation(IEnumerableSingle, IEnumerableSingle, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
CovariancePopulation(Vector, Vector, Boolean) |
Returns population covariance between values in containers.
The containers must have the same size.
http://en.wikipedia.org/wiki/Covariance
| |
CovariancePopulationTSource(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
|