61 #ifndef Type1LargestValueRV_h    62 #define Type1LargestValueRV_h    64 #include <reliability/domain/components/RandomVariable.h>   101     void Print(std::ostream &s, 
int flag =0) 
const;
   102     double getPDFvalue(
double rvValue);
   103     double getCDFvalue(
double rvValue);
   104     double getInverseCDFvalue(
double probValue);
   105     const std::string getType(
void);
   108     double getParameter1();
   109     double getParameter2();
   110     double getParameter3();
   111     double getParameter4();
   112     double getStartValue();
 void Print(std::ostream &s, int flag=0) const
Print stuff. 
Definition: Type1LargestValueRV.cpp:119
Definition: RandomVariable.h:75
Type 1 generalized extreme value distribution random variable. 
Definition: Type1LargestValueRV.h:76
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35