Tagged Questions
2
votes
0answers
33 views
How to symmetrically adjust data by removing certain value
Say I have a data set in the following format:
{a:200, b: 100; c:400}
The sum of a, b and c equals 700. Now, I have another value which is supposed to be the actual total say 500.
How do I adjust ...
0
votes
0answers
63 views
Weighting datapoints by uncertainty - asymmetric CIs
I have several estimates obtained using different softwares, these programs give me an estimate as well as a 95% confidence interval. However, these CIs are not symmetric around my point estimates, ...