<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Distributions on Gabriel Dennis</title><link>https://gden173.github.io/gabrieldennis/tags/distributions/</link><description>Recent content in Distributions on Gabriel Dennis</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 15 Jan 2023 22:02:22 +1000</lastBuildDate><atom:link href="https://gden173.github.io/gabrieldennis/tags/distributions/index.xml" rel="self" type="application/rss+xml"/><item><title>Poisson distribution</title><link>https://gden173.github.io/gabrieldennis/posts/poisson-distribution/</link><pubDate>Sun, 15 Jan 2023 22:02:22 +1000</pubDate><guid>https://gden173.github.io/gabrieldennis/posts/poisson-distribution/</guid><description>Poisson Distribution The general form of the pdf for the Poisson distribution is
$$ f(x; \lambda) = \mathbb{P}(X = x) = \frac{\lambda^x e^{-\lambda}}{x!} $$
And in this instance we say that the R.V \(X \sim P(\lambda)\).
PGF The Probability Generating function of a Poisson Distribution has the following form
$$ \begin{aligned} \mathcal{G}_{X}(z) &amp;amp;= \sum_{k = 1}^{\infty} z^k\frac{\lambda^k e^{-\lambda}}{k!} \\ &amp;amp;= e^{-\lambda}\sum_{k = 1}^{\infty} \frac{(\lambda z)^{k}}{k!} \\ &amp;amp;= e^{-\lambda}e^{\lambda z} \\ &amp;amp;= e^{\lambda(z - 1)} \end{aligned} $$</description></item><item><title>Normal Distribution</title><link>https://gden173.github.io/gabrieldennis/posts/normal-distribution/</link><pubDate>Tue, 08 Mar 2022 23:44:00 +1000</pubDate><guid>https://gden173.github.io/gabrieldennis/posts/normal-distribution/</guid><description>The Normal Distribution The normal or Gaussian distribution is perhaps the most common distribution occuring in nature. This is due to the relatively special properties it has for larger sample sizes. However, these properties will be the topic of another blog post. Instead, in this post we are simply going to outline the basic mathematical structure of the normal distribution.
Probability Density Function The probability density function of a $$ \mathcal{N}(\mu, \sigma^2) $$ normal distribution is</description></item></channel></rss>