バージョン

AverageDeviation(Vector) メソッド

データの Vector の平均から絶対偏差の平均を返します
シンタックス
'宣言
 
Public Overloads Shared Function AverageDeviation( _
   ByVal x As Vector _
) As Double
public static double AverageDeviation( 
   Vector x
)

パラメータ

x
データの Vector。

戻り値の型

x の標準偏差。
参照