Which statistical test should I use to show significance in favour of a system?
I have a dataset of the following form:
| System A Rating | System B Rating |
|---|---|
| 4.5 | 5 |
| 3 | 4 |
| 5 | 3 |
| etc. | etc. |
I have 155 such data points gathered using a survey. Which statistical test should I use to show statistical significance if one system has significantly better ratings than the other?
Thanks.
Topic hypothesis-testing difference dataset statistics
Category Data Science