Reproducible Research @ Coursera

I am a big fan of Literate programming. Seeing a course being offered on Coursera picked my interest. The whole lecture series comprises 4 lectures, each spanning an hour each. So, spending 4 to 5 hours on something that I had already learnt felt like a waste of time. However I realized that mind plays tricks on us and always gives us an illusion of mastery over something just because we are familiar with the topic.

Why should there be more spaced out tests

Here is the research finding that punches HARD on the conventional hypothesis of learning : ( Study + Study + Study +…+ Final Test ) leads to better learning. [youtube https://www.youtube.com/watch?v=oqae85jbfbE?rel=0]

Forget What You Know About Good Study Habits

Via NYTtimes : Every September, millions of parents try a kind of psychological witchcraft, to transform their summer-glazed campers into fall students, their video-bugs into bookworms. Advice is cheap and all too familiar: Clear a quiet work space. Stick to a homework schedule. Set goals. Set boundaries. Do not bribe (except in emergencies). And check out the classroom. Does Junior’s learning style match the new teacher’s approach? Or the school’s philosophy?

Knitr

Yihui Xie, the author of Knitr package mentions my book review on the package demo site A book review on RPubs by RK I had rewritten my review as an Rmd and had posted on RPubs for others to read.

Outlier treatment

This paper mentions a mechanism to clean high frequency data of outliers. The setting is NYSE TAQ(Trades and Quotes data) and many initial filters(data cleaning) applied are specific to NYSE. However the mechanism for removing outliers that is mentioned by is market agnostic. The key idea behind the method is to choose k neighbor prices + a fudge factor gamma, and compute a trimmed mean and standard deviation of the k neighboring prices.