Estimate a number within two (or more) overlapping ranges of number

In summary, the conversation discusses a simulation that outputs a range of estimates with different levels of accuracy. The ultimate goal is to arrive at a single number within the estimated range. The conversation then proposes a method of finding the intersection of two linear functions to predict the number, which is similar to linear interpolation. The question is raised on how this method works and if it can be improved with more ranges.
  • #1
lost&found
1
0
Hi everyone,

Let's say a simulation outputs a range of estimates with various accuracy level, ranging from 30% to 100%, with the range given at 30% being widest and the range at 100% being the narrowest. The ultimate goal of this simulation is to arrive at a single number within the estimated range.

For example, 30% estimate is 185 to 285 and 100% estimate is 219 to 249. (There are intermediate estimated ranges with accuracy ranging from 31% to 99%, but I've left out for now.)

The result of the simulation: 235. Not sure what the algorithm was for the simulation (I was leaning toward RNG), but given the information of the different sets of ranges, can we predict this number reliably and if so, how does such method work? Will having more sets of ranges give a more reliable prediction?

-----
I've been told that if we model each range as a linear function as followed:

f(x)= (285-185)x + 185
g(x)= (249-219)x + 219

Then finding the intersection of the two lines will yield the answer:

Set f(x)=g(x), solve for x, and sub it back into f(x), yielding f(34/70)=233.4

-----

233.4 is so really close to the actual 235. This method mirrors linear interpolation isn't it? So same questions as above (if this is how we predict the number, how/why does it work? and can we improve on our prediction, perhaps with more ranges?), if someone could kindly answers, thanks!
 
Last edited:
Mathematics news on Phys.org
  • #2
There is a lot of guesswork in this question. What immediately came to mind was to weight all intervals with their according level of confidence, which basically is the expectation value. But this is only one measure which doesn't distinguish possible preferences or correlations among the intervals.
 

1. How do I estimate a number within two overlapping ranges of numbers?

To estimate a number within two overlapping ranges of numbers, you can follow these steps:

  1. Identify the two overlapping ranges.
  2. Determine the middle point of each range by adding the lower and upper bounds and dividing by 2.
  3. Compare the two middle points and determine which one is closer to the target number.
  4. Use the midpoint that is closer to the target number as your estimate.

2. What if the two overlapping ranges have different widths?

If the two overlapping ranges have different widths, the estimate may not be as accurate. In this case, you can use a weighted average to calculate the midpoint, where the weight is based on the width of each range. This will give a more precise estimate within the overlapping ranges.

3. Can I use this method to estimate a number within more than two overlapping ranges?

Yes, this method can be extended to estimate a number within more than two overlapping ranges. Simply follow the same steps, identifying the middle point of each range and comparing them to determine the closest estimate.

4. What if the overlapping ranges have a large gap between them?

If the overlapping ranges have a large gap between them, the estimate may not be as accurate. In this case, you can try to break down the ranges into smaller, non-overlapping ranges to get a more precise estimate. Alternatively, you can also use a different estimation method, such as interpolation or extrapolation.

5. Is this method suitable for all types of data?

This method is most suitable for numerical data that follows a normal distribution. If the data is skewed or has outliers, the estimate may not be as accurate. In these cases, it is important to carefully consider the data and use other estimation methods if needed.

Similar threads

  • Differential Equations
Replies
1
Views
664
  • Programming and Computer Science
Replies
1
Views
2K
Replies
4
Views
843
Replies
8
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
4K
Replies
14
Views
3K
  • Science Fiction and Fantasy Media
4
Replies
112
Views
14K
  • Engineering and Comp Sci Homework Help
Replies
8
Views
1K
  • Advanced Physics Homework Help
Replies
7
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
12
Views
1K
Back
Top