Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed formatting in t-test examples #861

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

tanishy7777
Copy link
Contributor

Formatted the docs for t-test for better readability, by adding a line break to distinguish between the consecutive steps.

Before
$\beta_0 + \epsilon_i = \beta_0 + \beta_1 + \epsilon_i\ 0 = \beta_1 $

After
$\beta_0 + \epsilon_i = \beta_0 + \beta_1 + \epsilon_i\ $
$\beta_1 = 0 $

Fixes #860

  • code passes black
  • code passes pylint
  • all tests pass

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@tomicapretto
Copy link
Collaborator

Thanks!

@tomicapretto tomicapretto merged commit 7c452c7 into bambinos:main Dec 4, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docfix formatting required in example showing comparing 2 means using T-test
2 participants