'宣言 Public Overloads Shared Function Variance( _ ByVal x As ComplexMatrix, _ ByVal N As Integer, _ ByVal stat As StatisticsType _ ) As ComplexMatrix
public static ComplexMatrix Variance( ComplexMatrix x, int N, StatisticsType stat )
例外 | 解説 |
---|---|
System.ArgumentException | N が 1 未満の場合に発生します。 |