nrelu: negative ReLu function

View source: R/nonlinear_functions.R

nreluR Documentation

negative ReLu function

Description

negative ReLu function

Usage

nrelu(x)

Arguments

x

The vector of values

Value

max(-x,0)

Examples

nrelu(2)


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