バージョン

Covariance(Matrix,StatisticsType) メソッド

N x M Matrix x の N x N 共変性 Matrix を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Covariance( _
   ByVal x As Matrix, _
   ByVal stat As StatisticsType _
) As Matrix
public static Matrix Covariance( 
   Matrix x,
   StatisticsType stat
)

パラメータ

x
2 次元 Matrix。
stat
統計の型。

戻り値の型

x の共変性 Matrix。
例外
例外解説
System.ArgumentException x が 2 次元でない場合に発生します。
参照