objective {portfolio.optimization} | R Documentation |
Set new objective of a portfolio.model
Description
objective
sets a new objective for VaR and Expected Shortfall
Usage
objective(model, objective = "markowitz")
Arguments
model |
the portfolio.model to be changed |
objective |
the new objective |
Value
the adapted portfolio.model
Author(s)
Ronald Hochreiter, ronald@algorithmic.finance
Examples
data(sp100w17av30s)
model <- portfolio.model(scenario.set)
mad <- optimal.portfolio(objective(model, "mad"))
[Package portfolio.optimization version 1.0-0 Index]