ParameterCollectionCovarianceOf Method
Gets the covariance of the two named parameters.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public double CovarianceOf(
string name1,
string name2
)
Public Function CovarianceOf (
name1 As String,
name2 As String
) As Double
public:
double CovarianceOf(
String^ name1,
String^ name2
)
member CovarianceOf :
name1 : string *
name2 : string -> float
- name1 String
- The name of the first parameter.
- name2 String
- The name of the second parameter.
DoubleThe covariance of the two named parameters.