Objects can be created by calls of the form new("parmaSpec").
Slots
model:
A list with details of the risk and optimization model.
modeldata:
A list with the data.
constraints:
A list with details on the optimization
constraints.
Methods
parmasolve
signature(spec = "parmaSpec"):
Solves for the optimal weights.
show
signature(object = "parmaSpec"): Summary method.
parmaset<-
signature(object = "parmaSpec"): Set a specified
‘arg’ from the list of arguments defined in the parmaspec
to some ‘value’ and return a modified specification.
parmaget
signature(object = "parmaSpec"): Get a specified
‘arg’ from the list of arguments defined in the parmaspec.