• verstra@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    25 days ago

    Ok, this is Bayesian probably update. Is is said that posterior and the model crack the prior?

    What am i missing?

    • NorthWestWind@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      25 days ago

      P(A|B) means the conditional probability of event A happening if B has happened. It is defined as P(A∩B)/P(B).

      The equation show is the Bayes’ Rule. It shows the relationship between P(A|B) and P(B|A). This is useful in Bayesian statistics (of course why would it not be) as you change your probability distribution based on the data observed, and almost every time it’s easier to find the value by swapping the events.