Coder Social home page Coder Social logo

cool-website's Introduction

Cocktail Face Off

Power Rating Cocktails

Once you vote it should tell you there was a x% chance of winning the matchup

Use the ELO rankings

Their expected scores are:

calc = (1.0 / (1.0 + pow(10, ((rating_2 โ€“ rating_1) / 400))));

If Garry Kasparov (wins) = 1/1+10 to the power (2200 ? 2500)/400 = 0.849 If Vishwanathan Anand (wins) = 1/1 +10 to the power (2500 ? 2200)/400 = 0.151

Now believe that the Federation has decided that the value of K is 24.

If Garry Kasparov wins

Garry Kasparov = 2500 + 24 (1 - 0.849) = 2503 Vishwanathan Anand = 2200 + 24 (0 - 0.151) = 2196

If Vishwanathan Anand wins

Garry Kasparov = 2500 + 24 (0 - 0.849) = 2479 Vishwanathan Anand = 2200 + 24 (1+ 0.151) = 2220

Huh

cool-website's People

Contributors

setlock10 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.