Skip to content

Instantly share code, notes, and snippets.

View chibondking's full-sized avatar

CJ Johnson chibondking

View GitHub Profile
@chibondking
chibondking / server.R
Created May 19, 2013 02:35
Portfolio Analytics Shiny App
library(PerformanceAnalytics)
library(PortfolioAnalytics)
library(quantmod)
options( error = recover )
fastCovMcdEstimator <- function(x, spec=NULL,...) {
covMcdEstimate
}