ExponentialRV Class Reference

#include <ExponentialRV.h>

Inheritance diagram for ExponentialRV:

RandomVariable ReliabilityDomainComponent TaggedObject List of all members.

Public Member Functions

 ExponentialRV (int tag, double mean, double stdv, double startValue)
 ExponentialRV (int tag, double parameter1, double parameter2, double parameter3, double parameter4, double startValue)
 ExponentialRV (int tag, double mean, double stdv)
 ExponentialRV (int tag, double parameter1, double parameter2, double parameter3, double parameter4)
 ~ExponentialRV ()
void Print (OPS_Stream &s, int flag=0)
double getPDFvalue (double rvValue)
double getCDFvalue (double rvValue)
double getInverseCDFvalue (double probValue)
const char * getType ()
double getMean ()
double getStdv ()
double getParameter1 ()
double getParameter2 ()
double getParameter3 ()
double getParameter4 ()
double getStartValue ()

Detailed Description

Definition at line 39 of file ExponentialRV.h.


Constructor & Destructor Documentation

ExponentialRV::ExponentialRV ( int  tag,
double  mean,
double  stdv,
double  startValue 
)

Definition at line 40 of file ExponentialRV.cpp.

References endln, and opserr.

ExponentialRV::ExponentialRV ( int  tag,
double  parameter1,
double  parameter2,
double  parameter3,
double  parameter4,
double  startValue 
)

Definition at line 49 of file ExponentialRV.cpp.

References RandomVariable::startValue, and RandomVariable::tag.

ExponentialRV::ExponentialRV ( int  tag,
double  mean,
double  stdv 
)

Definition at line 61 of file ExponentialRV.cpp.

References endln, and opserr.

ExponentialRV::ExponentialRV ( int  tag,
double  parameter1,
double  parameter2,
double  parameter3,
double  parameter4 
)

Definition at line 69 of file ExponentialRV.cpp.

References getMean(), RandomVariable::startValue, and RandomVariable::tag.

ExponentialRV::~ExponentialRV (  ) 

Definition at line 82 of file ExponentialRV.cpp.


Member Function Documentation

void ExponentialRV::Print ( OPS_Stream s,
int  flag = 0 
) [virtual]

Implements RandomVariable.

Definition at line 88 of file ExponentialRV.cpp.

double ExponentialRV::getPDFvalue ( double  rvValue  )  [virtual]

Implements RandomVariable.

Definition at line 94 of file ExponentialRV.cpp.

double ExponentialRV::getCDFvalue ( double  rvValue  )  [virtual]

Implements RandomVariable.

Definition at line 108 of file ExponentialRV.cpp.

double ExponentialRV::getInverseCDFvalue ( double  probValue  )  [virtual]

Implements RandomVariable.

Definition at line 122 of file ExponentialRV.cpp.

const char * ExponentialRV::getType (  )  [virtual]

Implements RandomVariable.

Definition at line 129 of file ExponentialRV.cpp.

double ExponentialRV::getMean (  )  [virtual]

Implements RandomVariable.

Definition at line 136 of file ExponentialRV.cpp.

Referenced by ExponentialRV().

double ExponentialRV::getStdv (  )  [virtual]

Implements RandomVariable.

Definition at line 144 of file ExponentialRV.cpp.

double ExponentialRV::getParameter1 (  )  [virtual]

Implements RandomVariable.

Definition at line 157 of file ExponentialRV.cpp.

double ExponentialRV::getParameter2 (  )  [virtual]

Implements RandomVariable.

Definition at line 158 of file ExponentialRV.cpp.

References endln, opserr, and RandomVariable::tag.

double ExponentialRV::getParameter3 (  )  [virtual]

Implements RandomVariable.

Definition at line 159 of file ExponentialRV.cpp.

References endln, opserr, and RandomVariable::tag.

double ExponentialRV::getParameter4 (  )  [virtual]

Implements RandomVariable.

Definition at line 160 of file ExponentialRV.cpp.

References endln, opserr, and RandomVariable::tag.

double ExponentialRV::getStartValue (  )  [virtual]

Implements RandomVariable.

Definition at line 151 of file ExponentialRV.cpp.

References RandomVariable::startValue.


The documentation for this class was generated from the following files:

Generated on Mon Oct 23 15:05:42 2006 for OpenSees by doxygen 1.5.0