64 #include <reliability/domain/components/RandomVariable.h>    95     void Print(std::ostream &s, 
int flag =0) 
const;
    96     double getPDFvalue(
double rvValue);
    97     double getCDFvalue(
double rvValue);
    98     double getInverseCDFvalue(
double probValue);
    99     const std::string getType(
void);
   102     double getParameter1();
   103     double getParameter2();
   104     double getParameter3();
   105     double getParameter4();
   106     double getStartValue();
   107     double betaFunction(
double passed_q, 
double passed_r);
 Definition: RandomVariable.h:75
void Print(std::ostream &s, int flag=0) const
Print stuff. 
Definition: BetaRV.cpp:98
Beta distribution random variable. 
Definition: BetaRV.h:76
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35