itpp::Rice_RNG Class Reference
[Random Number Generation]

Rice distribution. More...

#include <random.h>

List of all members.

Public Member Functions

 Rice_RNG (double sigma=1.0, double v=1.0)
 Constructor. Set sigma, and v (if v = 0, Rice -> Rayleigh).
void setup (double sigma, double v)
 Set sigma, and v (if v = 0, Rice -> Rayleigh).
void get_setup (double &sigma, double &v)
 Get parameters.
double operator() ()
 Get one sample.
vec operator() (int n)
 Get a sample vector.
mat operator() (int h, int w)
 Get a sample matrix.


Detailed Description

Rice distribution.
The documentation for this class was generated from the following files:

Generated on Tue Jun 2 10:02:19 2009 for mixpp by  doxygen 1.5.8