Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • 5
    $\begingroup$ Quantile regression has a loss function. $$ L_{\tau}(y_i, \hat y_i) = \begin{cases} \tau\vert y_i - \hat y_i\vert, & y_i - \hat y_i \ge 0 \\ (1 - \tau)\vert y_i - \hat y_i\vert, & y_i - \hat y_i < 0 \end{cases} $$ (Then you add up the values for each index $i$ to get a loss for the entire regression, same as you would for absolute loss or square loss.) Why not use it? $\endgroup$ Commented Jun 27, 2022 at 15:48