ngelu: Negative GELU function

View source: R/nonlinear_functions.R

ngeluR Documentation

Negative GELU function

Description

Negative GELU function

Usage

ngelu(x)

Arguments

x

The vector of values

Value

-x*pnorm(-x)

Examples

ngelu(2)


FBMS documentation built on Sept. 13, 2025, 1:09 a.m.