Compute metrics related to the prediction of the positions

Compute metrics related to the prediction of the positions

calculate_position_predict(dataset, prediction, metrics = c("rf_mse",
  "rf_rsq", "lm_mse", "lm_rsq"))

Arguments

dataset

A dataset containing a trajectory

prediction

A predicted trajectory

metrics

Which metrics to predict, can be rf_mse, rf_rsq, rf_nmse, lm_mse, lm_rsq and/or lm_nmse