SSJ
3.3.1
Stochastic Simulation in Java
|
An extension of MonteCarloModelDouble that also implements a vector of control variates. More...
Public Member Functions | |
double [] | getValuesCV () |
Recovers the realizations of the control variates for the the last run. | |
int | getNumberCV () |
Returns the number of control variates. | |
Public Member Functions inherited from MonteCarloModelDouble | |
void | simulate (RandomStream stream) |
Simulates the model for one run. | |
double | getPerformance () |
Recovers and returns the realization of the performance measure, of type double . | |
String | toString () |
Returns a short description of the model and its parameters. | |
An extension of MonteCarloModelDouble that also implements a vector of control variates.