Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.3 - 日本語

Change language to:
English - Français - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Special Functions > calerf

calerf

誤差関数を計算する.

パラメータ

x

実数ベクトルまたは行列

flag

整数インジケータ

y

(xと同じ大きさの)実数ベクトルまたは行列

説明

calerf(x,0) は誤差関数 erf(x)を計算します

calerf(x,1) は相補誤差関数 ferfc(x)を計算します

calerf(x,2) はスケーリング付き相補誤差関数 erfcx(x)を計算します

deff('y=f(t)','y=exp(-t^2)');
calerf(1,0)
2/sqrt(%pi)*intg(0,1,f)

S参照

作者

W. J. Cody (code from Netlib (specfun))

<< beta Special Functions dlgamma >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:12:52 CEST 2011