SimResult-class: Class "SimResult"
Description
Class for the results of one simulation run.Objects from the Class
Objects can be created by calls of the form new("SimResult", ...)
or
SimResult(...)
.Details
The function to be evaluated in the simulation runs (see
runSimulation
) must return a numeric vector or an object of
class SimResult
. Note that the latter is computationally more
expensive. Returning a list with components values
and add
is
also accepted and slightly faster than using a "SimResult"
object.Methods
No methods defined with class "SimResult" in the signature.