バージョン

Median(ComplexMatrix,Int32) メソッド

N 番目の次元に従って x の中央値と共に ComplexMatrix を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Median( _
   ByVal x As ComplexMatrix, _
   ByVal N As Integer _
) As ComplexMatrix
public static ComplexMatrix Median( 
   ComplexMatrix x,
   int N
)

パラメータ

x
ComplexMatrix。
N
計算次元。

戻り値の型

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