Skip to content

Commit

Permalink
Fixes typo/ wrong inference in overview.py (#364)
Browse files Browse the repository at this point in the history
* correcting typo in overview.py documentation.

* fixed typo in overview.py

---------

Co-authored-by: Shruti <[email protected]>
  • Loading branch information
transpersonify and Shruti committed May 4, 2023
1 parent f1bcf3f commit 26850e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/overview.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

########################################################################################
# Let's ask the question: are ``x`` and ``y`` independent? From the description given
# above, the answer to that is obviously yes.
# above, the answer to that is obviously no.
# From the simulation visualization, it's hard to tell.
# We can verify whether or not we can see a trend within the data by
# running an independence test. Let's use the test multiscale graph correlation
Expand Down Expand Up @@ -109,7 +109,7 @@
# :mod:`hyppo.independence` have 2 outputs.
#
# We see that we are right! Since the p-value is less than the alpha level of 0.05, we
# can conclude that random variables :math:`X` and :math:`Y` are independent. And
# can conclude that random variables :math:`X` and :math:`Y` are dependent (and reject the null hypothesis that they are independent). And
# that's it!

########################################################################################
Expand Down

0 comments on commit 26850e3

Please sign in to comment.