オーバーロード | 解説 |
---|---|
StandardDeviation(Vector) | 観測 Vector の標準偏差を返します |
StandardDeviation(ComplexVector) | 観測 ComplexVector の標準偏差を返します |
StandardDeviation(Vector,StatisticsType) | 観測 Vector の標準偏差を返します |
StandardDeviation(ComplexVector,StatisticsType) | 観測 ComplexVector の標準偏差を返します |
StandardDeviation(Matrix) | Matrixx のすべての要素の標準偏差の例を返します。 |
StandardDeviation(ComplexMatrix) | ComplexMatrixx のすべての要素の標準偏差の例を返します。 |
StandardDeviation(Matrix,StatisticsType) | Matrixx のすべての要素の標準偏差の例を返します。 |
StandardDeviation(ComplexMatrix,StatisticsType) | ComplexMatrixx のすべての要素の標準偏差の例を返します。 |
StandardDeviation(Matrix,Int32) | N 番目の次元に従って x の標準偏差の例と共に Matrix を返します。 |
StandardDeviation(ComplexMatrix,Int32) | N 番目の次元に従って x の標準偏差の例と共に ComplexMatrix を返します。 |
StandardDeviation(Matrix,Int32,StatisticsType) | N 番目の次元に従って x の標準偏差の例と共に Matrix を返します。 |
StandardDeviation(ComplexMatrix,Int32,StatisticsType) | N 次元に沿った x の標準偏差のサンプルと共に ComplexMatrix を返します。 |