Extractors {fPortfolio} | R Documentation |
A collection and description of functions
allowing to get information about objects
of class fPFOLIODATA, FPFOLIOSPEC, and
fPORTFOLIO.
The functions are:
getConstraints(object) getData(object) getEstimator(object) getFrontier(object, ...) getMu(object) getNames(object) getNumberOfAssets(object) getNFrontierPoints(object) getPortfolio(object) getParams(object) getCovRiskBudgets(object) getRiskFreeRate(object) getSeries(object) getSigma(object) getSolver(object) getSpec(object) getStatistics(object) getTargetAlpha(object) getTailRisk(object) getTailRiskBudgets(object) getTargetReturn(object) getTargetRisk(object) getTrace(object) getType(object) getWeights(object)
object |
an object of class fPFOLIODATA , fPFOLIOSPEC or
fPORTFOLIO .
|
... |
[getPortfolio, getFrontier, getWeights] - optional arguments to be passed. |
Diethelm Wuertz and Oliver Greshake for the Rmetrics port.
##