I believe there is a typo under the explanation of the hinge function. :
One other feature construction method related to splines and the multivariate adaptive regression spline (MARS) model (Friedman 1991) is the single, fixed knot spline. The hinge function transformation used by that methodology is.
--
Where I is an indicator function that is zero when x is greater than zero and zero otherwise.
Shouldn't it be , where I is an indicator function that is x when x is greater than zero and zero otherwise.
Hello everyone,
I believe there is a typo under the explanation of the hinge function. :
One other feature construction method related to splines and the multivariate adaptive regression spline (MARS) model (Friedman 1991) is the single, fixed knot spline. The hinge function transformation used by that methodology is.
--
Shouldn't it be , where I is an indicator function that is x when x is greater than zero and zero otherwise.
Thank you!