64 #include <reliability/domain/components/RandomVariable.h>    93     void Print(std::ostream &s, 
int flag =0) 
const;
    94     double getPDFvalue(
double );
    95     double getCDFvalue(
double );
    96     double getInverseCDFvalue(
double );
    97     const std::string getType(
void);
   100     double getParameter1();
   101     double getParameter2();
   102     double getParameter3();
   103     double getParameter4();
   104     double getStartValue();
 Pareto distribution random variable. 
Definition: ParetoRV.h:76
Definition: RandomVariable.h:75
void Print(std::ostream &s, int flag=0) const
Print stuff. 
Definition: ParetoRV.cpp:94
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35