バージョン

StandardError(Matrix) メソッド

Matrixx のすべての要素の平均の標準誤差を返します。
シンタックス
'宣言
 
Public Overloads Shared Function StandardError( _
   ByVal x As Matrix _
) As Double
public static double StandardError( 
   Matrix x
)

パラメータ

x
Matrix。

戻り値の型

x の平均の標準誤差。
参照