simResultSinglePeriod-class {portfolioSim}R Documentation

Class "simResultSinglePeriod"

Description

Contains simulation result data for a single period.

Objects from the Class

Objects can be created by calls of the form new("simResultSinglePeriod", ...).

Slots

start.data:
Object of class "instantData" that contains cross-sectional data as of the start of the period.
end.data:
Object of class "instantData" that contains cross-sectional data as of the end of the period.
period.data:
Object of class "periodData" that contains data for the period involving the passage of time.

Methods

loadIn
signature(object = "simResultSinglePeriod", in.loc = "character", fmt = "missing"): load in the simulation data stored in in.loc. Currently only one format, binary .RData, is available, and so the fmt parameter is missing here.
saveOut
signature(object = "simResultSinglePeriod", type = "character", fmt = "missing", out.loc = "character", name = "missing", verbose = "logical"): save this object. Currently only one format, binary .RData, is available, and so the fmt parameter is missing here.

Author(s)

Jeff Enos jeff@kanecap.com


[Package portfolioSim version 0.2-5 Index]