powered by
A matrix of 500 rows (return scenarios) and 200 columns (mutual funds). The elements in the matrix are weekly returns.
fundData
A plain numeric matrix.
The scenarios were created with a bootstrapping technique. The data set is only meant to provide example data on which to test algorithms.
Gilli, M., Maringer, D. and Schumann, E. (2019) Numerical Methods and Optimization in Finance. 2nd edition. Elsevier. https://www.elsevier.com/books/numerical-methods-and-optimization-in-finance/gilli/978-0-12-815065-8
Schumann, E. (2019) Financial Optimisation with R (NMOF Manual). http://enricoschumann.net/NMOF.htm#NMOFmanual
# NOT RUN { apply(fundData, 2, summary) # }
Run the code above in your browser using DataLab