I have the following question regarding the mc2d package for Monte Carlo simulations.
Given a mc node, i.e. a mc object. How can we get the uncertainty for the values of the distribution?
For instance, as an input distribution I am using an uniform distribution, where the min is e.g. equal to 2, and the max equal to 8. Given this, we produce a mc object, apply it to mc.
The summary function produces values such as the median, mean, 97.5% etc. etc.
But as I said, how can be get an estimate of uncertainty for a given value?
Thanks in advance!