Click or drag to resize

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
)

Parameters

name1
Type: SystemString
The name of the first parameter.
name2
Type: SystemString
The name of the second parameter.

Return Value

Type: Double
The covariance of the two named parameters.
See Also