A dispatcher uses a fitted regression model to predict how many minutes each food delivery will take. For five completed deliveries she records the time the model predicted and the time the delivery actually took:
| Delivery | Actual (min) | Predicted (min) |
|---|---|---|
| 1 | ||
| 2 | ||
| 3 | ||
| 4 | ||
| 5 |
She wants a single number describing the typical size of a prediction error, in minutes, so she computes the root mean squared error:
What is the RMSE of these five predictions?
Round your answer to 2 decimal places.