It looks like you're new here. If you want to get involved, click one of these buttons!
What's a hinge function?
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
Thanks!
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
Thanks!