Error | R Documentation |
Special mathematical functions related to the error function.
The function erfc(x)
is a variant of the cumulative normal (or Gaussian) distribution funciton.
The functions erfinv(x)
and erfcinv(x)
respectively implement the inverse functions of erf(x)
and erfc(x)
.
erf(x) ## S4 method for signature 'dual' erf(x) erfinv(x) ## S4 method for signature 'dual' erfinv(x) erfc(x) ## S4 method for signature 'dual' erfc(x) erfcinv(x) ## S4 method for signature 'dual' erfcinv(x)
x |
dual object. |
A dual object containing the transformed values according to the chosen function.
x <- dual(0.5, 1) erf(x) erfc(x) erfinv(x) erfcinv(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.