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.

In[1]:=
Click for copyable input
X

Plot the daily step counts together with a healthy goal of 10,000 steps per day.

show complete Wolfram Language input
In[3]:=
Click for copyable input
X
Out[3]=

Compute the basic statistics for the daily number of steps.

show complete Wolfram Language input
Out[4]=

Analyze the frequency of daily counts.

In[5]:=
Click for copyable input
X
Out[5]=

Display the daily step counts in a color-coded calendar for each of the months.

show complete Wolfram Language input
Out[10]=

Analyze the number of steps depending on a day of the week.

In[11]:=
Click for copyable input
X
show complete Wolfram Language input
Out[12]=

Calculate descriptive statistics for each day of the week.

In[13]:=
Click for copyable input
X
show complete Wolfram Language input
Out[14]//TableForm=

Calculate weekly totals.

In[15]:=
Click for copyable input
X
show complete Wolfram Language input
Out[16]=
de es ja pt-br zh