RE: rician random number
- To: mathgroup at smc.vnet.net
- Subject: [mg15149] RE: [mg15117] rician random number
- From: "Ersek, Ted R" <ErsekTR at navair.navy.mil>
- Date: Wed, 16 Dec 1998 03:11:23 -0500
- Sender: owner-wri-mathgroup at wolfram.com
gcseng at yahoo.com wrote: > > >Anyone knows how to generate random number >base on the rician probability density function. > >The rician pdf is given by: ........ > > You could figure out how to write a program to do this on your own. Instead things might be easier if you take a look at the code in the standard package (Statistics`ContinuousDistributions`). This package will generate random numbers (and much more) for various distributions. The distributions supported include Normal, Beta, Gamma, Rayleigh and several others but not Rician. Never the less you could add to the package using the same approach to provide the distributions included. Cheers, Ted Ersek