tweaking and tweaking

This commit is contained in:
Ben Hambrecht
2018-05-11 19:44:57 +02:00
parent 1e91fb10a5
commit d0b2ddd212
5 changed files with 326 additions and 136 deletions

View File

@ -203,7 +203,7 @@ class IllustrateAreaModelBayes(Scene):
# solve formula for P(B|A)
rearranged_formula = TexMobject(["P(B\mid A)", "=", "{P(A\\text{ and }B) \over P(A)}"])
rearranged_formula = TexMobject("P(B\mid A)", "=", "{P(A\\text{ and }B) \over P(A)}")
rearranged_formula.move_to(indep_formula)
self.wait()