Skip to content

Latest commit

 

History

History
115 lines (83 loc) · 4.24 KB

codeBook.md

File metadata and controls

115 lines (83 loc) · 4.24 KB

The output of the tidy dataset project is a dataframe which has 180 observations of the following 80 variables:

  1. "subjectID" Person who participated in the experiment. Integer value from 1 to 30
  2. "activityName" Kind of activity (WALKING, WALKING_UPSTAIRS, WALKING_DOWNSTAIRS, SITTING, STANDING, LAYING) being measured
  • The variables below represent data from accelerometer and gyroscope signals and are bounded in the range of [-1,1]
  • The next 3 variables measure the mean for the X,Y,Z coordinate values of the body acceleration
  1. "tBodyAccMeanY"
  2. "tBodyAccMeanZ"
  • The next 3 variables measure the standard deviation for the X,Y,Z coordinate values of the body acceleration
  1. "tBodyAccStdX"
  2. "tBodyAccStdY"
  3. "tBodyAccStdZ"
  • The next 3 variables measure the mean for the X,Y,Z coordinate values of the gravity acceleration
  1. "tGravityAccMeanX"
  2. "tGravityAccMeanY"
  3. "tGravityAccMeanZ"
  • The next 3 variables measure the standard deviation for the X,Y,Z coordinate values of the gravity acceleration
  1. "tGravityAccStdX"
  2. "tGravityAccStdY"
  3. "tGravityAccStdZ"
  • The next 3 variables measure the mean for the X,Y,Z coordinate values of the jerk for body acceleration
  1. "tBodyAccJerkMeanX"
  2. "tBodyAccJerkMeanY"
  3. "tBodyAccJerkMeanZ"
  • The next 3 variables measure the standard deviation for the X,Y,Z coordinate values of the jerk for body acceleration
  1. "tBodyAccJerkStdX"
  2. "tBodyAccJerkStdY"
  3. "tBodyAccJerkStdZ"
  • The next 3 variables measure the mean for the X,Y,Z coordinate values of the body acceleration from gyroscope signals
  1. "tBodyGyroMeanX"
  2. "tBodyGyroMeanY"
  3. "tBodyGyroMeanZ"
  • The next 3 variables measure the standard deviation for the X,Y,Z coordinate values of the body acceleration from gyroscope signals
  1. "tBodyGyroStdX"
  2. "tBodyGyroStdY"
  3. "tBodyGyroStdZ"
  • The next 3 variables measure the mean for the X,Y,Z coordinate values of the body jerk from gyroscope signals
  1. "tBodyGyroJerkMeanX"
  2. "tBodyGyroJerkMeanY"
  3. "tBodyGyroJerkMeanZ"
  • The next 3 variables measure the standard deviation for the X,Y,Z coordinate values of the body jerk from gyroscope signals
  1. "tBodyGyroJerkStdX"
  2. "tBodyGyroJerkStdY"
  3. "tBodyGyroJerkStdZ"
  • The next 2 variables measure the mean and standard deviation for the magnitude of the body acceleration
  1. "tBodyAccMagMean"
  2. "tBodyAccMagStd"
  • The next 2 variables measure the mean and standard deviation for the magnitude of the gravity acceleration
  1. "tGravityAccMagMean"
  2. "tGravityAccMagStd"
  • The next 2 variables measure the mean and standard deviation for the magnitude of the body acceleration jerk
  1. "tBodyAccJerkMagMean"
  2. "tBodyAccJerkMagStd"
  • The next 3 variable names measure the standard deviation and mean values from the gyroscope signals
  1. "tBodyGyroMagStd"
  2. "tBodyGyroJerkMagMean"
  3. "tBodyGyroJerkMagStd"
  • The following variables have similar meaning to the previous 3:42 variables, except that were obtained after applying a Fast Fourier Transform to the signals and they signify frequency domain signals
  1. "fBodyAccMeanX"
  2. "fBodyAccMeanY"
  3. "fBodyAccMeanZ"
  4. "fBodyAccStdX"
  5. "fBodyAccStdY"
  6. "fBodyAccStdZ"
  7. "fBodyAccJerkMeanX"
  8. "fBodyAccJerkMeanY"
  9. "fBodyAccJerkMeanZ"
  10. "fBodyAccJerkStdX"
  11. "fBodyAccJerkStdY"
  12. "fBodyAccJerkStdZ"
  13. "fBodyGyroMeanX"
  14. "fBodyGyroMeanY"
  15. "fBodyGyroMeanZ"
  16. "fBodyGyroStdX"
  17. "fBodyGyroStdY"
  18. "fBodyGyroStdZ"
  19. "fBodyAccMagMean"
  20. "fBodyAccMagStd"
  21. "fBodyBodyAccJerkMagMean"
  22. "fBodyBodyAccJerkMagStd"
  23. "fBodyBodyGyroMagMean"
  24. "fBodyBodyGyroMagStd"
  25. "fBodyBodyGyroJerkMagMean"
  26. "fBodyBodyGyroJerkMagStd