Skip to content

Commit 4150565

Browse files
authored
Add quantile regression book citation (#892)
1 parent 9acc1f9 commit 4150565

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

book/book.bib

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,3 +1447,13 @@ @article{yu_quantile_2003
14471447
volume = {52},
14481448
year = {2003},
14491449
}
1450+
@book{koenker_quantile_2005,
1451+
address = {Cambridge},
1452+
series = {Econometric Society Monographs},
1453+
title = {Quantile Regression},
1454+
isbn = {978-0-521-84573-1},
1455+
publisher = {Cambridge University Press},
1456+
author = {Koenker, Roger},
1457+
year = {2005},
1458+
doi = {10.1017/CBO9780511754098},
1459+
}

book/chapters/chapter13/beyond_regression_and_classification.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ ggplot(plot_data, aes(x = x, y = loss, color = tau)) +
10311031
But note: While many ML models based on empirical risk minimization use the pinball loss for estimating quantiles, some model classes might work differently.
10321032
However, since the underlying training procedure of a model is external to `mlr3`, we are more concerned with resampling and evaluating quantile regression models.
10331033
This works in exactly the same manner as for other tasks.
1034-
Because we provide only a brief overview of quantile regression, we recommend @yu_quantile_2003 if you are interested in a methodological introduction to the topic.
1034+
Because we provide only a brief overview of quantile regression, we recommend @yu_quantile_2003 if you are interested in a methodological introduction to the topic and @koenker_quantile_2005 for a more expansive treatment of quantile regression.
10351035

10361036
### Synthetic data set generation {#sec-data-generation}
10371037

0 commit comments

Comments
 (0)