SSJ  3.3.1
Stochastic Simulation in Java
Public Member Functions | List of all members
MonteCarloModelCV Interface Reference

An extension of MonteCarloModelDouble that also implements a vector of control variates. More...

Inheritance diagram for MonteCarloModelCV:
[legend]
Collaboration diagram for MonteCarloModelCV:
[legend]

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.
 

Detailed Description

An extension of MonteCarloModelDouble that also implements a vector of control variates.


The documentation for this interface was generated from the following file: