zceFun | R Documentation |
Z-scores based mean absolute calibration error
zceFun(Z, intrv)
Z |
(vector) z-scores |
intrv |
(list) intervals generated by 'genIntervals' |
The mean abolute calibration error
uE = sqrt(rchisq(1000, df = 4)) # Re-scale uncertainty
E = rnorm(uE, mean=0, sd=uE) # Generate errors
intrv = ErrViewLib::genIntervals(uE, 30)
zceFun(E/uE, intrv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.