Home - rhochreiter/scenportopt GitHub Wiki

Scenario-based portfolio optimization

scenportopt is a R extension package to conduct scenario-based portfolio optimization.

Installation

# install package devtools from CRAN
if(!("devtools" %in% rownames(installed.packages()))) { install.packages("devtools") }

# install modopt.matlab and scenportopt from GitHub
require("devtools")
install_github("modopt.matlab", "rhochreiter")
install_github("scenportopt", "rhochreiter")

Examples