バージョン

Covariance(Vector,Vector) メソッド

2 つの Vector インスタンスのサンプルの共変性を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Covariance( _
   ByVal x1 As Vector, _
   ByVal x2 As Vector _
) As Double
public static double Covariance( 
   Vector x1,
   Vector x2
)

パラメータ

x1
最初の観測 Vector。
x2
2 番目の観測 Vector。

戻り値の型

x1 および x2 の共変性。
参照