Hinge function

What's a hinge function?

Comments

  • A hinge function is defined by max(0, x-a) where a is a constant called the break point.

    The hinge function is 0 until it reaches the break point and then it's the linear function x - a

Sign In or Register to comment.