nrelu: negative ReLu function

View source: R/nonlinear_functions.R View source: R/nonlinear_functions.R

nreluR Documentation

negative ReLu function

Description

negative ReLu function

negative ReLu function

Usage

nrelu(x)

nrelu(x)

Arguments

x

The vector of values

Value

max(x,0)

max(-x,0)


jonlachmann/GMJMCMC documentation built on April 22, 2024, 4:21 a.m.