public interface MonteCarloResults
Modifier and Type | Method and Description |
---|---|
double |
getExpectedValue()
Get the score for the Monte Carlo simulation.
|
Samples |
getSamples()
Get the results of the Monte Carlo simulations as a Samples object.
|
MonteCarloResults |
join(MonteCarloResults results)
Join another Monte Carlo results object to this one.
|
void |
reset()
Clear the results of the MonteCarloResults object.
|
String |
toCsv()
Get a CSV string of the Monte Carlo results stored in this class.
|
double getExpectedValue()
Samples getSamples()
String toCsv()
MonteCarloResults join(MonteCarloResults results)
results
- the results object to join.void reset()
Copyright © 2015 University of Glasgow. All rights reserved.