
266 7 Point and Interval Estimators
(a) If
X +1
n+2
is taken as an estimator for binomial p, compare the MSE of this
estimator with the MSE of the traditional estimator,
ˆ
p
=
X
n
.
(b) Represent MSE from (a) as the sum of the estimator’s variance and the
bias squared.
7.3. Neurons Fire in Potter’s Lab. The data set
neuronfires.mat was
compiled by student Ravi Patel while working in Professor Steve Potter’s
lab at Georgia Tech. It consists of 989 firing times of a cell culture of neu-
rons. The recorded firing times are time instances when a neuron sent a
signal to another linked neuron (a spike). The cells, from the cortex of an
embryonic rat brain, were cultured for 18 days on multielectrode arrays.
The measurements were taken while the culture was stimulated at the
rate of 1 Hz. It was postulated that firing times form a Poisson process;
thus interspike intervals should have an exponential distribution.
(a) Calculate the interspike intervals T using MATLAB’s
diff command.
Check the histogram for T and discuss its resemblance to the exponential
density. By the moment matching estimator argue that exponential param-
eter
λ is close to 1.
(b) According to (a), the model for interspike intervals is T
∼ E (1). You are
interested in the proportion of intervals that are shorter than 3, T
≤3. Find
this proportion from the theoretical model
E (1) and compare it to the esti-
mate from the data. For the theoretical model, use
expcdf and for empirical
data use
sum(T <= 3)/length(T).
X
–1 0 1
Prob θ 2θ 1 −3θ
(a) What is the possible range for θ?
(b) What is the MLE for
θ.
(c) How would the MLE look like for a sample of size n?
7.5. MLE for Two Continuous Distributions. Find the MLE for parameter
θ if the model for observations X
1
, X
2
,... , X
n
, is
(a) f (x
|θ) =
θ
x
2
, 0 <θ ≤ x;
(b) f (x
|θ) =
θ −1
x
θ
, x ≥1, θ >1.
7.6. Match the Moment. The geometric distribution (X is the number of fail-
ures before the first success) has a probability mass function of
f (x
|p) = q
x
p, x =0, 1, 2,....
7.4. The MLE in a Discrete Case.A sample
−1,1,1,0, −1, 1,1,1,0,1,1,0,−1,1,1
was observed from a population with a probability mass function of