Spaces:
Sleeping
Sleeping
Commit
·
9826944
1
Parent(s):
221534d
update text
Browse files
app.py
CHANGED
@@ -83,14 +83,13 @@ with gr.Blocks(css=css) as demo:
|
|
83 |
</div>
|
84 |
|
85 |
Welcome to this new segment of the Probability Basics series! 🎉
|
86 |
-
|
87 |
-
|
88 |
-
"""
|
89 |
)
|
90 |
gr.Markdown(
|
91 |
r"""
|
92 |
## Axioms of Probability
|
93 |
-
In order to start working with more
|
94 |
|
95 |
Just like in geometry, where we first accept general rules like `two parallel lines never meet` before starting to deal for larger problems; or in algebra, where we accept that `a number multiplied by zero is zero` before solving equations, we need to establish some general rules for probability theory as well.
|
96 |
|
|
|
83 |
</div>
|
84 |
|
85 |
Welcome to this new segment of the Probability Basics series! 🎉
|
86 |
+
<br>In this part we will discuss the core principles, also known as `axioms`, that shape the mathematical foundation for probability calculations,
|
87 |
+
eventually allowing us to tackle more complex problems and understand the behavior of random events."""
|
|
|
88 |
)
|
89 |
gr.Markdown(
|
90 |
r"""
|
91 |
## Axioms of Probability
|
92 |
+
In order to start working with more serious probabilistic systems, we need to establish a set of `axioms` that will guide our calculations.
|
93 |
|
94 |
Just like in geometry, where we first accept general rules like `two parallel lines never meet` before starting to deal for larger problems; or in algebra, where we accept that `a number multiplied by zero is zero` before solving equations, we need to establish some general rules for probability theory as well.
|
95 |
|