バージョン

StandardDeviation(Vector,StatisticsType) メソッド

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

パラメータ

x
観測 Vector。
stat
望ましい統計の型。

戻り値の型

x の標準偏差。
参照