Analyzing Pedometer Data with Mathematica
In Stephen Wolfram's personal analytics blog post, he showed a number of interesting plots of the steps he's recorded on his pedometer over the past two years. Each plot highlighted a different feature of his activity. For example, this daily step distribution makes it clear that Stephen is typically most physically active around noon:
In this blog post I'll show you how to analyze your own pedometer data and make cool plots like Stephen's. If you don't have any data, you can use the attached sample data that corresponds to my own physical activity.
First we need to import the data and format it appropriately.
The data is formatted as pairs of time stamps and step counts in five-minute intervals.