nllFun | R Documentation |
Negative Log Likelihood and components
nllFun(E, u)
E |
(vector) errors |
u |
(vector) prediction uncertainties |
A list with the nll and the calibration and sharpness scores
uE = sqrt(rchisq(1000, df = 4)) # Re-scale uncertainty
E = rnorm(uE, mean=0, sd=uE) # Generate errors
nllFun(E, uE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.