#include <random_variable.h>


Public Member Functions | |
| RandomVariable () | |
| virtual | ~RandomVariable () |
| virtual | operator double (void) const =0 throw () |
| virtual double | mean (void) const =0 throw () |
| virtual double | variance (void) const =0 throw () |
| virtual double | standard_deviation (void) const =0 throw () |
| shawn::RandomVariable::RandomVariable | ( | ) |
| virtual shawn::RandomVariable::~RandomVariable | ( | ) | [virtual] |
| virtual shawn::RandomVariable::operator double | ( | void | ) | const throw () [pure virtual] |
Implemented in shawn::NormalRandomVariable, shawn::UniformRandomVariable, and shawn::WeibullRandomVariable.
| virtual double shawn::RandomVariable::mean | ( | void | ) | const throw () [pure virtual] |
Implemented in shawn::NormalRandomVariable, shawn::UniformRandomVariable, and shawn::WeibullRandomVariable.
| virtual double shawn::RandomVariable::variance | ( | void | ) | const throw () [pure virtual] |
Implemented in shawn::NormalRandomVariable, shawn::UniformRandomVariable, and shawn::WeibullRandomVariable.
| virtual double shawn::RandomVariable::standard_deviation | ( | void | ) | const throw () [pure virtual] |
Implemented in shawn::NormalRandomVariable, shawn::UniformRandomVariable, and shawn::WeibullRandomVariable.
1.5.6