Group: | Statistical Distributions |
See also: | erf |
Function: | erfc | |
Description: | erfc returns 1.0 - erf(x). |
Usage: | y = erfc(x) | |
Input: | ||
x | array | |
Output: | ||
z | array |
x = #(0, 1/sqrt(2))~#(-1, -1/sqrt(2)) erfc (x)
Contents of erfc [1,] 1 1.8427 [2,] 0.31729 1.6827
Group: | Statistical Distributions |
See also: | erf |