powered by
Special mathematical functions related to the error function.
The function erfc(x) is a variant of the cumulative normal (or Gaussian) distribution funciton.
erfc(x)
The functions erfinv(x) and erfcinv(x) respectively implement the inverse functions of erf(x) and erfc(x).
erfinv(x)
erfcinv(x)
erf(x)
erf(x)# S4 method for dual erf(x)erfinv(x)# S4 method for dual erfinv(x)erfc(x)# S4 method for dual erfc(x)erfcinv(x)# S4 method for dual erfcinv(x)
# S4 method for dual erf(x)
# S4 method for dual erfinv(x)
# S4 method for dual erfc(x)
# S4 method for dual erfcinv(x)
A dual object containing the transformed values according to the chosen function.
dual object.
x <- dual(0.5, 1) erf(x) erfc(x) erfinv(x) erfcinv(x)
Run the code above in your browser using DataLab