def. Normal Distribution. A random variable distributed over a Normal distribution with mean and standard deviation is denoted:

def. Cumulative Distribution Function (CDF) of a Normal Distribution

Observe:

def. Standard Normal Distribution. A standard normal distribution is a normal distribution where

Tip

You can approximate a bunch of distributions using the Normal.

rmk. Linear Transformation of Normal Distribution. If , then

    • ⇒ Thus

remark. Exponentiating Transformation of Normal Distribution. If

(using Law of Unconscious Statistician)

rmk. Standardizing the Normal Distribution. Given :

  • has the standard normal distribution
  • The pdf is as follows:

rmk. Empirical Rule: Rule of thumb for calculating probabilities (integrals) of normal distributions

Box-Mueller Transform

Motivation. Computers can easily sample from a uniform distribution, but it cannot randomly generage a normal distribution. The Box-Mueller Transofrm is a method of transforming a uniform unit random variable into a standard normal random variable. (From Problem 3) thm. Box-Mueller Transform. Let uniform distrubtions . Then let:

And then let:

Then are standard normal distributions. proof. First, to . Consider that

  • ,
  • , Using Change of Variable (Probability)s we have:
  • Then, from to : Note that:
  1. thus
    • Symmetrically
  2. thus
    • Symmetrically Now, calculate the jacobian for a multivariate change of variables:

And thus the join probability being:

This show both that:

  1. is the standard normal pdf
  2. are independent because the joint pdf is a simple product of each pdf. ∎

Estimators

let

  • ⇒ Log likelihood:

Score

One R.V.Multiple Data

MLEs

Fisher Information

  • Unknown , known
  • Known unknown

Multivariate Normal distribution

def. Multivariate Normal Distribution.1

where

The image shows part of a larger equation or expression, as indicated by the curly brace on the right side, but the complete right-hand side is not visible in this image.

Footnotes

  1. Multivariate Normal (Gaussian) Distribution Explained - YouTube