Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

linrdist.h

Go to the documentation of this file.
00001 /*!
00002   \file   linrdist.h
00003   \date   Jan 2005
00004   
00005   \brief  Distribution class.
00006     
00007 */
00008 
00009 #ifndef _LINRDIST_H_
00010 #define _LINRDIST_H_
00011 
00012 #include <cmath>
00013 #include <iostream>
00014 
00015 double ran1(long *idum);
00016 
00017 double ran2(long *idum);
00018 
00019 double ran3(long *idum);
00020 
00021 double runif(long *idum);
00022 
00023 double rexp(long *idum);
00024 
00025 double rnorm1(long *idum);
00026 
00027 double rnorm2(long *idum);
00028 
00029 double ranexp(long *idum);
00030 
00031 double rangamma(double a, long *idum); //a = shape parameter
00032 
00033 double rgamma(double a, double scale, long *idum);
00034 
00035 #endif // _LINRDIST_H_

Generated on Tue Feb 14 16:05:52 2006 for estfunc by doxygen 1.3.6