IT++ Logo
Public Member Functions

itpp::Weibull_RNG Class Reference

Weibull distribution. More...

#include <itpp/base/random.h>

List of all members.

Public Member Functions

 Weibull_RNG (double lambda=1.0, double beta=1.0)
 Constructor. Set lambda and beta.
void setup (double lambda, double beta)
 Set lambda, and beta.
void get_setup (double &lambda, double &beta)
 Get lambda and beta.
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

Weibull distribution.

Definition at line 651 of file random.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
SourceForge Logo

Generated on Wed Feb 9 2011 13:47:27 for IT++ by Doxygen 1.7.3