バージョン

Correlation(Matrix) メソッド

N x M Matrix x の N x N 相関 Matrix を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Correlation( _
   ByVal x As Matrix _
) As Matrix
public static Matrix Correlation( 
   Matrix x
)

パラメータ

x
2 次元 Matrix。

戻り値の型

x の相関行列。
例外
例外解説
System.ArgumentException x が 2 次元でない場合に発生します。
参照