Learn R Programming

parma (version 1.7)

parmaPort-class: Class "parmaPort"

Description

The parma optimal portfolio class.

Arguments

Objects from the Class

Objects can be created by calls to parmasolve..

Slots

solution:

Object of class "vector" The list with the optimal values.

model:

Object of class "vector" A list with details of the risk model.

Methods

show

signature(object = "parmaPort"): Summary.

weights

signature(object = "parmaPort"): Extracts the optimal weights.

tictoc

signature(object = "parmaPort"): Extracts the time elapsed to solve the problem.

checkarbitrage

signature(object = "parmaPort"): Extracts the arbitrage check on the scenario.

parmarisk

signature(object = "parmaPort"): Extracts the expected risk of the optimized portfolio.

parmareward

signature(object = "parmaPort"): Extracts the expected reward of the optimized portfolio.

parmastatus

signature(object = "parmaPort"): Solver termination code for the LP and NLP solvers.

Author

Alexios Galanos

Examples

Run this code
showClass("parmaPort")

Run the code above in your browser using DataLab