64 #include <reliability/domain/components/RandomVariable.h> 77 double errorFunction(
double x);
78 double inverseErrorFunction(
double y);
100 void Print(std::ostream &s,
int flag =0)
const;
101 double getPDFvalue(
double rvValue);
102 double getCDFvalue(
double rvValue);
103 double getInverseCDFvalue(
double probValue);
104 const std::string getType(
void);
107 double getParameter1();
108 double getParameter2();
109 double getParameter3();
110 double getParameter4();
111 double getStartValue();
Definition: RandomVariable.h:75
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: NormalRV.cpp:114
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Normal distribution random variable.
Definition: NormalRV.h:74