philipp

Results 5 issues of philipp

Hello, I am using this awesome function: `compare.gmwm(estimated_model_one, estimated_model_two, estimated_model_three, split = FALSE)` Unfortunately this line of code gives me an error, as I can only provide 2 models at...

enhancement

Hello I have a dataset at a certain frequency. The resulting plot of ``` r gmwm(gmwm_model, imu_object, freq = 200, robust = FALSE, seed = 1) ``` is different from...

question

Hello, The OMEGA-matrix gives me the weights on the different scales, that is ok. Normally, all the scales are considered with a specific weight. Is there some way to modify...

enhancement

Hello I have the following code: ``` r gmwm_values = gmwm(model = my_gmwm_model, data = vector_of_interest) ``` This works fine. Now, if I have a for-loop, where I have multiple...

enhancement

Hello, by using the "imu.data = read.imu(file = imu.file_path , type = imu.type);" the data is assembled in 6 collums being Gyro.X, Gyro.Y, Gyro.Z, Accel.X, Accel.Y and Accel.Z. That is...

enhancement