Confusion about map balance

Source: Internet
Author: User

I encountered a problem in my work today, and I was confused about the two solutions.

The problem is:
A matching game is assumed to be a world of LOL, Dota, or tanks.
On a map, there are 10000 sample battles. The team at the birth of a won 4700, the team at the birth of B won 4500, And the draw was 800;
Q: Is there a balance problem in this map?
If one party is biased towards the other, it may be a match problem or a map design problem;

 

The solution proposed by BI:
* Pick out 9200 non-draw battles
* Mark each game. If 0 wins, 1 wins, and 1 wins;
* Obtain a sequence of 0 and 1.
* Verify that "the mean value of the sample is 0.5 (both sides are balanced)" and t-test is used;

 

My proposed solution:

* Calculate the winning rate of each player on this chart;
* Example: Player 1 wins at point A: B wins: Draw is 37%: 35%: 28%; Player 2 wins at point A: B wins: Draw is 48%: 50%: 2%;
* The Dual Sample sequence is obtained based on the winning/losing ratio of each player;
* Perform a two-sample t-test;

Are the two conclusions Equal?

 

Comment:

The sequence 0, 1 in solution 1 does not conform to the normal distribution. You cannot directly use the t-test. In solution 2, the player winning rate is a normal distribution, which can be considered;

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.