64 #include <reliability/domain/components/RandomVariable.h> 99 void Print(std::ostream &s,
int flag =0)
const;
100 double getPDFvalue(
double rvValue);
101 double getCDFvalue(
double rvValue);
102 double getInverseCDFvalue(
double probValue);
103 const std::string getType(
void);
106 double getParameter1();
107 double getParameter2();
108 double getParameter3();
109 double getParameter4();
110 double getStartValue();
Log-normal distribution random variable.
Definition: LognormalRV.h:74
Definition: RandomVariable.h:75
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: LognormalRV.cpp:154