meiersi0 / cma-week3

solving exercise 3 of the course "Computational Movement Analysis
0 stars 0 forks source link

Not enough n's #2

Closed ratnanil closed 3 years ago

ratnanil commented 3 years ago

https://github.com/meiersi0/cma-week3/blob/dfcde1718d6943b5c21bdc764785c6550fa9d13f/week3.R#L25-L29

You have just calculated n±2, the task was to calculate n±3:

The sampling interval for this dataset is 1 minute. Use a temporal window v of 6 minutes, i.e. a window size of 6 positions (n±3).

ratnanil commented 3 years ago

Sorry, my mistake.. just saw:

https://github.com/meiersi0/cma-week3/blob/dfcde1718d6943b5c21bdc764785c6550fa9d13f/week3.R#L61-L69