Calculate errors between predictions and actual returns

calculate_errors(predictions, actual_returns)

Arguments

predictions

Predictions to be evaluated

actual_returns

Actual returns

Value

List with Mean Squared Error (MSE), Root Mean Squared Error (RMSE), Mean Absolute Error (MAE), and Hit Ratio