Bingnan's Digital Garden

Home

❯

maths

❯

maths / probability

maths / probability

Mar 18, 20261 min read

  • public
  • Moment-generating-function (MGF) and Fourier transform
    • https://stats.stackexchange.com/questions/238776/how-would-you-explain-moment-generating-functionmgf-in-laymans-terms/238937#238937
    • MGF(t)=Ex​(etx)=∫etxPDF(x)dx
  • Inequalities
    • P(X>ϵ)<E(X)/ϵ, X > 0
    • Chebyshev
      • P(∣X−EX∣>k)<Var(X)/k2
      • P(∣X−EX∣>Kσ)<1/k2
    • Chernoff
      • idea: find a monotonic function to convert P(X>a)=P(etX>eta, then resort to Markov/MGF
      • see https://en.wikipedia.org/wiki/Chernoff_bound
  • maths/probability/distribution
    • Bernoulli → Binomial
      • Bernoulli Event is a single event with probability of p. Bernoulli trial is executing a series of Bernoulli event, i.i.d.
      • Moments: np, np(1−p)
    • maths/probability/distribution/poisson
      • Binomial PDF approaches to Poisson as n−>inf while keeping np=λ. See PoissonLimitTheorem
        • Understanding: there are infinite number of Bernoulli events happening at the same time all the time, but with super small probability. As a result, the average number of events happen within any fixed time interval is the same.
        • Binomial is the sum of success of events; Poisson is the sum of occurrence in a time period - here the time period time unit is the same as λ
        • To derive moments of Poisson, apply "np=λ" to moments of Binomial

Graph View

Backlinks

  • maths

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community