exposureHistory-class {portfolio}R Documentation

Class "exposureHistory"

Description

A time series of objects of class "exposure".

Objects from the Class

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

Slots

freq:
Object of class "numeric" containing the frequency of the time series of added objects, as periods per year. Defaults to 1.
data:
Object of class "list" containing list of objects in the history. The names of this list are the objects' time periods.

Extends

Class "objectHistory", directly.

Methods

mean
signature(x = "exposureHistory"): calculate the mean of the exposures in this object.
plot
signature(x = "exposureHistory", y = "missing"): Plot this object.
show
signature(object = "exposureHistory"): show the object, briefly.
show
signature(object = "exposureHistory"): display a summary of this object.

Author(s)

Jeff Enos jeff@kanecap.com


[Package portfolio version 0.2-1 Index]