Skip to content

Instantly share code, notes, and snippets.

# R code re: CapitalSpecator.com post for analyzing combination forecasts in R
# "Projecting The Payrolls Trend With Combination Forecasts"
# http://www.capitalspectator.com/projecting-the-payrolls-trend-with-combination-forecasts/#more-8309
# 22 Dec 2016
# By James Picerno
# http://www.capitalspectator.com/
# (c) 2016 by Beta Publishing LLC
# load packages
library(TTR)
# R code re: CapitalSpecator.com post for analyzing tail risk with extreme value theory in R
# "Tail-Risk Analysis In R: Part II - Extreme Value Theory"
# http://www.capitalspectator.com/tail-risk-analysis-in-r-part-ii-extreme-value-theory/
# 7 Feb 2017
# By James Picerno
# http://www.capitalspectator.com/
# (c) 2017 by Beta Publishing LLC
# load packages
# R code re: CapitalSpecator.com post for replicating indexes in R
# "Replicating Indexes In R With Style Analysis: Part I"
# http://www.capitalspectator.com/replicating-indexes-in-r-with-style-analysis-part-i/
# 10 Oct 2017
# By James Picerno
# http://www.capitalspectator.com/
# (c) 2017 by Beta Publishing LLC
# load packages
library(quadprog)