ΘρϵηΠατπ

Cumulative Distribution Function
Suppose that X is a random variable. The cumulative distribution function of X is the function FX:[0,1] defined by FX(x):=P(Xx).
Joint Density Function
Suppose that X and Y are real-valued random variables. A function p:2[0,) is a joint density function for (X,Y) if, for every suitable set A2, P((X,Y)A)=Ap(x,y)dxdy.
Marginal Density Function
Suppose that p(x,y) is a joint density function. The marginal density function of X is pX(x):=p(x,y)dy.
Conditional Density Function
Suppose that p(x,y) is a joint density function and pX(x)>0. The conditional density function of Y given X=x is pY|X(y|x):=p(x,y)pX(x).
Joint Density Factors as Marginal Times Conditional Density
Suppose that p(x,y) is a joint density. Then p(x,y)=pX(x)pY|X(y|x) whenever pX(x)>0.
Estimator
Suppose that Q is a quantity to be estimated. An estimator for Q is a random variable Q^ whose values are used as approximations to Q.
Unbiased Estimator
Suppose that Q^ is an estimator for Q. The estimator Q^ is unbiased if E(Q^)=Q.
Biased Estimator
Suppose that Q^ is an estimator for Q. The bias of Q^ is E(Q^)Q. The estimator is biased if its bias is not 0.
Monte Carlo Estimator
Suppose that Dn, f:D, and p is a density function on D such that p(x)>0 whenever f(x)0. If X1,,XN are independent samples with density p, the Monte Carlo estimator for Q:=Df(x)dx is FN:=1Ni=1Nf(Xi)p(Xi).
Monte Carlo Estimator is Unbiased
Under the hypotheses of the Monte Carlo estimator, E(FN)=Df(x)dx.
Variance of an Average of Independent Identically Distributed Random Variables
Suppose that X1,,XN are independent identically distributed random variables with finite variance. Then Var(1Ni=1NXi)=Var(X1)N.
Sample Variance
Suppose that x1,,xN, with N2, and let x:=1Ni=1Nxi. The sample variance of x1,,xN is s2:=1N1i=1N(xix)2.
Inversion Method
Suppose that F is a cumulative distribution function that has an inverse F1, and suppose that Uunif[0,1]. The inversion method samples from F by setting X:=F1(U).
Inversion Method Samples from the Target Distribution
Suppose that F is an invertible cumulative distribution function, Uunif[0,1], and X=F1(U). Then X has cumulative distribution function F.
Change of Variables for Density Functions
Suppose that X is an n-dimensional random variable with density pX, and suppose that T:nn is a differentiable bijection whose Jacobian determinant is nonzero. If Y=T(X), then the density of Y is pY(y)=pX(T1(y))|detDT(T1(y))|.
Stratified Sampling
Suppose that a domain D is partitioned into disjoint measurable sets D1,,Dm. Stratified sampling is the practice of estimating an integral over D by taking samples separately within each stratum Di and combining the resulting estimates.
Stratified Sampling Does Not Increase Variance
For an integral estimator with a fixed total number of samples, stratifying the domain and sampling each stratum proportionally to its measure does not increase variance compared with unstratified sampling from the whole domain.
Importance Sampling
Importance sampling estimates an integral Df(x)dx by drawing samples from a density p and using the weighted terms f(X)p(X). The density p should be positive wherever f is nonzero.
Multiple Importance Sampling
Multiple importance sampling estimates an integral by combining samples drawn from several densities p1,,pm. If wi is a weight function for density pi, then a typical weighted term has the form wi(X)f(X)pi(X).
Balance Heuristic
Suppose that p1,,pm are sampling densities and ni samples are drawn from pi. The balance heuristic assigns the weight wi(x):=nipi(x)jnjpj(x).
Power Heuristic
Suppose that p1,,pm are sampling densities, ni samples are drawn from pi, and β+. The power heuristic assigns the weight wi(x):=(nipi(x))βj(njpj(x))β.
Russian Roulette Estimator
Suppose that X is an unbiased estimator for Q, and let B be a Bernoulli random variable with P(B=1)=q>0, independent of X. The Russian roulette estimator is Y:={X/qamp;B=1,0amp;B=0.
Russian Roulette Estimator is Unbiased
The Russian roulette estimator is unbiased: E(Y)=Q.