Tag: Distributions
Posts
Poisson distribution
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) &= \sum_{k = 1}^{\infty} z^k\frac{\lambda^k e^{-\lambda}}{k!} \\ &= e^{-\lambda}\sum_{k = 1}^{\infty} \frac{(\lambda z)^{k}}{k!} \\ &= e^{-\lambda}e^{\lambda z} \\ &= e^{\lambda(z - 1)} \end{aligned} $$
read morePosts
Normal Distribution
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
read moreTag: Statistics
Posts
Poisson distribution
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) &= \sum_{k = 1}^{\infty} z^k\frac{\lambda^k e^{-\lambda}}{k!} \\ &= e^{-\lambda}\sum_{k = 1}^{\infty} \frac{(\lambda z)^{k}}{k!} \\ &= e^{-\lambda}e^{\lambda z} \\ &= e^{\lambda(z - 1)} \end{aligned} $$
read morePosts
Honours Thesis
Honours Thesis This short post contains links to my honours thesis and honours presentation.
The topic of my thesis was to create a computational structure for a semi-parametric vector generalized linear model. This was based on the earlier work of my supervisor, who had built up the theoretical framework for this model over a series of papers with other collaborators.
Papers https://www.tandfonline.com/doi/abs/10.1080/01621459.2013.824892 R Package for Univariate Case Univariate model R package CRAN Link Relevant Links The following links contain some of my work on this topic.
read morePosts
Normal Distribution
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
read moreTag: Resume
Tag: Maths
Posts
Honours Thesis
Honours Thesis This short post contains links to my honours thesis and honours presentation.
The topic of my thesis was to create a computational structure for a semi-parametric vector generalized linear model. This was based on the earlier work of my supervisor, who had built up the theoretical framework for this model over a series of papers with other collaborators.
Papers https://www.tandfonline.com/doi/abs/10.1080/01621459.2013.824892 R Package for Univariate Case Univariate model R package CRAN Link Relevant Links The following links contain some of my work on this topic.
read morePosts
Normal Distribution
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
read morePosts
Bernoulli and Geometric Distribution PGF
In this post we are going to go over the derivation of probability generating function of the Bernoulli distribution.
Probability Generating Function The probability generating function often referred to as the PGF has the following definition
$$ \mathcal{G}_{X} (z) = \mathbb{E}_{X}[z^k] = \sum_{k = 0}^{\infty} P(x = k)z^k $$
Bernoulli As can be recalled from previous posts, the Bernoulli distribution has the PDF
$$ f(x) = {n\choose k} p^x (1- p)^x $$
read moreTag: Probability
Posts
Bernoulli and Geometric Distribution PGF
In this post we are going to go over the derivation of probability generating function of the Bernoulli distribution.
Probability Generating Function The probability generating function often referred to as the PGF has the following definition
$$ \mathcal{G}_{X} (z) = \mathbb{E}_{X}[z^k] = \sum_{k = 0}^{\infty} P(x = k)z^k $$
Bernoulli As can be recalled from previous posts, the Bernoulli distribution has the PDF
$$ f(x) = {n\choose k} p^x (1- p)^x $$
read moreTag: Probability Generating Functions
Posts
Bernoulli and Geometric Distribution PGF
In this post we are going to go over the derivation of probability generating function of the Bernoulli distribution.
Probability Generating Function The probability generating function often referred to as the PGF has the following definition
$$ \mathcal{G}_{X} (z) = \mathbb{E}_{X}[z^k] = \sum_{k = 0}^{\infty} P(x = k)z^k $$
Bernoulli As can be recalled from previous posts, the Bernoulli distribution has the PDF
$$ f(x) = {n\choose k} p^x (1- p)^x $$
read more