Next: About this document ...
Lecture 11: Random Samples
A random sample of size n is a vector valued random variable
where
- The component random variables
are mutually independent;
- The component random variables
have the same
distribution.
Usually these two properties are lumped together and referred to as
independent and identically distributed, which is abbreviated as iid.
If V is a random sample of size n, it is common to refer to the distribution
of the components as the common distribution, as it is the distribution
they have in common. At other times you will hear it referred to as the
marginal distribution. They are one in the same thing, as a random
variable can have only one distribution function.
Suppose that V is a random sample of size n and the common distribution
has distribution function F and density f. Then the distribution function
of V at
is given by

and the density function of V is (by repeated integration)

Another example of Maximum Likelihood Estimation
If V is a random sample of size N where the common distribution has a density
f which depends on a parameter
, one common way to estimate
is to try to maximize the density function fV as a function of
.Here is a standard example.
Suppose that the common density is normal, that is

where
is any real number, and
. The maximum likelihood
estimate of
is the ordered pair which maximizes

This last expression is clearly maximized at the value of
where

is maximized. The gradient of L is
![\begin{displaymath}
\left[\frac{\partial L}{\partial \mu},\frac{\partial L}{\par...
...rac{N}{\sigma}+\frac{1}{\sigma^3}\sum_{j=1}^N(x_j-\mu)^2\right]\end{displaymath}](img13.gif)
which is [0,0] when

and

With a little extra work we can show that this indeed gives the maximum of L,
and, therefore, the maximum of
.
We may rewrite
as follows:

Next: About this document ...
Eric S Key
10/7/1998