バージョン

Median(Vector) メソッド

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

パラメータ

x
観測 Vector。

戻り値の型

x の中央値 。
参照