June 24th, 2014, 6:56 pm
Hi,I need to simulate a trajectory of the short interest rate using Hull-White one factor model, I know that I can use this discretization of the formula:r(t)=r(t-1)+(theta(t)-a*r(t-1))*dt+sigma*sqrt(dt)*(random_normal_std)but the computational cost is quite expensive because I need to calculate theta.Knowing that the short rate in this model is normally distribuited I can calculate it as:r(t)=mean+sqrt(variance)*(random_normal_std)however I'm a little bit confused, which are the formulas for mean and variance? They are supposed to depend on r(t-1) but I don't find the exact expression...Another question: which is the starting point of the simulation? I mean, which is r(0)? Is it the euribor 1d?