StatisticFormula.Covariance(String, String) Method

Definition

Returns the covariance value for two data series.

C#
public double Covariance(string firstInputSeriesName, string secondInputSeriesName);

Parameters

firstInputSeriesName
String

The first input series name.

secondInputSeriesName
String

The second input series name.

Returns

A double value that represents the covariance between two data series.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1