<< Chapter < Page | Chapter >> Page > |
The two most common expectations are the mean and variance defined by
A very important type of random variable is the Gaussian or normal random variable.A Gaussian random variable has a density function of the following form:
Note that a Gaussian random variable is completely characterized by its mean and variance.This is not necessarily the case for other types of distributions. Sometimes, the notation is used to identify as being Gaussian with mean and variance .
Suppose some random experiment may be characterized by a random variable whose distribution is unknown. For example, suppose we are measuring a deterministic quantity , but our measurement is subject to a random measurement error . We can then characterize the observed value, , as a random variable, .
If the distribution of does not change over time, we may gain further insight into by making several independent observations . These observations , also known as samples , will be independent random variables and have the same distribution . In this situation, the 's are referred to as i.i.d. , for independent and identically distributed . We also sometimes refer to collectively as a sample, or observation, of size .
Suppose we want to use our observation to estimate the mean and variance of . Two estimators which should already be familiar to you are the sample mean and sample variance defined by
It is important to realize that these sample estimates are functions of random variables, and are therefore themselves random variables.Therefore we can also talk about the statistical properties of the estimators. For example, we can compute the mean and variance of the sample mean .
In both [link] and [link] we have used the i.i.d. assumption. We can also show that .
An estimate for some parameter which has the property is said to be an unbiased estimate. An estimator such that as is said to be consistent . These two properties are highly desirable because they imply that if alarge number of samples are used the estimate will be close to the true parameter.
Suppose
is a Gaussian random variable with mean 0 and variance 1.
Use the Matlab function
random
or
randn
to generate 1000 samples of
, denoted as
,
, ...,
.
See the online help for the
random function .
Plot them using the Matlab function
plot
.
We will assume our generated samples are i.i.d.
Write Matlab functions to compute the sample mean and sample variance of
[link] and
[link] without
using the predefined
mean
and
var
functions.
Use these functions to compute the sample meanand sample variance of the samples you just generated.
Notification Switch
Would you like to follow the 'Purdue digital signal processing labs (ece 438)' conversation and receive update notifications?