Skip to content
/ mpo Public

Companion to Modern Portfolio Optimization with R, 2nd Edition

Notifications You must be signed in to change notification settings

kecoli/mpo

Repository files navigation

mpo

Companion to Modern Portfolio Optimization with R, 2nd Edition

Please update to latest R, R-3.4.4 (as of March 2018)

install

Since the update of devtool 2.0.0, there is a bug in devtool that making DESCRIPTION file not able to be read

work around:

library(devtools)

install_version("devtools", version = "1.13.6", repos = "http://cran.us.r-project.org")

install_github('kecoli/mpo')

runExample("portOpt")

runExample("perfMetric")

About

Companion to Modern Portfolio Optimization with R, 2nd Edition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published