バージョン

StandardDeviation(Vector) メソッド

観測 Vector の標準偏差を返します
シンタックス
'宣言
 
Public Overloads Shared Function StandardDeviation( _
   ByVal x As Vector _
) As Double
public static double StandardDeviation( 
   Vector x
)

パラメータ

x
観測 Vector。

戻り値の型

x の標準偏差。
参照