duxbuse / ninthage-data-analytics

A better way for the project to ingest tournament results
GNU General Public License v3.0
1 stars 0 forks source link

Identify players who our are outliers in the dataset #168

Open SanderND opened 1 year ago

SanderND commented 1 year ago

Some players either play a lot or have extreme good or bad results. We might want to identify them.

Preferred solution 1: identify if the number of games by a player is more then 2x standard deviation away from average of games by all players from all armies. Preferred solution 2: identify if the average gameresults is more then 2x standard deviation away from average gameresult of the army.

stakeholder: @axiem