eceFun | R Documentation |
ENCE and UCE
eceFun(E, uE, intrv)
E |
(vector) errors |
intrv |
(list) intervals generated by 'genIntervals' |
u |
(vector) prediction uncertainties |
A list with ence and uce values
uE = sqrt(rchisq(1000, df = 4)) # Re-scale uncertainty
E = rnorm(uE, mean=0, sd=uE) # Generate errors
intrv = ErrViewLib::genIntervals(uE, 30)
eceFun(E, uE, intrv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.