How to create a Rician random variable?
问题 I'm trying to model a signal detection problem using Sympy, and need two random variables. One with a Rayleigh distribution to model noise, and one with a Rician distribution to model signal+noise. Sympy provides a Rayleigh distribution, but not a Rician-- or at least not one by that name. What's the best way of creating one? Does it exist under a different name? Is there a way to manipulate existing distributions into a Rician? Following advice from @asmeurer, I've implemented my own Rice