Skip to content

Instantly share code, notes, and snippets.

# R code re: CapitalSpecator.com post on designing a simple probit model:
# "A (Partial) Solution For Narrative Risk: Probit Modeling"
# http://www.capitalspectator.com/a-partial-solution-for-narrative-risk-probit-modeling/
# 15 Dec 2015
# By James Picerno
# http://www.capitalspectator.com/
# (c) 2015 by Beta Publishing LLC
# load packages
library(TTR)
# tail.risk.1.13jul2015.R
# R code re: CapitalSpecator.com post on tail risk, part I:
# "Tail Risk Analysis In R: Part I"
# 13 July 2015
# By James Picerno
# http://www.capitalspectator.com/tail-risk-analysis-in-r-part-i/#more-5707
# load packages
library(xts)
# efficient.frontier.06jun2015.R
# R code re: CapitalSpecator.com post on efficient frontier analytics:
# "Efficient Frontier Portfolios–Impractical But Still Useful"
# 6 July 2015
# By James Picerno
# http://www.capitalspectator.com/efficient-frontier-portfolios-impractical-but-still-useful/
# Keep in mind that results will change depending on when you run the code
# due to fluctuating market conditions