The model assumption of the Black-Scholes formula has two parameters for the geometric Brownian motion, the volatility $\sigma$ and the expected growth $\mu$ (which disappears in the option formulae). How can this parameter $\mu$ be estimated?
|
As you said, $\mu$ is the expected return that is the expected value (mathematical expectation) of the random variable "stock return" under the objective probability measure. Assuming that returns are stationary*, the obvious way to estimate it is to compute a large number $N$ of returns $R_i$, then to average them. You also want to annualize this average (multyply by 252). Now if you are using consecutive periods, and logarithmic returns, this simply amounts to computing the overall return $\log S_{T_N} / S_{T_0}$ and dividing it by the time lapse $T_N-T_0$ (in year fraction). (*) : This is a dubious hypothesis, and the estimate will indeed be very unstable. |
|||
|
|
|
I take it that μ is the drift of the long-term equilibrium price. let's take a lognormal model as an example, dS = μ x dt + σ x S x dz where: S= spot, t = time, T-t = length of time μ = drift rate, σ = volatility, dz= random variable, In order to solve for μ, you might first want to look for the expected spot price: given X = ln(S), dX = ((μ - σ)dt)/2 + σdz This allows us to solve for X, ST = St e ^((μσ^2/2)(T-t) -σdz) Taking the expected value of both Sides: E[ST] = S e ^(μ(T-t)) This equation can be used to look for your expected growth, μ |
|||
|
|
|
The drift term, $\mu$ is assumed to follow from the 'no-arbitrage' assumption. That is, if $\mu$ were greater than the risk-free rate, one would borrow at the risk-free rate, invest in the stock, and collect the difference. If the stock may be freely borrowed, and $\mu$ is less than the risk free rate, one would short the stock and invest in the risk-free rate, and collect the difference. |
|||||||
|
|
In the risk-free measure, $\mu$ is equal to the risk-free rate. In the real-world measure, $\mu$ is uknown and must be estimated using statistical methods: either directly from historical data, or from a model calibrated to historical data. Note that, in general, there is nothing preventing you from using today's (or past) prices as inputs to this model. For example, no-arbitrage relationships ought to hold in both "worlds". |
|||
|
|