Description Usage Arguments Details Value Author(s) References Examples
View source: R/check_learnFast.R
Provides some visual checks to verify whether the Brent optimizer used by tuneLearnFast()
worked correctly.
1 2 |
obj |
the output of a call to |
sel |
integer vector determining which of the plots will be produced. For instance if |
... |
currently not used, here only for compatibility reasons. |
The top plot in the first page shows the bracket used to estimate log(sigma) for each quantile.
The brackets are delimited by the crosses and the red dots are the estimates. If a dot falls very close to one of the crosses,
that might indicate problems. The bottom plot shows, for each quantile, the value of parameter err
used. Sometimes the algorithm
needs to increase err
above its user-defined value to achieve convergence. Subsequent plots show, for each quantile, the value
of the loss function corresponding to each value of log(sigma) explored by Brent algorithm.
It produces several plots.
Matteo Fasiolo <matteo.fasiolo@gmail.com>.
Fasiolo, M., Wood, S.N., Zaffran, M., Nedellec, R. and Goude, Y., 2020. Fast calibrated additive quantile regression. Journal of the American Statistical Association (to appear). https://www.tandfonline.com/doi/full/10.1080/01621459.2020.1725521.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.