Skip to content

Latest commit

 

History

History
96 lines (88 loc) · 2.3 KB

Codebook.md

File metadata and controls

96 lines (88 loc) · 2.3 KB

This tidy data is generated by transforming the dataset obtained fromthe url https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip

The subsetting and transformations include - Select only the columns that have -mean() and -std() have in their names - Combine the rows from training and test data set - Compute average values for each column based on unique combination of subject and activity the traning and test data set combined

Information about the columns in the tidy data set

subject - This column is number from 1-30 identifying the subject who took part in the experimental activity

activity - This column describes the type of activity the subject is involved in . Possible values include

WALKING
WALKING_UPSTAIRS
WALKING_DOWNSTAIRS
SITTING
STANDING
LAYING

Following columns represent average values of mean and standard deviation. The column names of these columns have been transformed by - Converting the column names to lower case - Removing charcaters - ( ) from the column name

The average values have been computed for these variables for a unique combination of subject and activity the traning and test data set combined

tbodyaccmeanx tbodyaccmeany tbodyaccmeanz tbodyaccstdx tbodyaccstdy tbodyaccstdz tgravityaccmeanx tgravityaccmeany tgravityaccmeanz tgravityaccstdx tgravityaccstdy tgravityaccstdz tbodyaccjerkmeanx tbodyaccjerkmeany tbodyaccjerkmeanz tbodyaccjerkstdx tbodyaccjerkstdy tbodyaccjerkstdz tbodygyromeanx tbodygyromeany tbodygyromeanz tbodygyrostdx tbodygyrostdy tbodygyrostdz tbodygyrojerkmeanx tbodygyrojerkmeany tbodygyrojerkmeanz tbodygyrojerkstdx tbodygyrojerkstdy tbodygyrojerkstdz tbodyaccmagmean tbodyaccmagstd tgravityaccmagmean tgravityaccmagstd tbodyaccjerkmagmean tbodyaccjerkmagstd tbodygyromagmean tbodygyromagstd tbodygyrojerkmagmean tbodygyrojerkmagstd fbodyaccmeanx fbodyaccmeany fbodyaccmeanz fbodyaccstdx fbodyaccstdy fbodyaccstdz fbodyaccjerkmeanx fbodyaccjerkmeany fbodyaccjerkmeanz fbodyaccjerkstdx fbodyaccjerkstdy fbodyaccjerkstdz fbodygyromeanx fbodygyromeany fbodygyromeanz fbodygyrostdx fbodygyrostdy fbodygyrostdz fbodyaccmagmean fbodyaccmagstd fbodybodyaccjerkmagmean fbodybodyaccjerkmagstd fbodybodygyromagmean fbodybodygyromagstd fbodybodygyrojerkmagmean fbodybodygyrojerkmagstd