{
  localUrl: '../page/conditional_probability.html',
  arbitalUrl: 'https://arbital.com/p/conditional_probability',
  rawJsonUrl: '../raw/1rj.json',
  likeableId: 'OliverHabryka2',
  likeableType: 'page',
  myLikeValue: '0',
  likeCount: '11',
  dislikeCount: '0',
  likeScore: '11',
  individualLikes: [
    'KonstantinSurkov',
    'MartinPiatka',
    'RogerCavanagh',
    'AustinGuevara',
    'CamSpiers',
    'thejkiran',
    'VanessaSmith',
    'ChrisBrooksbank',
    'SzymonWilczyski',
    'AhmedAssal',
    '6hn'
  ],
  pageId: 'conditional_probability',
  edit: '25',
  editSummary: '',
  prevEdit: '24',
  currentEdit: '25',
  wasPublished: 'true',
  type: 'wiki',
  title: 'Conditional probability',
  clickbait: 'The notation for writing "The probability that someone has green eyes, if we know that they have red hair."',
  textLength: '6468',
  alias: 'conditional_probability',
  externalUrl: '',
  sortChildrenBy: 'likes',
  hasVote: 'false',
  voteType: '',
  votesAnonymous: 'false',
  editCreatorId: 'EliezerYudkowsky',
  editCreatedAt: '2016-10-08 02:05:05',
  pageCreatorId: 'EliezerYudkowsky',
  pageCreatedAt: '2016-01-26 23:06:38',
  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: '4972',
  text: '[summary(Brief):  $\\mathbb{P}(X\\mid Y)$ means "The [1rf probability] that X is true, assuming Y is true."\n\n$\\mathbb{P}(yellow\\mid banana)$ is "the chance that something is yellow, given that we know it is a banana" or "the chance that a banana is yellow".\n\nConversely, $\\mathbb{P}(banana\\mid yellow)$ expresses "how much we should think a random object is a banana, after being told that it was yellow."]\n\n[summary:  $\\mathbb{P}(X\\mid Y)$ means "The [1rf probability] that X is true, assuming Y is true."\n\n- $\\mathbb{P}(yellow\\mid banana)$ is "the chance that something is yellow, given that we know it is a banana" or equivalently "the chance that a banana is yellow".\n- $\\mathbb{P}(banana\\mid yellow)$ expresses "how much we should think a random object is a banana, after being told that it was yellow" or "the chance that a yellow thing is a banana".\n\nTo calculate a conditional probability $\\mathbb{P}(X\\mid Y)$, we consider only the cases where Y is true, and ask about the cases where X is also true.\n\nSuppose a barrel contains 15 round green marbles, 5 round blue marbles, 70 square green marbles, and 10 square blue marbles.  "The probability that a marble is blue, after we've been told that it's round" or "The probability a round marble is blue" is calculated by restricting our attention to only the 20 round marbles, and asking about the 5 marbles that are both blue and round.\n\nLetting $\\mathbb{P}(blue \\wedge round)$ denote "the probability a marble is both blue and round":\n\n$\\mathbb{P}(blue\\mid round) := \\frac{\\mathbb{P}(blue \\wedge round)}{\\mathbb{P}(round)} = \\frac{\\text{5% blue and round marbles}}{\\text{20% round marbles}} = \\frac{5}{20} = 0.25.$\n\nIn general, $\\mathbb{P}(X\\mid Y) := \\frac{\\mathbb{P}(X \\wedge Y)}{\\mathbb{P}(Y)}.$]\n\n[summary(Technical):  $\\mathbb{P}(X\\mid Y) := \\frac{\\mathbb{P}(X \\wedge Y)}{\\mathbb{P}(Y)}$ is the answer to the question, "Assuming $Y$ to be true, what is the probability of $X$?" or "Constraining our attention to only possibilities where $Y$ is true, what is the probability of $X \\wedge Y$ inside those cases?"  (Where $X \\wedge Y$ denotes "X and Y" or "Both X and Y are true".)\n\nThus, $\\mathbb P(observation\\mid hypothesis)$ would denote the [56v likelihood] of seeing some observation, *if* a hypothesis is true.   $\\mathbb P(hypothesis\\mid observation)$ would denote the [1ly revised] probability we ought to assign to a hypothesis, after learning that the observation was true.]\n\nThe conditional probability $\\mathbb{P}(X\\mid Y)$ means "The [1rf probability] of $X$ given $Y$."  That is, $\\mathbb P(left\\mid right)$ means "The probability that $left$ is true, assuming that $right$ is true."\n\n$\\mathbb P(yellow\\mid banana)$ is the probability that a banana is yellow - if we know something to be a banana, what is the probability that it is yellow?\n\n$\\mathbb P(banana\\mid yellow)$ is the probability that a yellow thing is a banana - if the right side is known to be $yellow$, then we ask the question on the left, what is the probability that this is a $banana$?\n\n# Definition\n\nTo obtain the probability $\\mathbb P(left \\mid right),$ we constrain our attention to only cases where $right$ is true, and ask about cases within $right$ where $left$ is also true.\n\nLet $X \\wedge Y$ denote "$X$ and $Y$" or "$X$ and $Y$ are both true".  Then:\n\n$$\\mathbb P(left \\mid right) = \\dfrac{\\mathbb P(left \\wedge right)}{\\mathbb P(right)}.$$\n\nWe can see this as a kind of "zooming in" on only the cases where $right$ is true, and asking, *within* this universe, for the cases where $right$ *and* $left$ are true.\n\n# Example 1\n\nSuppose you have a bag containing objects that are either red or blue, and either square or round, where the number of each is given by the following table:\n\n$$\\begin{array}{l\\mid r\\mid r}\n& Red & Blue \\\\\n\\hline\nSquare & 1 & 2 \\\\\n\\hline\nRound & 3 & 4\n\\end{array}$$\n\nIf you reach in and feel a round object, the conditional probability that it is red is given in by zooming in on only the round objects, and asking about the frequency of objects that are round *and* red inside this zoomed-in view:\n\n$$\\mathbb P(red\\mid round) = \\dfrac{\\mathbb P(red \\wedge round)}{\\mathbb P(round)} = \\dfrac{3}{3 + 4} = \\dfrac{3}{7}$$\n\nIf you look at the object nearest the top, and can see that it's blue, but not see the shape, then the conditional probability that it's a square is:\n\n$$\\mathbb P(square\\mid blue) = \\dfrac{\\mathbb P(square \\wedge blue)}{\\mathbb P(blue)} = \\dfrac{2}{2 + 4} = \\dfrac{1}{3}$$\n\n![conditional probabilities bag](https://i.imgur.com/zscEdLj.png?0)\n\n# Example 2\n\nSuppose you're Sherlock Holmes investigating a case in which a red hair was left at the scene of the crime.\n\nThe Scotland Yard detective says, "Aha!  Then it's Miss Scarlet.  She has red hair, so if she was the murderer she almost certainly would have left a red hair there.  $\\mathbb P(red hair\\mid Scarlet) = 99\\%,$ let's say, which is a near-certain conviction, so we're done."\n\n"But no," replies Sherlock Holmes.  "You see, but you do not correctly track the meaning of the conditional probabilities, detective.  The knowledge we require for a conviction is not $\\mathbb P(redhair\\mid Scarlet),$ the chance that Miss Scarlet would leave a red hair, but rather $\\mathbb P(Scarlet\\mid redhair),$ the chance that this red hair was left by Scarlet.  There are other people in this city who have red hair."\n\n"So you're saying..." the detective said slowly, "that $\\mathbb P(redhair\\mid Scarlet)$ is actually much lower than $1$?"\n\n"No, detective.  I am saying that just because $\\mathbb P(redhair\\mid Scarlet)$ is high does not imply that $\\mathbb P(Scarlet\\mid redhair)$ is high.  It is the latter probability in which we are interested - the degree to which, *knowing* that a red hair was left at the scene, we *infer* that Miss Scarlet was the murderer.  This is not the same quantity as the degree to which, *assuming* Miss Scarlet was the murderer, we would *guess* that she might leave a red hair."\n\n"But surely," said the detective, "these two probabilities cannot be entirely unrelated?"\n\n"Ah, well, for that, you must read up on [1lz Bayes' rule]."\n\n# Example 3\n\n> "Even if most Dark Wizards are from Slytherin, very few Slytherins are Dark Wizards. There aren't all that many Dark Wizards, so not all Slytherins can be one."\n\n> "So yeh're saying, that most Dark Wizards are Slytherins... but..."\n\n> "But most Slytherins are not Dark Wizards."\n\n— Harry Potter and the Methods of Rationality, Ch. 100\n',
  metaText: '',
  isTextLoaded: 'true',
  isSubscribedToDiscussion: 'false',
  isSubscribedToUser: 'false',
  isSubscribedAsMaintainer: 'false',
  discussionSubscriberCount: '3',
  maintainerCount: '1',
  userSubscriberCount: '0',
  lastVisit: '2016-02-20 03:56:44',
  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: 'true',
  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: {
    Brief: '$\\mathbb{P}(X\\mid Y)$ means "The [1rf probability] that X is true, assuming Y is true."\n\n$\\mathbb{P}(yellow\\mid banana)$ is "the chance that something is yellow, given that we know it is a banana" or "the chance that a banana is yellow".\n\nConversely, $\\mathbb{P}(banana\\mid yellow)$ expresses "how much we should think a random object is a banana, after being told that it was yellow."',
    Summary: '$\\mathbb{P}(X\\mid Y)$ means "The [1rf probability] that X is true, assuming Y is true."\n\n- $\\mathbb{P}(yellow\\mid banana)$ is "the chance that something is yellow, given that we know it is a banana" or equivalently "the chance that a banana is yellow".\n- $\\mathbb{P}(banana\\mid yellow)$ expresses "how much we should think a random object is a banana, after being told that it was yellow" or "the chance that a yellow thing is a banana".\n\nTo calculate a conditional probability $\\mathbb{P}(X\\mid Y)$, we consider only the cases where Y is true, and ask about the cases where X is also true.\n\nSuppose a barrel contains 15 round green marbles, 5 round blue marbles, 70 square green marbles, and 10 square blue marbles.  "The probability that a marble is blue, after we've been told that it's round" or "The probability a round marble is blue" is calculated by restricting our attention to only the 20 round marbles, and asking about the 5 marbles that are both blue and round.\n\nLetting $\\mathbb{P}(blue \\wedge round)$ denote "the probability a marble is both blue and round":\n\n$\\mathbb{P}(blue\\mid round) := \\frac{\\mathbb{P}(blue \\wedge round)}{\\mathbb{P}(round)} = \\frac{\\text{5% blue and round marbles}}{\\text{20% round marbles}} = \\frac{5}{20} = 0.25.$\n\nIn general, $\\mathbb{P}(X\\mid Y) := \\frac{\\mathbb{P}(X \\wedge Y)}{\\mathbb{P}(Y)}.$',
    Technical: '$\\mathbb{P}(X\\mid Y) := \\frac{\\mathbb{P}(X \\wedge Y)}{\\mathbb{P}(Y)}$ is the answer to the question, "Assuming $Y$ to be true, what is the probability of $X$?" or "Constraining our attention to only possibilities where $Y$ is true, what is the probability of $X \\wedge Y$ inside those cases?"  (Where $X \\wedge Y$ denotes "X and Y" or "Both X and Y are true".)\n\nThus, $\\mathbb P(observation\\mid hypothesis)$ would denote the [56v likelihood] of seeing some observation, *if* a hypothesis is true.   $\\mathbb P(hypothesis\\mid observation)$ would denote the [1ly revised] probability we ought to assign to a hypothesis, after learning that the observation was true.'
  },
  creatorIds: [
    'EliezerYudkowsky',
    'NateSoares'
  ],
  childIds: [
    'conditional_probability_refresher'
  ],
  parentIds: [
    'probability'
  ],
  commentIds: [],
  questionIds: [],
  tagIds: [
    'c_class_meta_tag'
  ],
  relatedIds: [],
  markIds: [],
  explanations: [
    {
      id: '2110',
      parentId: 'conditional_probability',
      childId: 'conditional_probability',
      type: 'subject',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-06-17 21:58:56',
      level: '2',
      isStrong: 'true',
      everPublished: 'true'
    },
    {
      id: '6509',
      parentId: 'conditional_probability',
      childId: 'bayes_rule_odds_intro',
      type: 'subject',
      creatorId: 'EliezerYudkowsky',
      createdAt: '2016-10-01 05:32:55',
      level: '1',
      isStrong: 'true',
      everPublished: 'true'
    },
    {
      id: '2124',
      parentId: 'conditional_probability',
      childId: 'bayes_probability_notation_math1',
      type: 'subject',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-06-17 21:58:56',
      level: '2',
      isStrong: 'true',
      everPublished: 'true'
    },
    {
      id: '6501',
      parentId: 'conditional_probability',
      childId: 'bayes_rule_fast_intro',
      type: 'subject',
      creatorId: 'EliezerYudkowsky',
      createdAt: '2016-09-29 04:42:08',
      level: '1',
      isStrong: 'true',
      everPublished: 'true'
    }
  ],
  learnMore: [
    {
      id: '5059',
      parentId: 'conditional_probability',
      childId: 'conditional_probability_refresher',
      type: 'subject',
      creatorId: 'NateSoares',
      createdAt: '2016-07-08 15:31:08',
      level: '2',
      isStrong: 'false',
      everPublished: 'true'
    }
  ],
  requirements: [
    {
      id: '2109',
      parentId: 'math1',
      childId: 'conditional_probability',
      type: 'requirement',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-06-17 21:58:56',
      level: '1',
      isStrong: 'false',
      everPublished: 'true'
    }
  ],
  subjects: [
    {
      id: '2110',
      parentId: 'conditional_probability',
      childId: 'conditional_probability',
      type: 'subject',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-06-17 21:58:56',
      level: '2',
      isStrong: 'true',
      everPublished: 'true'
    }
  ],
  lenses: [
    {
      id: '72',
      pageId: 'conditional_probability',
      lensId: 'conditional_probability_refresher',
      lensIndex: '0',
      lensName: 'Refresher',
      lensSubtitle: '',
      createdBy: '32',
      createdAt: '2016-07-06 23:17:08',
      updatedBy: '32',
      updatedAt: '2016-07-06 23:17:12'
    }
  ],
  lensParentId: '',
  pathPages: [],
  learnMoreTaughtMap: {
    '1rj': [
      '565'
    ]
  },
  learnMoreCoveredMap: {},
  learnMoreRequiredMap: {
    '1rj': [
      '1rq',
      '1x5',
      '1xr',
      '1y9',
      '1zh',
      '1zm',
      '220',
      '554',
      '56j'
    ]
  },
  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: '19926',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '25',
      type: 'newEdit',
      createdAt: '2016-10-08 02:05:05',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '19922',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '24',
      type: 'newEdit',
      createdAt: '2016-10-08 00:45:14',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '19805',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'newTeacher',
      createdAt: '2016-10-01 05:32:55',
      auxPageId: 'bayes_rule_odds_intro',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '19799',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'deleteRequiredBy',
      createdAt: '2016-10-01 05:31:49',
      auxPageId: 'bayes_rule_odds_intro',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '19752',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'newTeacher',
      createdAt: '2016-09-29 04:42:09',
      auxPageId: 'bayes_rule_fast_intro',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '19411',
      pageId: 'conditional_probability',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-08-29 21:48:08',
      auxPageId: 'c_class_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16183',
      pageId: 'conditional_probability',
      userId: 'NateSoares',
      edit: '0',
      type: 'newTeacher',
      createdAt: '2016-07-08 15:31:08',
      auxPageId: 'conditional_probability_refresher',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16172',
      pageId: 'conditional_probability',
      userId: 'NateSoares',
      edit: '0',
      type: 'deleteTeacher',
      createdAt: '2016-07-08 15:28:44',
      auxPageId: 'bayes_rule_odds_intro',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '15928',
      pageId: 'conditional_probability',
      userId: 'NateSoares',
      edit: '0',
      type: 'deleteRequiredBy',
      createdAt: '2016-07-07 05:35:49',
      auxPageId: 'relative_likelihood',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '15857',
      pageId: 'conditional_probability',
      userId: 'NateSoares',
      edit: '22',
      type: 'newEdit',
      createdAt: '2016-07-06 23:17:32',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '15855',
      pageId: 'conditional_probability',
      userId: 'NateSoares',
      edit: '0',
      type: 'newChild',
      createdAt: '2016-07-06 23:17:04',
      auxPageId: 'conditional_probability_refresher',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14025',
      pageId: 'conditional_probability',
      userId: 'NateSoares',
      edit: '21',
      type: 'newEdit',
      createdAt: '2016-06-19 23:22:49',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14017',
      pageId: 'conditional_probability',
      userId: 'NateSoares',
      edit: '20',
      type: 'newEdit',
      createdAt: '2016-06-19 23:07:32',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14014',
      pageId: 'conditional_probability',
      userId: 'NateSoares',
      edit: '19',
      type: 'newEdit',
      createdAt: '2016-06-19 20:59:32',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9221',
      pageId: 'conditional_probability',
      userId: 'NateSoares',
      edit: '18',
      type: 'newEdit',
      createdAt: '2016-04-05 04:52:41',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7622',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'deleteRequiredBy',
      createdAt: '2016-02-22 22:07:51',
      auxPageId: 'bayes_rule',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7585',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'deleteRequiredBy',
      createdAt: '2016-02-22 21:21:13',
      auxPageId: 'bayes_rule_proof_math1',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7087',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '17',
      type: 'newRequiredBy',
      createdAt: '2016-02-13 22:55:29',
      auxPageId: 'bayes_rule',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7083',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'deleteRequiredBy',
      createdAt: '2016-02-13 22:55:19',
      auxPageId: 'bayes_rule',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6855',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '17',
      type: 'newRequiredBy',
      createdAt: '2016-02-11 04:03:26',
      auxPageId: 'bayes_rule_proof_math1',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6822',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '17',
      type: 'newRequiredBy',
      createdAt: '2016-02-11 03:38:56',
      auxPageId: 'bayes_probability_notation',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6806',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '17',
      type: 'newTeacher',
      createdAt: '2016-02-11 03:36:42',
      auxPageId: 'bayes_probability_notation_math1',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6733',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '17',
      type: 'newEdit',
      createdAt: '2016-02-10 22:58:29',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6732',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '16',
      type: 'newEdit',
      createdAt: '2016-02-10 22:57:58',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6731',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '15',
      type: 'newEdit',
      createdAt: '2016-02-10 22:53:57',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6730',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '14',
      type: 'newEdit',
      createdAt: '2016-02-10 22:52:08',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6729',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '13',
      type: 'newEdit',
      createdAt: '2016-02-10 22:44:31',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6728',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '12',
      type: 'newEdit',
      createdAt: '2016-02-10 22:44:07',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6726',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '11',
      type: 'newTeacher',
      createdAt: '2016-02-10 22:25:03',
      auxPageId: 'conditional_probability',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6727',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '11',
      type: 'newSubject',
      createdAt: '2016-02-10 22:25:03',
      auxPageId: 'conditional_probability',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6725',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '11',
      type: 'newRequirement',
      createdAt: '2016-02-10 22:24:56',
      auxPageId: 'math1',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6723',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'deleteRequirement',
      createdAt: '2016-02-10 22:24:51',
      auxPageId: 'reads_algebra',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6714',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '11',
      type: 'newTeacher',
      createdAt: '2016-02-10 20:56:32',
      auxPageId: 'bayes_probability_notation',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6692',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '11',
      type: 'newRequiredBy',
      createdAt: '2016-02-10 05:00:52',
      auxPageId: 'bayes_rule_elimination',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6672',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '11',
      type: 'newTeacher',
      createdAt: '2016-02-10 02:33:59',
      auxPageId: 'bayes_rule_odds_intro',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6653',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '11',
      type: 'newRequiredBy',
      createdAt: '2016-02-10 01:56:00',
      auxPageId: 'bayes_rule_proof',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6641',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '11',
      type: 'newEdit',
      createdAt: '2016-02-10 01:27:12',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6591',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '10',
      type: 'newRequiredBy',
      createdAt: '2016-02-08 05:18:02',
      auxPageId: '1x9',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6533',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '10',
      type: 'newRequiredBy',
      createdAt: '2016-02-08 01:18:31',
      auxPageId: 'bayes_rule_odds',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6143',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'deleteRequiredBy',
      createdAt: '2016-02-02 04:03:59',
      auxPageId: 'bayes_update',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '6115',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '10',
      type: 'newRequiredBy',
      createdAt: '2016-02-02 03:25:27',
      auxPageId: 'bayes_rule',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '5838',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '10',
      type: 'newRequiredBy',
      createdAt: '2016-01-27 05:47:21',
      auxPageId: 'relative_likelihood',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '5783',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '10',
      type: 'newRequiredBy',
      createdAt: '2016-01-27 02:58:25',
      auxPageId: 'bayes_update',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '5745',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '10',
      type: 'newEdit',
      createdAt: '2016-01-26 23:39:34',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '5744',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '9',
      type: 'newEdit',
      createdAt: '2016-01-26 23:38:25',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '5742',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '8',
      type: 'newEdit',
      createdAt: '2016-01-26 23:28:44',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '5741',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '7',
      type: 'newEdit',
      createdAt: '2016-01-26 23:26:32',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '5740',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '6',
      type: 'newEdit',
      createdAt: '2016-01-26 23:14:38',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '5739',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '5',
      type: 'newEdit',
      createdAt: '2016-01-26 23:14:13',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '5738',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '4',
      type: 'newEdit',
      createdAt: '2016-01-26 23:14:02',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '5737',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '3',
      type: 'newEdit',
      createdAt: '2016-01-26 23:13:25',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '5736',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '2',
      type: 'newEdit',
      createdAt: '2016-01-26 23:07:12',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '5735',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '1',
      type: 'newEdit',
      createdAt: '2016-01-26 23:06:38',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '5728',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'newRequirement',
      createdAt: '2016-01-26 22:26:35',
      auxPageId: 'reads_algebra',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '5726',
      pageId: 'conditional_probability',
      userId: 'EliezerYudkowsky',
      edit: '0',
      type: 'newParent',
      createdAt: '2016-01-26 22:26:25',
      auxPageId: 'probability',
      oldSettingsValue: '',
      newSettingsValue: ''
    }
  ],
  feedSubmissions: [],
  searchStrings: {},
  hasChildren: 'true',
  hasParents: 'true',
  redAliases: {},
  improvementTagIds: [],
  nonMetaTagIds: [],
  todos: [],
  slowDownMap: 'null',
  speedUpMap: 'null',
  arcPageIds: 'null',
  contentRequests: {
    lessTechnical: {
      likeableId: '4073',
      likeableType: 'contentRequest',
      myLikeValue: '0',
      likeCount: '1',
      dislikeCount: '0',
      likeScore: '1',
      individualLikes: [],
      id: '196',
      pageId: 'conditional_probability',
      requestType: 'lessTechnical',
      createdAt: '2017-09-24 15:26:08'
    }
  }
}