Black-Karasinski - Model Parameters

Posted by tibbar on
URL: http://quantlib.414.s1.nabble.com/Black-Karasinski-Model-Parameters-tp5888.html

I'm looking at the Black-Karasinski class and had a couple of questions about the parameterisation.

It seems that theta(t) is being used to exactly fit the initial term structure? (as described in Brigo & Mercurio).

If so, is it possible to use it in the more simple way, where we instead specify r(0) and theta as a constant parameter?

i.e. the model becomes:

d ln r_t = (theta - alpha d ln r_t) dt + sigma dW_t

and r(0) is used in the tree method to calculate the term structure.