Description Usage Arguments Value References See Also
The function erf()
encodes the
error function,
defined as erf(x) = 2 * F(x * sqrt(2)) - 1
, where
F
is the Gaussian distribution function.
1 |
x |
numeric. A vector of input values. |
... |
Additional arguments to be passed to |
A numeric vector of the same length as x
.
https://en.wikipedia.org/wiki/Error_function.
pnorm
from package stats.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.