Skip to contents

\(\mathrm{hinge}(t) = \max(t,0)\)

Usage

hinge(t)

Arguments

t

Numeric. Input variable

Examples

if (FALSE) {
hinge(1)
hinge(-1)
}