Calculating Probability of Score Comparison between Two Distributions

  • Context: Undergrad 
  • Thread starter Thread starter cstoos
  • Start date Start date
  • Tags Tags
    Distributions
Click For Summary
SUMMARY

The discussion focuses on calculating the probability that a value from one distribution (A) exceeds a value from another distribution (B) using known means and standard deviations. Specifically, it presents an example with baseball teams where Team A has a mean score (μA) of 5 runs and a standard deviation (σA) of 1 run, while Team B has a mean score (μB) of 4 runs and a standard deviation (σB) of 2 runs. The method suggested involves defining a new variable C = A - B and using standard statistical methods to determine the distribution of C, ultimately calculating P(C > 0) to find the desired probability.

PREREQUISITES
  • Understanding of basic statistics, including means and standard deviations.
  • Familiarity with probability distributions and their properties.
  • Knowledge of how to compute the distribution of the difference between two independent random variables.
  • Experience with statistical software or tools for probability calculations.
NEXT STEPS
  • Learn how to derive the distribution of the difference between two normal distributions.
  • Explore the use of Python libraries such as SciPy for statistical calculations.
  • Study the Central Limit Theorem and its implications for probability distributions.
  • Investigate hypothesis testing methods for comparing two independent distributions.
USEFUL FOR

This discussion is beneficial for statisticians, data analysts, and anyone involved in sports analytics or probability theory who seeks to understand comparative analysis between two distributions.

cstoos
Messages
61
Reaction score
0
Forgive me if this is a silly question, but here goes:

Say you have two unrelated distributions (A and B) with known means and standard deviations. How would you determine the probability of any single value of A being greater than any single value of B?

The easiest example I can come up with for clarification would be something like this:

Over 1000 games baseball team A scores: μA=5 runs, σA=1 runs per game.
Over 1000 games baseball team B scores: μB=4 runs, σB=2 runs per game.

What is the probability on any given day that Team A outscored Team B? Sorry if this example seems elementary, but I am far from a statistician. Thanks for the help.
 
Physics news on Phys.org
Direct method: Let C = A-B (there are standard methods to get the distribution function for C, given the distribution functions for A and B). Then compute P(C > 0).
 

Similar threads

  • · Replies 76 ·
3
Replies
76
Views
7K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 6 ·
Replies
6
Views
7K
  • · Replies 5 ·
Replies
5
Views
5K
Replies
7
Views
3K