I am writing a paper with a case study in financial maths. I need to model an interest rate $(I_n)_{n\geq 0}$ as a sequence of non-negative i.i.d. random variables. Which distribution would you advise me to use? Currently I am considering the exponential distribution, but I am not sure that it is the right choice, though it is quite easy to work with.
|
|
Exponential distribution, although it's a good distribution for modeling non-negative numbers, doesn't make sense here since it's mode is 0. From a pure statistical point of view, without any knowledge of interest rate, I'd recommend log-normal as in modeling stock prices and inverse-gamma or gamma distribution which are used to model variance or other scale parameters which is a non-negative distribution with mode greater than zero. |
|||
|
|
|
Interest rates in general are far from independent and identically distributed. A high interest rate observation is quite likely to be followed by another high observation, and the volatility is likely to be higher as well. Interest rates are also mean reverting, as in most real-world situations (at least for developed markets) interest rates rarely rise too high or dip too low. Since you are looking for the simplest possible solution for a case study, I would recommend you start with a lognormal distribution, which implicitly assumes interest rates follow a geometric brownian motion. The problem with this distribution is that it assumes the interest rate can get arbitrarily high. The next simplest solution would be a Cox-Ingersoll-Ross process, which has a noncentral chi-squared distribution of innovations. The following matlab function includes a simple simulation of a CIR process. The underlying distribution the function uses is noncentral chi-square, and the algorithm itself is quite clear even if you don't use or know matlab. |
|||||||
|
|
You could try using the Gaussian Affine Term Structure Models (GATSM), with the right boundary conditions to stop rates being negative (in the style of their Black implementation). See, for example, Monika Piazzesi, the "Affine Term Structure Models" if you want to enter/modify the basis or the work of Krippner, for example "Measuring the stance of monetary policy in zero lower bound environments". |
|||||||||||||
|
|
General rate trading wisdom shows that if anything, normal distribution fits developed markets better. For example, most swaption traders talk about implied volatilities in basis points (per day or annualized). |
|||
|
|
|
If you manage to get some data fitting your subject, one solution could be to try an empirical distribution. |
|||
|
|
|||
We're looking for long answers that provide some explanation and context. Don't just give a one-line answer: please explain why you're recommending it as a solution. Answers that don't explain anything will be deleted. See Good Subjective, Bad Subjective for more information. |
|||
