ngelu {FBMS} | R Documentation |
Negative GELU function
Description
Negative GELU function
Usage
ngelu(x)
Arguments
x |
The vector of values |
Value
-x*pnorm(-x)
Examples
ngelu(2)
[Package FBMS version 1.0 Index]
ngelu {FBMS} | R Documentation |
Negative GELU function
ngelu(x)
x |
The vector of values |
-x*pnorm(-x)
ngelu(2)