バージョン

StandardDeviation(ComplexMatrix,Int32,StatisticsType) メソッド

N 次元に沿った x の標準偏差のサンプルと共に ComplexMatrix を返します。
シンタックス
'宣言
 
Public Overloads Shared Function StandardDeviation( _
   ByVal x As ComplexMatrix, _
   ByVal N As Integer, _
   ByVal stat As StatisticsType _
) As ComplexMatrix
public static ComplexMatrix StandardDeviation( 
   ComplexMatrix x,
   int N,
   StatisticsType stat
)

パラメータ

x
ComplexMatrix。
N
計算次元。
stat
望ましい統計の型。

戻り値の型

y が N 次元に沿った標準偏差に等しい ComplexMatrix y。
例外
例外解説
System.ArgumentExceptionN が 1 未満の場合に発生します。
参照