Type of elements within the source iterable.
The source iterable to inspect.
Projection that produces the first numeric series for each element.
Projection that produces the second numeric series for each element.
Optionalsample: booleanWhen true, computes the sample covariance dividing by n - 1; when false, computes the population covariance dividing by n. Defaults to true.
The calculated covariance.
Calculates the covariance between two numeric projections of source.