DataTech Inc., a company specializing in predictive analytics, is exploring the impact of data normalization on the performance of its regression models. The team has collected two datasets: one raw and one normalized, to assess whether normalization improves model accuracy.
| Dataset | Sample Size | Mean Error | Standard Deviation |
|---|---|---|---|
| Raw Data | 500 | 5.2 | 2.1 |
| Normalized Data | 500 | 4.8 | 1.9 |
The model's performance is measured using mean error, where lower values indicate better predictions.
Determine whether the difference in mean errors between the two datasets is statistically significant.