View source: R/from_cnqr-asymloss.R
The loss function that defines the tau^th-quantile;
asymloss(tau, u) = (tau - I(u<0))*u
. Vectorised over u
.
Function rho()
is deprecated; use asymloss()
instead
(they're identical).
1 | asymloss(tau, u)
|
tau |
Number in [0,1] representing the probability/order of the quantile. |
u |
Value to evaluate the loss function at. Vectorised. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.