Tagged Questions
1
vote
5answers
180 views
How do I most effectively prevent my normally-distributed random variable from being zero?
I'm writing a Monte Carlo algorithm, in which at one point I need to divide by a random variable. More precisely: the random variable is used as a step width for a difference quotient, so I actually ...