Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
# 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