Click or drag to resize

StatisticsPopulationCovariance Method

Overload List
 NameDescription
Public Extension MethodPopulationCovariance(IEnumerableDouble, IEnumerableDouble) Evaluates the population covariance from the provided full populations. 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.
Public Extension MethodPopulationCovariance(IEnumerableNullableDouble, IEnumerableNullableDouble) Evaluates the population covariance from the provided full populations. On a dataset of size N will use an N normalize and would thus be biased if applied to a subset. Returns NaN if data is empty or if any entry is NaN. Null-entries are ignored.
Public Extension MethodPopulationCovariance(IEnumerableSingle, IEnumerableSingle) Evaluates the population covariance from the provided full populations. 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.
Top
See Also