Random Lecture 1 Flashcards
What does deterministic mean in physics
given initial conditions and underlying phyiscal laws governing the evolution can predict the state of the system at all remaining times
What is the probability of event occuring
P(E) is defined in terms of multiple trials as P(E) = lim as N(S) tends to infinity N(E)/N(S) Where N(S) is number of times the situation occurs and N(E) is number of times the event E follows
What does a P(E) = 1 and P(E) = 0 mean
1 that the event is certain
0 that the event is impossible
In reality from a finite number of trial cannot assert that an estimated probability of 0 indicates impossibility
What is the probability of throwing a 6 P(6)
For a true die P(6) = 1/6
If two events are mutually exclusive then
the occurence of one precludes the offurence of the other in this case i.e. cant do both at the same time, probability of turning left or turning right, cant do both at the same time
P(E1 U E2) = P(E1) + P(E2)
What does th U symbol represent in probability
logical or operation so P(E1 U E2) is the probability that the event E1 or event E2 occurs
If E1 and E2 are not mutually exclusive what is the probability of P(E1 U E2)
P(E1) + P(E2) - P(E1 n E2)
What does the symbol n (upside down U) represent
the logical and operation or set theoretic intersection
Two events are statiscally indepdent if
the occurence of in no way influences the probability of the other
For a statiscally indepedent event what is the probaility of P(E1 n E2)
= P(E1) * P(E2)
What are random variables (RVs)
Variable that is completely random but the probability of a value can be determined, like the throw of a dice
Whats the difference between discrete and continous random variables
discrete RVs have specific values, continous RVs have a continous range of values
What is the issue with continous random variables and how do we solve this
If continous there are infinite number of possible outcomes thus
P(A1) + P(A2) + … + P(Ai) = 1
if i is infinite individual probabulity must all be zero
Solution is to specifiy a range of values
What is the probability density function (PDF)
px(dx) is the probability that X takes a value between x and x+dx
What will a probability density function (PDF) look like
be a curve with a mean at the most likely value returning to 0 for impossible values
How can you find the most probable result for a PDF
will be at the centroid of the PDF
P(X=x; a <= x <= b) = integral from a to b for p(x)dx
Geomtertically what is the probability of a result in a certain range for a PDF
the area under the graph (why result for a single number is zero as area under a point is zero)
What must the total area underneath a PDF be equal to
integral from - inf to inf of p(x)dx = 1, as saying proability of all possible outcomes
This mean p(x) must tend to zero as x tends to +- infinity
How would you create a PDF
PDF are for continous variables, so complete test number of times and measure results in certain ranges to create a histogram then connect the midpoints of each bar in the graph
General formula for expected values of discrete RVs
E(x) = sum of xi P(X=xi) xi
Expected value of sum is equal to sum of each possible outcomes probability of occuring multiplied by its value