バージョン

Mean(Vector) メソッド

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

パラメータ

x
観測 Vector。

戻り値の型

x の平均。
参照