I code stuff. I draw stuff.

I’m a Hongkonger 🇭🇰
If you’re a westerner coming here because you’re arguing with me about something in HK/China/Asia, I forgive you for your misunderstandings.

  • 4 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle





  • 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.