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