286 19 Unbiased estimators
to a feature of the model distribution that can be described by the model
parameters themselves or by some function of the model parameters. This
distribution feature is referred to as the parameter of interest. In discussing
this general setup we shall denote the parameter of interest by the Greek
letter θ. So, for instance, in our network server example, µ is the model pa-
rameter. When we are interested in the arrival intensity, the role of θ is played
by the parameter µ itself, and when we are interested in the percentage of
idle minutes the role of θ is played by e
−µ
.
Whatever method we use to estimate the parameter of interest θ,theresult
depends only on our dataset.
Estimate. An estimate is a value t that only depends on the dataset
x
1
,x
2
,...,x
n
, i.e., t is some function of the dataset only:
t = h(x
1
,x
2
,...,x
n
).
This description of estimate is a bit formal. The idea is, of course, that the
value t, computed from our dataset x
1
,x
2
,...,x
n
, gives some indication of
the “true” value of the parameter θ. We have already met several estimates in
Chapter 17; see, for instance, Table 17.2. This table illustrates that the value
of an estimate can be anything: a single number, a vector of numbers, even a
complete curve.
Let us return to our network server example in which our dataset x
1
,x
2
,...,x
n
is modeled as a realization of a random sample from a Pois (µ) distribution.
The intensity at which packages arrive is then represented by the parameter µ.
Since the parameter µ is the expectation of the model distribution, the law
of large numbers suggests the sample mean ¯x
n
as a natural estimate for µ.
On the other hand, the parameter µ also represents the variance of the model
distribution, so that by a similar reasoning another natural estimate is the
sample variance s
2
n
.
The percentage of idle minutes is modeled by the probability of zero arrivals.
Similar to the reasoning in Section 13.4, a natural estimate is the relative
frequency of zeros in the dataset:
number of x
i
equal to zero
n
.
On the other hand, the probability of zero arrivals can be expressed as a
function of the model parameter: e
−µ
. Hence, if we estimate µ by ¯x
n
,we
could also estimate e
−µ
by e
−¯x
n
.
Quick exercise 19.1 Suppose we estimate the probability of zero arrivals
e
−µ
by the relative frequency of x
i
equal to zero. Deduce an estimate for µ
from this.