Statistics: making scores a number between 0 and 1

92 Views Asked by At

Silly question, but I do not know how to do it:

I let a computer play 100.000 games. I want to do some statistics on that. I would like to see how good the computer performed.

Question What is the correct action to take from here?

My thoughts: taking the draws, the wins and losses. On the x-axis I put the number of games. On the y-axis I put the wins/draws/losses. Does that ok or silly?

I figured it might be smart to make them y-axis between 0 and 1. Is there a formula for that? Something I could use with R?