{
  localUrl: '../page/bayes_waterfall_diseasitis.html',
  arbitalUrl: 'https://arbital.com/p/bayes_waterfall_diseasitis',
  rawJsonUrl: '../raw/1x1.json',
  likeableId: '844',
  likeableType: 'page',
  myLikeValue: '0',
  likeCount: '39',
  dislikeCount: '0',
  likeScore: '39',
  individualLikes: [
    'AlexeiAndreev',
    'EricBruylant',
    'AdeleLopez',
    'EmmanuelSmith',
    'AlexRay',
    'aadicavi',
    'jamesmiller',
    'JaimeSevillaMolina',
    'ChrisMacLeod',
    'RogerCavanagh',
    'IanPitchford',
    'MarcinSedlak',
    'LeonardoVida',
    'BenAtkin',
    'GustavoBicalho',
    'CharlieRaffaele',
    'TomVoltz',
    'PiotrOrszulak',
    'SalilKalghatgi',
    'SzymonWilczyski',
    'SzymonSlawinski',
    'AlexanderGonchiy',
    'AndreiPhlmann',
    'DonyChristie',
    'AndreyChergik',
    'SiddharthHiregowdara',
    'NajuMancheril',
    'EricStavarache',
    'StephanieKoo',
    'DiegoSilva',
    'MaximeWillaert',
    'ShantanuDutta',
    'KamilaS',
    'samsmith',
    'PhilWallack',
    'GregvandeKrol',
    'AnneHinken',
    'JudeRyan',
    'DavidJung'
  ],
  pageId: 'bayes_waterfall_diseasitis',
  edit: '20',
  editSummary: '',
  prevEdit: '19',
  currentEdit: '20',
  wasPublished: 'true',
  type: 'wiki',
  title: 'Waterfall diagrams and relative odds',
  clickbait: 'A way to visualize Bayes' rule that yields an easier way to solve some problems',
  textLength: '7257',
  alias: 'bayes_waterfall_diseasitis',
  externalUrl: '',
  sortChildrenBy: 'likes',
  hasVote: 'false',
  voteType: '',
  votesAnonymous: 'false',
  editCreatorId: 'AdomHartell',
  editCreatedAt: '2017-01-30 08:27:09',
  pageCreatorId: 'EliezerYudkowsky',
  pageCreatedAt: '2016-02-08 00:17:20',
  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: '34743',
  text: '[summary:  Waterfall diagrams, like [560 frequency diagrams], provide a way of visualizing [1lz Bayes' Rule].  For example, if 20% of the patients in the screening patient are sick (red) and 80% are healthy (blue); and 90% of the sick patients get positive test results; and 30% of the healthy patients get positive test results, we could visualize the probability flows using the following diagram:\n\n![Waterfall diagram](https://i.imgur.com/CXsoZhA.png?0)\n\nThis diagram helps show that only the *relative* ratios matter to the final answer.  Twice as much water flowing from both streams at the top, or half as much water from each stream making it to the bottom, wouldn't change the relative proportions in the end result.]\n\nImagine a waterfall with two streams of water at the top, a red stream and a blue stream.  These streams separately approach the top of the waterfall, with some of the water from both streams being diverted along the way, and the remaining water falling into a shared pool below.\n\n![unlabeled waterfall](https://i.imgur.com/D8EhY65.png?0)\n\nSuppose that:\n\n- At the top of the waterfall, 20 gallons/second of red water are flowing down, and 80 gallons/second of blue water are coming down.\n- 90% of the red water makes it to the bottom.\n- 30% of the blue water makes it to the bottom.\n\nOf the purplish water that makes it to the bottom of the pool, how much was originally from the red stream and how much was originally from the blue stream?\n\n%%if-after([55z]):\nThis is structurally identical to the [22s Diseasitis] problem from [55z before]:\n\n- 20% of the patients in the screening population start out with Diseasitis.\n- Among patients with Diseasitis, 90% turn the tongue depressor black.\n- 30% of the patients without Diseasitis will also turn the tongue depressor black.\n%%\n\n%%!if-after([55z]):\nThis is structurally similar to the following problem, such as medical students might encounter:\n\nYou are a nurse screening 100 patients for Diseasitis, using a tongue depressor which usually turns black for patients who have the sickness.\n\n- 20% of the patients in the screening population start out with Diseasitis.\n- Among patients with Diseasitis, 90% turn the tongue depressor black (true positives).\n- However, 30% of the patients without Diseasitis will also turn the tongue depressor black (false positives).\n\nWhat is the chance that a patient with a blackened tongue depressor has Diseasitis?\n%%\n\nThe 20% of sick patients are analogous to the 20 gallons/second of red water; the 80% of healthy patients are analogous to the 80 gallons/second of blue water:\n\n![top labeled waterfall](https://i.imgur.com/eQh2qUt.png?0)\n\nThe 90% of the sick patients turning the tongue depressor black is analogous to 90% of the red water making it to the bottom of the waterfall.  30% of the healthy patients turning the tongue depressor black is analogous to 30% of the blue water making it to the bottom pool.\n\n![middle labeled waterfall](https://i.imgur.com/6GBBYO5.png?0)\n\nTherefore, the question "what portion of water in the final pool came from the red stream?" has the same answer as the question "what portion of patients that turn the tongue depressor black are sick with Diseasitis?"\n\n%%if-after([55z]):\nNow for the faster way of answering that question.\n%%\n\nWe start with *4 times as much blue water as red water* at the top of the waterfall.\n\nThen each molecule of red water is 90% likely to make it to the shared pool, and each molecule of blue water is 30% likely to make it to the pool.  (90% of red water and 30% of blue water make it to the bottom.)  So each molecule of red water is *3 times as likely* (0.90 / 0.30 = 3) as a molecule of blue water to make it to the bottom.\n\nSo we multiply prior proportions of $1 : 4$ for red vs. blue by relative likelihoods of $3 :  1$ and end up with final proportions of $(1 \\cdot 3) : (4 \\cdot 1) = 3 : 4$, meaning that the bottom pool has 3 parts of red water to 4 parts of blue water.\n\n![labeled waterfall](https://i.imgur.com/QIrtuVU.png?0)\n\nTo convert these *relative* proportions into an *absolute* probability that a random water molecule at the bottom is red, we calculate 3 / (3 + 4) to see that 3/7ths (roughly 43%) of the water in the shared pool came from the red stream.\n\nThis proportion is the same as the 18 : 24 sick patients with positive results, versus healthy patients with positive test results, that we would get by [560 thinking about 100 patients].\n\nThat is, to solve the Diseasitis problem in your head, you could convert this word problem:\n\n> 20% of the patients in a screening population have Diseasitis.  90% of the patients with Diseasitis turn the tongue depressor black, and 30% of the patients without Diseasitis turn the tongue depressor black. Given that a patient turned their tongue depressor black, what is the probability that they have Diseasitis?\n\nInto this calculation:\n\n> Okay, so the initial odds are (20% : 80%) = (1 : 4), and the likelihoods are (90% : 30%) = (3 : 1). Multiplying those ratios gives final odds of (3 : 4), which converts to a probability of 3/7ths.\n\n(You might not be able to convert 3/7 to 43% in your head, but you might be able to eyeball that it was a chunk less than 50%.)\n\nYou can try doing a similar calculation for this problem:\n\n- 90% of widgets are good and 10% are bad.\n- 12% of bad widgets emit sparks.\n- Only 4% of good widgets emit sparks.\n\nWhat percentage of sparking widgets are bad? If you are sufficiently comfortable with the setup, try doing this problem entirely in your head.\n\n(You might try visualizing a waterfall with good and bad widgets at the top, and only sparking widgets making it to the bottom pool.)\n%todo: Have a picture of a waterfall here, with no numbers, but with the parts labeled, that can be expanded if the user wants to expand it.%\n\n%%hidden(Show answer):\n- There's (1 : 9) bad vs. good widgets.\n- Bad vs. good widgets have a (12 : 4) relative likelihood to spark.\n- This simplifies to (1 : 9) x (3 : 1) = (3 : 9) = (1 : 3), 1 bad sparking widget for every 3 good sparking widgets.\n- Which converts to a probability of 1/(1+3) = 1/4 = 25%; that is, 25% of sparking widgets are bad.\n\nSeeing sparks didn't make us "believe the widget is bad"; the probability only went to 25%, which is less than 50/50.  But this doesn't mean we say, "I still believe this widget is good!" and toss out the evidence and ignore it.  A bad widget is *relatively more likely* to emit sparks, and therefore seeing this evidence should cause us to think it *relatively more likely* that the widget is a bad one, even if the probability hasn't yet gone over 50%.  We increase our probability from 10% to 25%.%%\n\n%%if-before([1x8]):\nWaterfalls are one way of visualizing the "odds form" of "Bayes' rule", which states that **the prior odds times the likelihood ratio equals the posterior odds.**  In turn, this rule can be seen as formalizing the notion of "the strength of evidence" or "how much a piece of evidence should make us update our beliefs".  We'll take a look at this more general form next.\n%%\n\n%%!if-before([1x8]):\nWaterfalls are one way of visualizing the [1x5 odds form] of [1lz Bayes' rule], which states that **the prior odds times the likelihood ratio equals the posterior odds**.\n%%',
  metaText: '',
  isTextLoaded: 'true',
  isSubscribedToDiscussion: 'false',
  isSubscribedToUser: 'false',
  isSubscribedAsMaintainer: 'false',
  discussionSubscriberCount: '14',
  maintainerCount: '2',
  userSubscriberCount: '0',
  lastVisit: '2016-02-27 17:29:42',
  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: '22',
  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: 'Waterfall diagrams, like [560 frequency diagrams], provide a way of visualizing [1lz Bayes' Rule].  For example, if 20% of the patients in the screening patient are sick (red) and 80% are healthy (blue); and 90% of the sick patients get positive test results; and 30% of the healthy patients get positive test results, we could visualize the probability flows using the following diagram:\n\n![Waterfall diagram](https://i.imgur.com/CXsoZhA.png?0)\n\nThis diagram helps show that only the *relative* ratios matter to the final answer.  Twice as much water flowing from both streams at the top, or half as much water from each stream making it to the bottom, wouldn't change the relative proportions in the end result.'
  },
  creatorIds: [
    'EliezerYudkowsky',
    'NateSoares',
    'AlexeiAndreev',
    'MaloBourgon',
    'EricBruylant',
    'AdomHartell',
    'RobertEidschun',
    'KhanaSantamaria'
  ],
  childIds: [],
  parentIds: [
    'bayes_waterfall_diagram'
  ],
  commentIds: [
    '23j',
    '23k',
    '23l',
    '23n',
    '252',
    '6lx',
    '6lz',
    '6r1',
    '6r2',
    '88t',
    '894',
    '896',
    '8cr',
    '8k9',
    '8t9',
    '8yb',
    '93x',
    '97c',
    '9g5'
  ],
  questionIds: [],
  tagIds: [
    'b_class_meta_tag',
    'proposed_a_class'
  ],
  relatedIds: [],
  markIds: [],
  explanations: [],
  learnMore: [],
  requirements: [
    {
      id: '5779',
      parentId: 'probability',
      childId: 'bayes_waterfall_diseasitis',
      type: 'requirement',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-08-02 00:23:14',
      level: '2',
      isStrong: 'false',
      everPublished: 'true'
    },
    {
      id: '5780',
      parentId: 'odds',
      childId: 'bayes_waterfall_diseasitis',
      type: 'requirement',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-08-02 00:23:20',
      level: '2',
      isStrong: 'false',
      everPublished: 'true'
    },
    {
      id: '5781',
      parentId: 'diseasitis',
      childId: 'bayes_waterfall_diseasitis',
      type: 'requirement',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-08-02 00:24:00',
      level: '2',
      isStrong: 'false',
      everPublished: 'true'
    }
  ],
  subjects: [
    {
      id: '2049',
      parentId: 'bayes_waterfall_diagram',
      childId: 'bayes_waterfall_diseasitis',
      type: 'subject',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-06-17 21:58:56',
      level: '2',
      isStrong: 'true',
      everPublished: 'true'
    },
    {
      id: '5782',
      parentId: 'bayes_rule',
      childId: 'bayes_waterfall_diseasitis',
      type: 'subject',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-08-02 00:24:26',
      level: '1',
      isStrong: 'false',
      everPublished: 'true'
    },
    {
      id: '5783',
      parentId: 'diseasitis',
      childId: 'bayes_waterfall_diseasitis',
      type: 'subject',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-08-02 00:24:49',
      level: '2',
      isStrong: 'false',
      everPublished: 'true'
    },
    {
      id: '5785',
      parentId: 'bayes_waterfall_diseasitis',
      childId: 'bayes_waterfall_diseasitis',
      type: 'subject',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-08-02 00:25:35',
      level: '2',
      isStrong: 'true',
      everPublished: 'true'
    }
  ],
  lenses: [],
  lensParentId: 'bayes_waterfall_diagram',
  pathPages: [],
  learnMoreTaughtMap: {},
  learnMoreCoveredMap: {
    '1lz': [
      '1y6'
    ],
    '22s': [
      '22s'
    ]
  },
  learnMoreRequiredMap: {
    '1wy': [
      '1x8'
    ]
  },
  editHistory: {},
  domainSubmissions: {},
  answers: [],
  answerCount: '0',
  commentCount: '1',
  newCommentCount: '0',
  linkedMarkCount: '0',
  changeLogs: [
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '23141',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'KhanaSantamaria',
      edit: '22',
      type: 'newEditProposal',
      createdAt: '2019-01-16 03:22:35',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '22869',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'RobertEidschun',
      edit: '21',
      type: 'newEditProposal',
      createdAt: '2017-11-13 20:55:38',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '21897',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'AdomHartell',
      edit: '20',
      type: 'newEdit',
      createdAt: '2017-01-30 08:27:09',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '19927',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '19',
      type: 'newEdit',
      createdAt: '2016-10-08 04:27:22',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '19917',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '18',
      type: 'newEdit',
      createdAt: '2016-10-08 00:11:07',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '19904',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '17',
      type: 'newEdit',
      createdAt: '2016-10-07 22:53:45',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '19814',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '16',
      type: 'newEdit',
      createdAt: '2016-10-01 05:39:33',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '19813',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '15',
      type: 'newEdit',
      createdAt: '2016-10-01 05:38:16',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '19812',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '14',
      type: 'newEdit',
      createdAt: '2016-10-01 05:36:57',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '19811',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'deleteRequirement',
      createdAt: '2016-10-01 05:35:46',
      auxPageId: 'math1',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '19650',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EricBruylant',
      edit: '13',
      type: 'newEdit',
      createdAt: '2016-09-20 17:48:02',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: 'Moved subpage to hidden text.'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18231',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EricBruylant',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-08-03 16:39:20',
      auxPageId: 'b_class_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18230',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EricBruylant',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-08-03 16:39:14',
      auxPageId: 'proposed_a_class',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17996',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'newTeacher',
      createdAt: '2016-08-02 00:25:36',
      auxPageId: 'bayes_waterfall_diseasitis',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17997',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'newSubject',
      createdAt: '2016-08-02 00:25:36',
      auxPageId: 'bayes_waterfall_diseasitis',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17993',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'newSubject',
      createdAt: '2016-08-02 00:24:50',
      auxPageId: 'diseasitis',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17991',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'newSubject',
      createdAt: '2016-08-02 00:24:26',
      auxPageId: 'bayes_rule',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17988',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'newRequirement',
      createdAt: '2016-08-02 00:24:01',
      auxPageId: 'diseasitis',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17987',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'deleteRequirement',
      createdAt: '2016-08-02 00:23:55',
      auxPageId: 'bayes_frequency_diagram_diseasitis',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17983',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'newRequirement',
      createdAt: '2016-08-02 00:23:20',
      auxPageId: 'odds',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17982',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'newRequirement',
      createdAt: '2016-08-02 00:23:16',
      auxPageId: 'probability',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17981',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'newRequirement',
      createdAt: '2016-08-02 00:23:10',
      auxPageId: 'math1',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16473',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'NateSoares',
      edit: '12',
      type: 'newEdit',
      createdAt: '2016-07-10 22:02:50',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16472',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'NateSoares',
      edit: '0',
      type: 'deleteRequirement',
      createdAt: '2016-07-10 22:01:50',
      auxPageId: 'math1',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16470',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'NateSoares',
      edit: '0',
      type: 'deleteRequirement',
      createdAt: '2016-07-10 22:01:41',
      auxPageId: 'diseasitis',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16468',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'NateSoares',
      edit: '0',
      type: 'newRequirement',
      createdAt: '2016-07-10 22:01:18',
      auxPageId: 'bayes_frequency_diagram_diseasitis',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16164',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'NateSoares',
      edit: '11',
      type: 'newEdit',
      createdAt: '2016-07-08 15:21:37',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '15913',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'NateSoares',
      edit: '10',
      type: 'newEdit',
      createdAt: '2016-07-07 04:45:47',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '15810',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'NateSoares',
      edit: '9',
      type: 'newEdit',
      createdAt: '2016-07-06 22:06:01',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '15801',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'NateSoares',
      edit: '8',
      type: 'newEdit',
      createdAt: '2016-07-06 21:45:13',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '15800',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'NateSoares',
      edit: '0',
      type: 'newAlias',
      createdAt: '2016-07-06 21:45:12',
      auxPageId: '',
      oldSettingsValue: 'bayes_intro_waterfall_math1',
      newSettingsValue: 'bayes_waterfall_diseasitis'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '8031',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'MaloBourgon',
      edit: '7',
      type: 'newEdit',
      createdAt: '2016-02-28 20:20:57',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7954',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'AlexeiAndreev',
      edit: '6',
      type: 'newEdit',
      createdAt: '2016-02-27 04:29:29',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7681',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '5',
      type: 'newEdit',
      createdAt: '2016-02-23 00:57:41',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7678',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '4',
      type: 'newEdit',
      createdAt: '2016-02-23 00:47:35',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7613',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'deleteRequiredBy',
      createdAt: '2016-02-22 21:32:47',
      auxPageId: '1x9',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7597',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '3',
      type: 'newRequirement',
      createdAt: '2016-02-22 21:25:39',
      auxPageId: 'diseasitis',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7595',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'deleteRequirement',
      createdAt: '2016-02-22 21:25:35',
      auxPageId: 'bayes_rule_examples',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7204',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'deleteRequiredBy',
      createdAt: '2016-02-16 06:14:21',
      auxPageId: '1x7',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7181',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'deleteRequiredBy',
      createdAt: '2016-02-16 05:49:01',
      auxPageId: 'bayes_rule_odds_intro',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6587',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '3',
      type: 'newRequiredBy',
      createdAt: '2016-02-08 05:17:47',
      auxPageId: '1x9',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6580',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '3',
      type: 'newRequiredBy',
      createdAt: '2016-02-08 05:14:06',
      auxPageId: 'bayes_rule_odds_intro',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6552',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '3',
      type: 'newRequiredBy',
      createdAt: '2016-02-08 02:09:06',
      auxPageId: '1x7',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6524',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '3',
      type: 'newEdit',
      createdAt: '2016-02-08 01:07:59',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6497',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '2',
      type: 'newEdit',
      createdAt: '2016-02-08 00:20:18',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6496',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '1',
      type: 'newEdit',
      createdAt: '2016-02-08 00:17:20',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6494',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'newSubject',
      createdAt: '2016-02-07 23:44:40',
      auxPageId: 'bayes_waterfall_diagram',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6492',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'newRequirement',
      createdAt: '2016-02-07 23:44:33',
      auxPageId: 'bayes_rule_examples',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6490',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'newRequirement',
      createdAt: '2016-02-07 23:44:28',
      auxPageId: 'math1',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6488',
      pageId: 'bayes_waterfall_diseasitis',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'newParent',
      createdAt: '2016-02-07 23:43:05',
      auxPageId: 'bayes_waterfall_diagram',
      oldSettingsValue: '',
      newSettingsValue: ''
    }
  ],
  feedSubmissions: [],
  searchStrings: {},
  hasChildren: 'false',
  hasParents: 'true',
  redAliases: {},
  improvementTagIds: [],
  nonMetaTagIds: [],
  todos: [],
  slowDownMap: 'null',
  speedUpMap: 'null',
  arcPageIds: 'null',
  contentRequests: {
    fewerWords: {
      likeableId: '3626',
      likeableType: 'contentRequest',
      myLikeValue: '0',
      likeCount: '1',
      dislikeCount: '0',
      likeScore: '1',
      individualLikes: [],
      id: '118',
      pageId: 'bayes_waterfall_diseasitis',
      requestType: 'fewerWords',
      createdAt: '2016-10-21 21:06:58'
    },
    lessTechnical: {
      likeableId: '3675',
      likeableType: 'contentRequest',
      myLikeValue: '0',
      likeCount: '4',
      dislikeCount: '0',
      likeScore: '4',
      individualLikes: [],
      id: '133',
      pageId: 'bayes_waterfall_diseasitis',
      requestType: 'lessTechnical',
      createdAt: '2016-10-30 21:43:09'
    },
    moreTechnical: {
      likeableId: '3627',
      likeableType: 'contentRequest',
      myLikeValue: '0',
      likeCount: '2',
      dislikeCount: '0',
      likeScore: '2',
      individualLikes: [],
      id: '119',
      pageId: 'bayes_waterfall_diseasitis',
      requestType: 'moreTechnical',
      createdAt: '2016-10-21 21:07:05'
    },
    moreWords: {
      likeableId: '3865',
      likeableType: 'contentRequest',
      myLikeValue: '0',
      likeCount: '4',
      dislikeCount: '0',
      likeScore: '4',
      individualLikes: [],
      id: '167',
      pageId: 'bayes_waterfall_diseasitis',
      requestType: 'moreWords',
      createdAt: '2016-12-27 09:24:40'
    },
    speedUp: {
      likeableId: '3628',
      likeableType: 'contentRequest',
      myLikeValue: '0',
      likeCount: '1',
      dislikeCount: '0',
      likeScore: '1',
      individualLikes: [],
      id: '120',
      pageId: 'bayes_waterfall_diseasitis',
      requestType: 'speedUp',
      createdAt: '2016-10-21 21:09:03'
    }
  }
}