バージョン

Mean(Matrix) メソッド

観測 Matrix の平均値を返します
シンタックス
'宣言
 
Public Overloads Shared Function Mean( _
   ByVal x As Matrix _
) As Double
public static double Mean( 
   Matrix x
)

パラメータ

x
観測の Matrix。

戻り値の型

x の平均。
参照