Application of Statistics in Physics: Difference between revisions
Line 6: | Line 6: | ||
===Probability=== | ===Probability=== | ||
Probability is the numerical description of the likelihood of an event occurring from a sample space written as a value between 0 and 1. This event is just the outcome of executing an experiment, and the sample space is just the whole set of outcomes possible from this experiment. | Probability is the numerical description of the likelihood of an event occurring from a sample space written as a value between 0 and 1. This event is just the outcome of executing an experiment, and the sample space is just the whole set of outcomes possible from this experiment. | ||
Usually, the probability for equally likely outcomes is written mathematically as | |||
<math>P(A)=\frac{\text{# Number of times A occurs}}{\text{# Total number of outcomes}} </math> | <math>P(A)=\frac{\text{# Number of times A occurs}}{\text{# Total number of outcomes}} </math> | ||
For example, for a sample space <math>S=\{ | For example, for a six face fair dice, we have a sample space <math>S=\{1, 2, 3, 4, 5, 6\}</math>, where the probability of obtaining a 3 from a dice throw is given by <math>P(X=3)=\frac{1}{6}</math>. Here the dice throw is the experiment while the event is the outcome of the number obtained from the dice. | ||
More generally, however, we can define a probability space for an experiment with discrete outcomes as a mathematical function called probability mass function. In the dice example, the pmf would be written as | |||
<math> | |||
P(X=x) = \begin{cases} | |||
\frac{1}{6} | 1 \leq x \leq 6\\ | |||
0 | otherwise | |||
</math> | |||
===Random Variables=== | ===Random Variables=== |
Revision as of 14:08, 22 April 2022
Claimed by Edwin Solis (April 16th, Spring 2022)
With the development of Quantum Mechanics and Statistical Mechanics, the subject of Statistics has become quintessential for understanding the foundation of these physical theories.
Basics
Probability
Probability is the numerical description of the likelihood of an event occurring from a sample space written as a value between 0 and 1. This event is just the outcome of executing an experiment, and the sample space is just the whole set of outcomes possible from this experiment. Usually, the probability for equally likely outcomes is written mathematically as
[math]\displaystyle{ P(A)=\frac{\text{# Number of times A occurs}}{\text{# Total number of outcomes}} }[/math]
For example, for a six face fair dice, we have a sample space [math]\displaystyle{ S=\{1, 2, 3, 4, 5, 6\} }[/math], where the probability of obtaining a 3 from a dice throw is given by [math]\displaystyle{ P(X=3)=\frac{1}{6} }[/math]. Here the dice throw is the experiment while the event is the outcome of the number obtained from the dice.
More generally, however, we can define a probability space for an experiment with discrete outcomes as a mathematical function called probability mass function. In the dice example, the pmf would be written as [math]\displaystyle{ P(X=x) = \begin{cases} \frac{1}{6} | 1 \leq x \leq 6\\ 0 | otherwise }[/math]