{
  localUrl: '../page/odds_intro.html',
  arbitalUrl: 'https://arbital.com/p/odds_intro',
  rawJsonUrl: '../raw/561.json',
  likeableId: '2982',
  likeableType: 'page',
  myLikeValue: '0',
  likeCount: '10',
  dislikeCount: '0',
  likeScore: '10',
  individualLikes: [
    'AlexeiAndreev',
    'ChrisCooper',
    'NateSoares',
    'MalcolmMcCrimmon',
    'PierreThierry',
    'JasonWada',
    'GeoffroyPlanquart',
    'UltraNihilist',
    'KeithBeech',
    'SzymonWilczyski'
  ],
  pageId: 'odds_intro',
  edit: '15',
  editSummary: '',
  prevEdit: '14',
  currentEdit: '15',
  wasPublished: 'true',
  type: 'wiki',
  title: 'Odds: Introduction',
  clickbait: 'What's the difference between probabilities and odds? Why is a 20% probability of success equivalent to 1 : 4 odds favoring success?',
  textLength: '3949',
  alias: 'odds_intro',
  externalUrl: '',
  sortChildrenBy: 'likes',
  hasVote: 'false',
  voteType: '',
  votesAnonymous: 'false',
  editCreatorId: 'EliezerYudkowsky',
  editCreatedAt: '2016-10-11 19:27:48',
  pageCreatorId: 'NateSoares',
  pageCreatedAt: '2016-07-06 22:44:00',
  seeDomainId: '0',
  editDomainId: 'AlexeiAndreev',
  submitToDomainId: '0',
  isAutosave: 'false',
  isSnapshot: 'false',
  isLiveEdit: 'true',
  isMinorEdit: 'false',
  indirectTeacher: 'false',
  todoCount: '0',
  isEditorComment: 'false',
  isApprovedComment: 'true',
  isResolved: 'false',
  snapshotText: '',
  anchorContext: '',
  anchorText: '',
  anchorOffset: '0',
  mergedInto: '',
  isDeleted: 'false',
  viewCount: '1588',
  text: 'Lets say we have a bag containing twice as many blue marbles as red marbles. Then, if you reach in without looking and pick out a marble at random, the odds are 2 : 1 in favor of drawing a blue marble as opposed to a red one.\n\nOdds express *relative* quantities. 2 : 1 odds are the same as 4 : 2 odds are the same as 600 : 300 odds. For example, if the bag contains 1 red marble and 2 blue marbles, or 2 red marbles and 4 blue marbles, then your chance of pulling out a red marble is the same in both cases:\n\n![](https://i.imgur.com/IcsOXl0.png?0)\n\nIn other words, given odds of $(x : y)$ we can scale it by any positive number $\\alpha$ to get equivalent odds of $(\\alpha x : \\alpha y).$ \n\n# Converting odds to probabilities\n\nIf there were also green marbles, the *relative odds* for red *versus* blue would still be (1 : 2), but the *probability* of drawing a red marble would be lower.\n\n![](https://i.imgur.com/ooyn9Py.png?0)\n\nIf red, blue, and green are the only kinds of marbles in the bag, then we can turn odds of $(r : b : g)$ into probabilities $(p_r : p_b : p_g)$ that say the probability of drawing each kind of marble.  Because red, blue, and green are the only possibilities, $p_r + p_g + p_b$ must equal 1, so $(p_r : p_b : p_g)$ must be odds equivalent to $(r : b : g)$ but "normalized" such that it sums to one. For example, $(1 : 2 : 1)$ would normalize to $\\frac{1}{4} : \\frac{2}{4} : \\frac{1}{4},$ which are the probabilities of drawing a red / blue / green marble (respectively) from the bag on the right above.\n\nNote that if red and blue are not the only possibilities, then it doesn't make sense to convert the odds $(r : b)$ of red vs blue into a probability. For example, if there are 100 green marbles, one red marble, and two blue marbles, then the odds of red vs blue are 1 : 2, but the probability of drawing a red marble is much lower than 1/3! Odds can only be converted into probabilities if its terms are [-1rd].\n\nImagine a forest with some sick trees and some healthy trees, where the odds of a tree being sick (as opposed to heathy) are (2 : 3), and every tree is either sick or healthy (there are no in-between states). Then the probability of randomly picking a sick tree from among *all* trees is 2 / 5, because 2 out of every (2 + 3) trees is sick.\n\n![](https://i.imgur.com/GVZnz2c.png?0)\n\nIn general, the operation we're doing here is taking relative odds like $(a : b : c \\ldots)$ and dividing each term by the sum $(a + b + c \\ldots)$ to produce $$\\left(\\frac{a}{a + b + c \\ldots} : \\frac{b}{a + b + c \\ldots} : \\frac{c}{a + b + c \\ldots}\\ldots\\right)$$ Dividing each term by the sum of all terms gives us an equivalent set of odds (because each element is divided by the same amount) whose terms sum to 1.\n\nThis process of dividing a set of odds by the sum of its terms to get a set of probabilities that sum to 1 is called [1rk normalization].\n\n# Converting probabilities to odds\n\nLet's say we have two events R and B, which might be things like "I draw a red marble" and "I draw a blue marble." Say $\\mathbb P(R) = \\frac{1}{4}$ and $\\mathbb P(B) = \\frac{1}{2}.$ What are the odds of R vs B? $\\mathbb P(R) : \\mathbb P(B) = \\left(\\frac{1}{4} : \\frac{1}{2}\\right),$ of course.\n\nEquivalently, we can take the odds $\\left(\\frac{\\mathbb P(R)}{\\mathbb P(B)} : 1\\right)$, because $\\frac{\\mathbb P(R)}{\\mathbb P(B)}$ is how many more times likely R is than B. In this example, $\\frac{\\mathbb P(R)}{\\mathbb P(B)} = \\frac{1}{2},$ because R is half as likely as B. Sometimes, the quantity $\\frac{\\mathbb P(R)}{\\mathbb P(B)}$ is called the "odds ratio of R vs B," in which case it is understood that the odds for R vs B are $\\left(\\frac{\\mathbb P(R)}{\\mathbb P(B)} : 1\\right).$\n\n# Odds to ratios\n\nWhen there are only two terms $x$ and $y$ in a set of odds, the odds can be written as a ratio $\\frac{x}{y}.$ The odds *ratio* $\\frac{x}{y}$ refers to the *odds* $(x : y),$ or, equivalently, $\\left(\\frac{x}{y} : 1\\right).$',
  metaText: '',
  isTextLoaded: 'true',
  isSubscribedToDiscussion: 'false',
  isSubscribedToUser: 'false',
  isSubscribedAsMaintainer: 'false',
  discussionSubscriberCount: '1',
  maintainerCount: '1',
  userSubscriberCount: '0',
  lastVisit: '',
  hasDraft: 'false',
  votes: [],
  voteSummary: [
    '0',
    '0',
    '0',
    '0',
    '0',
    '0',
    '0',
    '0',
    '0',
    '0'
  ],
  muVoteSummary: '0',
  voteScaling: '0',
  currentUserVote: '-2',
  voteCount: '0',
  lockedVoteType: '',
  maxEditEver: '0',
  redLinkCount: '0',
  lockedBy: '',
  lockedUntil: '',
  nextPageId: '',
  prevPageId: '',
  usedAsMastery: 'false',
  proposalEditNum: '0',
  permissions: {
    edit: {
      has: 'false',
      reason: 'You don't have domain permission to edit this page'
    },
    proposeEdit: {
      has: 'true',
      reason: ''
    },
    delete: {
      has: 'false',
      reason: 'You don't have domain permission to delete this page'
    },
    comment: {
      has: 'false',
      reason: 'You can't comment in this domain because you are not a member'
    },
    proposeComment: {
      has: 'true',
      reason: ''
    }
  },
  summaries: {
    Summary: 'Lets say we have a bag containing twice as many blue marbles as red marbles. Then, if you reach in without looking and pick out a marble at random, the odds are 2 : 1 in favor of drawing a blue marble as opposed to a red one.'
  },
  creatorIds: [
    'NateSoares',
    'EliezerYudkowsky'
  ],
  childIds: [],
  parentIds: [
    'odds'
  ],
  commentIds: [
    '60k'
  ],
  questionIds: [],
  tagIds: [
    'c_class_meta_tag',
    'low_speed_meta_tag'
  ],
  relatedIds: [],
  markIds: [],
  explanations: [],
  learnMore: [],
  requirements: [],
  subjects: [
    {
      id: '5060',
      parentId: 'odds',
      childId: 'odds_intro',
      type: 'subject',
      creatorId: 'NateSoares',
      createdAt: '2016-07-08 15:32:08',
      level: '2',
      isStrong: 'true',
      everPublished: 'true'
    },
    {
      id: '5756',
      parentId: 'probability',
      childId: 'odds_intro',
      type: 'subject',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-08-01 23:11:57',
      level: '2',
      isStrong: 'false',
      everPublished: 'true'
    }
  ],
  lenses: [],
  lensParentId: 'odds',
  pathPages: [],
  learnMoreTaughtMap: {},
  learnMoreCoveredMap: {
    '1rf': [
      '1y6',
      '4vr',
      '569',
      '6cj'
    ]
  },
  learnMoreRequiredMap: {
    '1rb': [
      '1rq',
      '1x3',
      '1x4',
      '1x8',
      '1zm',
      '21c',
      '562'
    ]
  },
  editHistory: {},
  domainSubmissions: {},
  answers: [],
  answerCount: '0',
  commentCount: '0',
  newCommentCount: '0',
  linkedMarkCount: '0',
  changeLogs: [
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '20106',
      pageId: 'odds_intro',
      userId: 'EliezerYudkowsky',
      edit: '15',
      type: 'newEdit',
      createdAt: '2016-10-11 19:27:48',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '20105',
      pageId: 'odds_intro',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'deleteRequirement',
      createdAt: '2016-10-11 19:24:31',
      auxPageId: 'math1',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '20103',
      pageId: 'odds_intro',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-10-11 19:24:29',
      auxPageId: 'low_speed_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '20102',
      pageId: 'odds_intro',
      userId: 'EliezerYudkowsky',
      edit: '14',
      type: 'newEdit',
      createdAt: '2016-10-11 19:23:51',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17939',
      pageId: 'odds_intro',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-08-01 23:18:15',
      auxPageId: 'c_class_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17936',
      pageId: 'odds_intro',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'newRequirement',
      createdAt: '2016-08-01 23:12:19',
      auxPageId: 'math1',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17935',
      pageId: 'odds_intro',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'newSubject',
      createdAt: '2016-08-01 23:11:57',
      auxPageId: 'probability',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16273',
      pageId: 'odds_intro',
      userId: 'NateSoares',
      edit: '0',
      type: 'newSubject',
      createdAt: '2016-07-08 23:08:20',
      auxPageId: 'odds',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16271',
      pageId: 'odds_intro',
      userId: 'NateSoares',
      edit: '12',
      type: 'newEdit',
      createdAt: '2016-07-08 23:08:19',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16167',
      pageId: 'odds_intro',
      userId: 'NateSoares',
      edit: '0',
      type: 'deleteRequiredBy',
      createdAt: '2016-07-08 15:28:32',
      auxPageId: 'bayes_rule_odds_intro',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '15922',
      pageId: 'odds_intro',
      userId: 'NateSoares',
      edit: '6',
      type: 'newEdit',
      createdAt: '2016-07-07 05:00:23',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '15917',
      pageId: 'odds_intro',
      userId: 'NateSoares',
      edit: '5',
      type: 'newEdit',
      createdAt: '2016-07-07 04:51:33',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '15916',
      pageId: 'odds_intro',
      userId: 'NateSoares',
      edit: '0',
      type: 'newAlias',
      createdAt: '2016-07-07 04:51:32',
      auxPageId: '',
      oldSettingsValue: 'odds_ratio_intro',
      newSettingsValue: 'odds_intro'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '15914',
      pageId: 'odds_intro',
      userId: 'NateSoares',
      edit: '4',
      type: 'newEdit',
      createdAt: '2016-07-07 04:51:09',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '15838',
      pageId: 'odds_intro',
      userId: 'NateSoares',
      edit: '2',
      type: 'newEdit',
      createdAt: '2016-07-06 22:48:30',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '15828',
      pageId: 'odds_intro',
      userId: 'NateSoares',
      edit: '0',
      type: 'newParent',
      createdAt: '2016-07-06 22:45:32',
      auxPageId: 'odds',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '15826',
      pageId: 'odds_intro',
      userId: 'NateSoares',
      edit: '0',
      type: 'newAlias',
      createdAt: '2016-07-06 22:45:26',
      auxPageId: '',
      oldSettingsValue: '561',
      newSettingsValue: 'odds_ratio_intro'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '15824',
      pageId: 'odds_intro',
      userId: 'NateSoares',
      edit: '1',
      type: 'newEdit',
      createdAt: '2016-07-06 22:44:00',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    }
  ],
  feedSubmissions: [],
  searchStrings: {},
  hasChildren: 'false',
  hasParents: 'true',
  redAliases: {},
  improvementTagIds: [],
  nonMetaTagIds: [],
  todos: [],
  slowDownMap: 'null',
  speedUpMap: 'null',
  arcPageIds: 'null',
  contentRequests: {}
}