ParameterCollectionCovarianceOf Method |
Gets the covariance of the two named parameters.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax 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
Parameters
- name1
- Type: SystemString
The name of the first parameter. - name2
- Type: SystemString
The name of the second parameter.
Return Value
Type:
DoubleThe covariance of the two named parameters.
See Also