Comparing two hypotheses with uncertainties

  • Context: Graduate 
  • Thread starter Thread starter jlicht
  • Start date Start date
  • Tags Tags
    Uncertainties
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
jlicht
Messages
3
Reaction score
0
Hi there,

I'm trying to compare two hypotheses, each with a mean and an error (in this case Gaussian as well), to tell the probability of one being correct given the other.
Currently, the only thing I know how to do is calculate the Gaussian probability of the second hypothesis being correct according to the error of the first by integration. However, this doesn't take the error of the second distribution into account.

What would be the correct way of determining whether one (let's say Gaussian) hypothesis is correct given another, taking into account both uncertainties?

Cheers,
Johannes

EDIT:
As an application example, let us say I measured the gravitational acceleration to be 15.0 ± 0.3, while the known value was 9.8 ± 0.1. What would the significance of my newly measured result be, given the uncertainty on both numbers?
 
Last edited:
Physics news on Phys.org
As an application example, let us say I measured the gravitational acceleration to be 15.0 ± 0.3, while the known value was 9.8 ± 0.1. What would the significance of my newly measured result be, given the uncertainty on both numbers?

If I was doing this measurement, I would check my instruments.
 
mathman said:
If I was doing this measurement, I would check my instruments.

That is obviously not the point; replace g by something weird and unknown called x in the above, then.
 
If you have a quantity with known value ~ 9.8 and you measured it as ~ 15.0, it seems that either the known value was incorrect or the measurement was faulty. They are too far apart (> ~ 15σ) to be purely by chance.
 
mathman said:
If you have a quantity with known value ~ 9.8 and you measured it as ~ 15.0, it seems that either the known value was incorrect or the measurement was faulty. They are too far apart (> ~ 15σ) to be purely by chance.

Now here's my point: you're computing this based on the uncertainty on one of the values. But this completely ignores the uncertainty on the other value. Isn't there a way to include both in a comparison?