- Merges the training and the test sets to create one dataset to clean.
- Extracts the measurements of the mean and standard deviation for each measurement.
- Uses descriptive activity names to name the activities.
- Labels columns with descriptive names.
- Creates a second independent tidy dataset with the average of each variable for each activity and each subject.
The result of this program is in result.txt.