N0talent
Results
2
comments of
N0talent
[first Analysis] this error come from the way `training.end.v` is calculated. It works fine if k.traing and k.testing ist >1. for example: `walk.forward(.....,k.training = 36, k.testing = 12, ....)` i...
[Analysis 2] `walk.forward(.....,k.training = 36, k.testing = 12, ....)` i get following Testing and Training intervals: ``` [,1] [,2] [,3] [,4] [,5] training.start.v 1 232 483 735 987 training.end.v 734...