itpp::AR1_Normal_RNG Class Reference
[Random Number Generation]

Filtered normal distribution. More...

#include <random.h>

List of all members.

Public Member Functions

 AR1_Normal_RNG (double meanval=0.0, double variance=1.0, double rho=0.0)
 Constructor. Set mean, variance, and correlation.
void setup (double meanval, double variance, double rho)
 Set mean, variance, and correlation.
void get_setup (double &meanval, double &variance, double &rho) const
 Get mean, variance and correlation.
void reset ()
 Set memory contents to zero.
double operator() ()
 Get a single random sample.
vec operator() (int n)
 Get a sample vector.
mat operator() (int h, int w)
 Get a sample matrix.


Detailed Description

Filtered normal 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