Mean rolling correlation of XLF constituents
I follow Quantocracy on Twitter, and I found Rolling mean correlation in the tidyverse by Robot Wealth. They say to let them know if you’d approach it differently. I would, so I thought it would be interesting to replicate the analysis using tools I’m familiar with: xts and TTR.
xts_0.12.1 on CRAN
TTR_0.24.2 on CRAN
quantmod_0.4-16 on CRAN
microbenchmark_1.4-7 on CRAN
I pushed an updated microbenchmark to CRAN a couple weeks ago. There were two noteworthy changes, thanks to great contributions from @MichaelChirico and @harvey131.
quantmod_0.4-14 on CRAN
xts 0.11-2 on CRAN
xts 0.11-1 on CRAN
Learning to code is worth it
Someone recently shared this great talk by Chris Allen from lambda conf 2017. The title of the talk is “Why Johnny Can’t Code Good,” but the content is more about how to grow as a programmer. His points are true whether you’re just starting out, or have been coding for years.