Analyze Personal Fitness Data
An analysis of the time series generated by a personal fitness device can provide a useful summary of one's activity levels and suggest realistic goals for achieving optimal fitness.
This time series contains the number of steps taken daily by a person during a period of five months.
Plot the daily step counts together with a healthy goal of 10,000 steps per day.
show complete Wolfram Language inputhide input
Out[3]= | |
Compute the basic statistics for the daily number of steps.
show complete Wolfram Language inputhide input
Out[4]= | |
Analyze the frequency of daily counts.
Out[5]= | |
Display the daily step counts in a color-coded calendar for each of the months.
show complete Wolfram Language inputhide input
Out[10]= | |
Analyze the number of steps depending on a day of the week.
show complete Wolfram Language inputhide input
Out[12]= | |
Calculate descriptive statistics for each day of the week.
show complete Wolfram Language inputhide input
Out[14]//TableForm= |
| |
Calculate weekly totals.
show complete Wolfram Language inputhide input
Out[16]= | |