I have just learned about the statsmodels module by searching about quantile regression. I was wondering if there is a way to use statsmodels for quantile regressoin and take the errorbars of the data into account, like in sklearn.linear_model.LinearRegression?
http://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html
Thanks for looking!