Advanced Statistical Physics Flashcards
What are the axioms of probability theory?
The probability of an even happening is real and non-negative.
The probability of something happening is 1.
The probability of one of multiple events happening is equal to the sum of their individual properties (mutually exclusive events).
What is P(AuB)
P(A) + P(B) - P(AnB)
What is conditional probability P(A|B)
P(AnB) / P(B)
What is Bayes theorem for P(A|B)
P(B|A) P(A) / P(B)
What properties do the probabilities of independent events A and B have?
P(AnB) = P(A)P(B)
P(A|B) = P(A)
What is the law of total probability of events?
P(A) = sum[ P(A|B_i) P(B_i) ]
( mutually exclusive events B_i )
( the union of all events B_i is a complete set)
What is the definition of the cumulative distribution F(x)?
How is the p.d.f. related to the cumulative distribution?
The integral of the p.d.f. from -inf to x
The p.d.f. is the derivative w.r.t. x of the cumulative distribution.
What is the expression for variance in terms of moments?
2nd moment - first moment^2
What is the characteristic function of a distribution?
How can we recover the p.d.f.?
Expectation value of e^(ikx)
p.d.f. = 1/2pi integral[ characteristic function e^(-ikx)]
How can all moments be generated from the characteristic function?
Taylor expand e^(ikx) to express in terms of moments.
Recover moments by differentiating w.r.t. k
*there is a (-i)^n term
*evaluated at k=0
What is the binomial theorem?
check wall notes
WHERE CAN WE ALSO APPLY THIS?
What is the formula for a geometric series?
Check wall notes
How can we calculate the marginal of a multivariate p.d.f.?
Integrate w.r.t. the variables we are not interested in.
What property do multivariate p.d.f’s have for independent variables?
The p.d.f. is factorisable.
How is the covariance of two variables defined?
What about correlation?
<XY> - <X><Y>
cor = cov / sig_x sig_y
</Y></X></XY>
What are the range of values possible for correlation?
-1 < < 1
What is the convolution theorem for a variable z that is the sum of variables x_i?
The p.d.f. for z is the convolution of p.d.f’s for variables x_i.
The characteristic function for z is the product of characteristic functions for x_i.
What is the law of large numbers?
How can we prove it?
For x_i i.i.d. random variables
Z = 1/N sum[x_i] –> mean of x_i distribution
Expand characteristic function for X_i
Use convolution
Use limit form of e
Inverse FT
What is the central limit theorem?
For x_i i.i.d. random variables
Z = 1/N sum[x_i]
N –> very large
p.d.f. for Z approaches gaussian with mean mu and variance equal to var(x)/N
What is the form of the gaussian distribution?
1/sqrt(2pi var) * e^ - [(x - mu)^2 / 2 var^2]