Let's say you have a Monte Carlo simulation of a system with a free parameter (that is, the value of this parameter is chosen before running the simulation). You have a number of candidate values for this parameter, representing what you consider plausible scenarios. You do not know or have an assumption about the probabilities of these different scenarios.
Is it appropriate to use the same set of random numbers for each scenario? I believe yes.
Later, you develop an assumption about the probabilities of each scenario. Is it appropriate to use those probabilities to weight the output of each and then combine them (e.g. by averaging), even though this means you are reusing random numbers? I believe yes, but if I'm not please explain why.
If I'm right, would it therefore be inappropriate to use different random numbers for the different scenarios? I believe this would strictly degrade your result, though it wouldn't affect the asymptotic behavior.
Is it appropriate to use the same set of random numbers for each scenario? I believe yes.
Later, you develop an assumption about the probabilities of each scenario. Is it appropriate to use those probabilities to weight the output of each and then combine them (e.g. by averaging), even though this means you are reusing random numbers? I believe yes, but if I'm not please explain why.
If I'm right, would it therefore be inappropriate to use different random numbers for the different scenarios? I believe this would strictly degrade your result, though it wouldn't affect the asymptotic behavior.
Comment