7.1 Estimators and Estimates
Let Rt be the return on a single asset (simple or continuously compounded) described by the GWN model and let θ denote some characteristic (parameter) of the GWN model we are interested in estimating. For simplicity, assume that θ∈R is a single parameter. For example, if we are interested in the expected return on the asset, then θ=μ; if we are interested in the variance of the asset returns, then θ=σ2; if we are interested in the first lag autocorrelation of returns then θ=ρ1. The goal is to estimate θ based on a sample of size T of the observed data when we believe the data is generated from the GWN return model.
Definition 7.1 Let {R1,…,RT} denote a collection of T random returns from the GWN model, and let θ denote some characteristic of the model. An estimator of θ, denoted ˆθ, is a rule or algorithm for estimating θ as a function of the random variables {R1,…,RT}. Here, ˆθ is a random variable.
Definition 2.2 Let {r1,…,rT} denote an observed sample of size T from the GWN model, and let θ denote some characteristic of the model. An estimate of θ, denoted ˆθ, is simply the value of the estimator for θ based on the observed sample {r1,…,rT}. Here, ˆθ is a number.
Let Rt be the return on a single asset described by the GWN model, and suppose we are interested in estimating θ=μ=E[Rt] from the sample of observed returns {rt}Tt=1. The sample average is an algorithm for computing an estimate of the expected return μ. Before the sample is observed, we can think of ˆμ=1T∑Tt=1Rt as a simple linear function of the random variables {Rt}Tt=1 and so is itself a random variable. We can study the properties of ˆμ using the tools of probability theory presented in chapter 2.
After the sample is observed, the sample average can be evaluated using the observed data {rt}Tt=1 giving ˆμ=1T∑Tt=1rt, which produces the numerical estimate of μ. For example, suppose T=5 and the realized values of the returns are r1=0.1,r2=0.05,r3=0.025,r4=−0.1,r5=−0.05. Then the estimate of μ using the sample average is: ˆμ=15(0.1+0.05+0.025+−0.1+−0.05)=0.005.
◼
The example above illustrates the distinction between an estimator and an estimate of a parameter θ. However, typically in the statistics literature we use the same symbol, ˆθ, to denote both an estimator and an estimate. When ˆθ is treated as a function of the random returns it denotes an estimator and is a random variable. When ˆθ is evaluated using the observed data it denotes an estimate and is simply a number. The context in which we discuss ˆθ will determine how to interpret it.