August 23rd, 2005, 12:21 pm
nikki:i'll address your second question, since i haven't tested the exact params of that tree (but the numbers look fairly reasonable to me). to adjust a tree to unequal time steps, you need to decide if you want to fix the state space (i.e. the values your process can take) or the transition probabilities. I would suggest fixing the former, at least at first, as the process will be easier to understand. If this is the case, then you can just define a set of times t(0), t(1), ..., t(n). Just calculate the transition probabilities at each node according to the regular formulas but with delta_t = t(i) - t(i-1). note that you might get negative values for the transition probs, but that's an issue for another post.Sorry to be brief; if you need more help, let me know.