バージョン

Correlation(Vector,Vector) メソッド

2 つの Vector インスタンスのピアソンの相関係数を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Correlation( _
   ByVal x1 As Vector, _
   ByVal x2 As Vector _
) As Double
public static double Correlation( 
   Vector x1,
   Vector x2
)

パラメータ

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

戻り値の型

x1 および x2 の相関関係。
参照