Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
calerf
誤差関数を計算する.
呼出し手順
y = calerf(x, erfType)
引数
- x
実数ベクトルまたは行列
- erfType
整数:
0 : は誤差関数 erf(x)
を計算します1 : は相補誤差関数 erfc(x)
を計算します2 : はスケーリング付き相補誤差関数 erfcx(x)
を計算します- y
(xと同じ大きさの)実数ベクトルまたは行列
アルゴリズム
この関数はFaddeevaパッケージライブラリ に基づきます.
履歴
バージョン | 記述 |
5.5.0 | calerf関数はfadddeevaパッケージを使用しています |
Report an issue | ||
<< beta | Special Functions | dawson >> |