Home page for accesible maths Introduction

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

2 Glossary

  1. 𝖯() probability.

  2. Ω sample space.

  3. A,BΩ subsets.

  4. AB union.

  5. AB intersection.

  6. AC complement.

  7. AB=ABC.

  8. 𝖯(A) probability of event A.

  9. 𝖯(AB) probability of event A given event B.

  10. A random variable is an indicator of the outcome of a probability experiment that always takes numerical values. FR(r) is the cumulative distribution function (cdf) of a discrete random variable R evaluated at r.

  11. FX(x) is the cumulative distribution function of a continuous random variable X evaluated at x, i.e. 𝖯(Xx).

  12. 𝖤[X] is the expectation of random variable X.

  13. 𝖤[g(X)] is the expectation of the function g(X) of the random variable X.

  14. 𝖵𝖺𝗋[X] is the variance of the random variable X.

  15. 𝖲𝗍𝖽𝖣𝖾𝗏[X] is the standard deviation of the random variable X.

  16. A continuous random variable is a variable whose set of possible values is uncountable.

  17. F¯X(x) is the survivor function of the random variable X evaluated at x, i.e. 𝖯(X>x).

  18. fX(x) is the probability density function (pdf) of random variable X evaluated at x.

  19. μX is the expectation of variable X.

  20. σX is the standard deviation of variable X.

  21. μr=𝖤[(X-μXσX)r] is the r-th standardized central moment.

  22. μ3 is the coefficient of skewness.

  23. μ4-3 is the kurtosis.

  24. xp is the 100p% quantile of random variable, i.e. FX(xp)=p.

  25. x0.5 is the median.

  26. x0.75-x0.25 is the inter quartile range.

  27. X𝖴𝗇𝗂𝖿(a,b), shows the random variable X follows the Uniform distribution on the interval [a,b].

  28. X𝖤𝗑𝗉(β), shows the random variable X follows the Exponential distribution with rate β and mean β-1.

  29. XGamma(α,β) shows the random variable X follows the Gamma distribution with rate β and shape α and mean α/β.

  30. XNormal(μ,σ2), usually written as X𝖭(μ,σ2), shows the random variable X follows a Normal distribution with mean μ and standard deviation σ.

  31. Φ is the cumulative distribution function for the standard Normal distribution N(0,1).

  32. The distribution of a random variable is either the name e.g. Exponential(β), the probability density function f or the cumulative distribution function F.

  33. The probability integral transform is a result that allows one to transform from a Uniform random variable to a random variable with any specified cumulative distribution function.

  34. FXY(x,y) is the joint cumulative distribution function of two random variables X and Y evaluated at (x,y), i.e. 𝖯(Xx,Yy).

  35. pXY(x,y) is the joint probability mass function (pmf) of two discrete random variables X and Y, i.e. 𝖯(X=x,Y=y).

  36. fXY(x,y) is the joint probability density function of two continuous random variables X and Y evaluated at (x,y).

  37. XY=y is the conditional distribution of X given Y=y.

  38. pXY(xy) is the conditional probability mass function of X given Y=y.

  39. fXY(xy) is the conditional probability density function of X given Y=y.

  40. 𝖤[g(X,Y)] is the expectation of the function g(X,Y) of the random variables X and Y.

  41. 𝖤[XY=y] is the conditional expectation of X given Y=y.

  42. 𝖵𝖺𝗋[XY=y] is the conditional variance of X given Y=y.

  43. 𝖢𝗈𝗏[X,Y] is the covariance between X and Y.

  44. ρ=𝖢𝗈𝗋𝗋[X,Y] is the correlation between X and Y.

  45. 𝑿=(X1,,Xn) is a random vector. It is a column vector.

  46. 𝖤[𝑿]=(𝖤[X1],,𝖤[Xn]) is the mean vector 𝑿.

  47. 𝖵𝖺𝗋[𝑿] is the variance matrix of 𝑿, also called the variance-covariance matrix.

  48. 𝑿MVNd(𝝁,Σ), shows the random vector 𝑿 follows the multivariate Normal distribution of d dimensions with mean vector 𝝁 and variance matrix Σ.

  49. X¯n is the average of X1,,Xn, i.e. X¯n=1ni=1nXi.

  50. R is a statistical software package and programming language.