I want to know if there is any regression model for single variable other than simple linear regression. I usually use tree based regression models when there are more than 1 feature and for data with only 1 independent variable, I cant think of any other model other than simple linear model. For simple regression problems, I end up using data transformation into non linear if necessary but I cant think of other distribution free or robust models that work well on single variable model.
My question is, are there any other models (linear or non linear models) that work generally well on single independent variable with 1 dependent variable other than simple linear regression? I tried tree based regressors and MARS on single variable problem but they dont seem to work very well when there are not many features ...