home / season_27_matches

sun_palace_loadouts (view)

48 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: Wins, Losses

Loadout Games Wins Losses Winrate Pickrate WinRate_LowerBound_95CI
BananaFarm, BoomerangMonkey, EngineerMonkey 50 38 12 76.00% 0.80% 64.16%
BananaFarm, BoomerangMonkey, SpikeFactory 52 39 13 75.00% 0.83% 63.23%
BananaFarm, BoomerangMonkey, NinjaMonkey 60 43 17 71.67% 0.96% 60.26%
BananaFarm, EngineerMonkey, MonkeyAce 694 439 255 63.26% 11.14% 59.67%
BananaFarm, DartMonkey, MortarMonkey 83 54 29 65.06% 1.33% 54.80%
BananaFarm, DartMonkey, WizardMonkey 36 25 11 69.44% 0.58% 54.40%
GlueGunner, HeliPilot, MonkeyVillage 271 154 117 56.83% 4.35% 50.93%
BananaFarm, DartMonkey, GlueGunner 157 90 67 57.32% 2.52% 49.59%
GlueGunner, MonkeyVillage, NinjaMonkey 102 60 42 58.82% 1.64% 49.27%
DartMonkey, GlueGunner, MonkeyVillage 115 67 48 58.26% 1.85% 49.25%
BananaFarm, TackShooter, WizardMonkey 247 133 114 53.85% 3.96% 47.63%
DartlingGunner, MonkeyVillage, SuperMonkey 98 54 44 55.10% 1.57% 45.25%
HeliPilot, IceMonkey, SuperMonkey 83 46 37 55.42% 1.33% 44.73%
GlueGunner, MonkeyVillage, TackShooter 225 115 110 51.11% 3.61% 44.58%
BananaFarm, BoomerangMonkey, SuperMonkey 46 27 19 58.70% 0.74% 44.47%
BananaFarm, BombShooter, WizardMonkey 78 43 35 55.13% 1.25% 44.09%
BananaFarm, EngineerMonkey, SpikeFactory 42 24 18 57.14% 0.67% 42.18%
IceMonkey, MonkeyVillage, TackShooter 61 32 29 52.46% 0.98% 39.93%
BananaFarm, EngineerMonkey, SuperMonkey 72 37 35 51.39% 1.16% 39.84%
BananaFarm, BoomerangMonkey, MortarMonkey 36 20 16 55.56% 0.58% 39.32%
BananaFarm, MonkeyAce, SniperMonkey 32 18 14 56.25% 0.51% 39.06%
BananaFarm, DartMonkey, IceMonkey 28 16 12 57.14% 0.45% 38.81%
EngineerMonkey, TackShooter, WizardMonkey 33 18 15 54.55% 0.53% 37.56%
BananaFarm, BombShooter, SpikeFactory 44 23 21 52.27% 0.71% 37.51%
SpikeFactory, TackShooter, WizardMonkey 31 17 14 54.84% 0.50% 37.32%
Alchemist, GlueGunner, NinjaMonkey 36 19 17 52.78% 0.58% 36.47%
BananaFarm, Druid, MonkeySub 83 39 44 46.99% 1.33% 36.25%
NinjaMonkey, SniperMonkey, WizardMonkey 32 17 15 53.13% 0.51% 35.83%
Alchemist, HeliPilot, NinjaMonkey 48 23 25 47.92% 0.77% 33.78%
Druid, MonkeySub, SpikeFactory 29 15 14 51.72% 0.47% 33.54%
BananaFarm, DartlingGunner, IceMonkey 41 20 21 48.78% 0.66% 33.48%
Alchemist, IceMonkey, NinjaMonkey 27 14 13 51.85% 0.43% 33.00%
BananaFarm, IceMonkey, WizardMonkey 37 18 19 48.65% 0.59% 32.54%
BananaFarm, SniperMonkey, TackShooter 34 16 18 47.06% 0.55% 30.28%
BananaFarm, IceMonkey, SuperMonkey 42 19 23 45.24% 0.67% 30.19%
BananaFarm, BoomerangMonkey, WizardMonkey 30 14 16 46.67% 0.48% 28.81%
MonkeyVillage, SniperMonkey, TackShooter 30 14 16 46.67% 0.48% 28.81%
BananaFarm, BombShooter, SniperMonkey 27 12 15 44.44% 0.43% 25.70%
BananaFarm, SniperMonkey, WizardMonkey 58 21 37 36.21% 0.93% 23.84%
IceMonkey, MonkeyVillage, NinjaMonkey 26 11 15 42.31% 0.42% 23.32%
BananaFarm, BombShooter, MonkeySub 49 18 31 36.73% 0.79% 23.24%
BananaFarm, BombShooter, MortarMonkey 33 13 20 39.39% 0.53% 22.72%
Alchemist, BananaFarm, NinjaMonkey 50 18 32 36.00% 0.80% 22.70%
BananaFarm, GlueGunner, TackShooter 40 15 25 37.50% 0.64% 22.50%
SniperMonkey, SuperMonkey, WizardMonkey 28 11 17 39.29% 0.45% 21.20%
GlueGunner, SniperMonkey, WizardMonkey 26 10 16 38.46% 0.42% 19.76%
SniperMonkey, TackShooter, WizardMonkey 37 12 25 32.43% 0.59% 17.35%
BananaFarm, DartlingGunner, SuperMonkey 42 13 29 30.95% 0.67% 16.97%

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW sun_palace_loadouts AS 
WITH sun_palace AS
    (SELECT *
    FROM matches
    WHERE map = 'sun_palace')
SELECT Loadout,
       Games,
       Wins,
       Losses,
       printf('%.2f%%', WR * 100)                                          AS Winrate,
       printf('%.2f%%', PR * 100)                                          AS Pickrate,
       printf('%.2f%%', (WR - 1.96 * SQRT((WR * (1 - WR)) / Games)) * 100) AS WinRate_LowerBound_95CI
FROM (SELECT Loadout,
             Games,
             Wins,
             Losses,
             CAST(Wins AS REAL) / Games AS WR,
             CAST(Games AS REAL) / (
                 (SELECT COUNT(*)
                  FROM sun_palace) * 2)    AS PR
      FROM (SELECT Loadout,
                   SUM(Win) + SUM(NOT Win) AS Games,
                   SUM(Win)                AS Wins,
                   SUM(NOT Win)            AS Losses
            FROM (SELECT printf('%s, %s, %s', lt1, lt2, lt3) AS Loadout,
                         playerLeftWin                       AS Win
                  FROM sun_palace
                  UNION ALL
                  SELECT printf('%s, %s, %s', rt1, rt2, rt3) AS Loadout,
                         NOT playerLeftWin                   AS Win
                  FROM sun_palace)
            GROUP BY Loadout)
      WHERE Wins >= 10
        AND Losses >= 10)
WHERE Wins >= 10 AND Losses >= 10 AND LENGTH(WinRate_LowerBound_95CI) = 6
ORDER BY WinRate_LowerBound_95CI DESC;
Powered by Datasette · Queries took 580.492ms