64 #include <reliability/domain/components/RandomVariable.h>    97     void Print(std::ostream &s, 
int flag =0) 
const;
    98     double getPDFvalue(
double rvValue);
    99     double getCDFvalue(
double rvValue);
   100     double getInverseCDFvalue(
double probValue);
   101     const std::string getType(
void);
   104     double getParameter1();
   105     double getParameter2();
   106     double getParameter3();
   107     double getParameter4();
   108     double getStartValue();
   109     double gammaFunction(
double x);
   110     double incompleteGammaFunction(
double x, 
double a);
 void Print(std::ostream &s, int flag=0) const
Print stuff. 
Definition: GammaRV.cpp:115
Definition: RandomVariable.h:75
Gamma distribution random variable. 
Definition: GammaRV.h:73
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35