Skip to contents

Gaussion Error function

Usage

erf(x)

Arguments

x

value to be transformed, x unbound

Value

erf function of x, result e (0, 1)

Examples

x <- seq(from = -2, to = 2, length.out = 100)
plot(x, erf(x), type = "l")