October 16th, 2023, 3:00 pm
cdsharm75, if I understand your confusion correctly, I think it comes down to how the risk premium is implemented.
Both the binomial tree and the Monte Carlo methods really describe categories of models -- or maybe it would be better to say "processes of estimation" -- rather than very particular models. So depending upon what you learned as the binomial tree model and the Monte Carlo method, what I write here might not line up exactly, but probably you'll be able to figure out exactly what the distinction is.
Basically in option pricing you have the "real world" probabilities and the "risk-neutral" -- or to be more general, "risk-adjusted" -- probabilities. In what is almost certainly the most common Monte Carlo set-up, all you're working with is the risk-neutral probability, which includes the risk premium. So you just take the simple averages of your results to produce prices. It would probably be messy to try to produce prices using a Monte Carlo simulation based on real world probabilities and then somehow weight the ending values or even the average of the ending values for the risk premium.
Binomial tree models, on the other hand, can pretty easily be done in two different ways: either you use a real world drift and risk-neutral volatility -- giving weights other than 0.5 to the "up" and "down" possibilities -- or you use a risk-neutral drift and equally weighted "up" and "down" probabilities. They should converge to the same results as the number of steps you use increases.
If that's not what confuses you, then maybe it's as Paul alludes, and you're misunderstanding how the Monte Carlo method works: it doesn't matter what the probability of the random outcome you actually get is; what matters is that you got it, and you therefore include it in a simple average to get your results.
And this is why you want to include a lot of outcomes in a Monte Carlo simulation: the more outcomes you use, the less likely it is that your results will be skewed by just a few statistical outliers.