Created
February 5, 2016 22:41
-
-
Save StuartGordonReid/d72e13de4409a0653011 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Plot fifteen asset price paths without stochastic volatility. | |
| charts.PerformanceSummary(returnProcesses(15, t = (252*5), | |
| stochastic.volatility = FALSE), | |
| colorset = seq(1,15)) | |
| # Plot fifteen asset price paths with stochastic volatility. | |
| charts.PerformanceSummary(returnProcesses(15, t = (252*5), | |
| stochastic.volatility = TRUE), | |
| colorset = seq(1,15)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment