Michael Quinn bio photo

Michael Quinn

Nerd dad who spends way too much time thinking about statistical computing, face-punching and other adventurous things.

Email Twitter LinkedIn Github

My Projects

Bayesian Portfolio Optimization in R

The project was originally a paper that I published in the Central Asia Business Journal, which is edited by former colleagues at KIMEP university. I’m sure that the digital edition of the most recent version will eventually go up. Or at least I hope.

Since the code was originally structured to accompany a paper, it’s a bit of a mess right now. But I’m coercing it into a package, so that it might be useful to someone intrepid researcher wishing to reproduce the results published by the leading English-lange business journal in Central Asia. I’m sure it will be a great honor!

The package implements several Bayesian estimators for the parameters in a classic Markowitz portfolio optimization algorithm. A Gibbs sampler is used to find the Bayesian estimates.

You can view it here on Github.

AdventureR

This package contains all of the functions written for posts on this blog. Obviously, the package will always be “in development,” since this blog is an ongoing project. Nonetheless, this should make it a lot easier to organize, document and share the code produced here.

You can view it here on Github.

LambdaList

I created this package to accompany my R translation of List Out of Lambda. Motivation for the project comes from Steve Losh, whose article lays the foundation for purely functional lists. I also relied on Hadley Wickham and Lionel Henry’s package purrr, which provided many of the functional programming examples in the article.

You can view the package here on Github.