| Name | Description |
---|
| PopulationCovariance(Double, Double) |
Evaluates the population covariance from the full population provided as two arrays.
On a dataset of size N will use an N normalizer and would thus be biased if applied to a subset.
Returns NaN if data is empty or if any entry is NaN.
|
| PopulationCovariance(Int32, Int32) |
Evaluates the population covariance from the full population provided as two arrays.
On a dataset of size N will use an N normalizer and would thus be biased if applied to a subset.
Returns NaN if data is empty or if any entry is NaN.
|
| PopulationCovariance(Single, Single) |
Evaluates the population covariance from the full population provided as two arrays.
On a dataset of size N will use an N normalizer and would thus be biased if applied to a subset.
Returns NaN if data is empty or if any entry is NaN.
|