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

Linreg #36

Closed
wants to merge 59 commits into from
Closed

Linreg #36

wants to merge 59 commits into from

Conversation

iampelle
Copy link
Contributor

@iampelle iampelle commented Nov 8, 2021

No description provided.

erik-stenberg and others added 30 commits October 25, 2021 10:19
…ests on different rows of the dataframe

- Removed inheritance structure between GenericComputer and (previous) subclasses. GenericComputer now instead have one of each computer
…alculated per row instead of doing column operations, so that we can use different methods for different rows.
- Return None for powered effect and sample size if power is undefined
Introduced metric and treatment columns to ChiSquared and StudentsTTest
…he power/sample size calculation where it's needed.
iampelle and others added 28 commits October 29, 2021 00:58
# Conflicts:
#	.gitignore
#	README.md
#	setup.cfg
#	spotify_confidence/__init__.py
#	spotify_confidence/analysis/confidence_utils.py
#	spotify_confidence/analysis/constants.py
#	spotify_confidence/analysis/frequentist/chi_squared.py
#	spotify_confidence/analysis/frequentist/confidence_computers/generic_computer.py
#	spotify_confidence/analysis/frequentist/confidence_computers/z_test_computer.py
#	spotify_confidence/analysis/frequentist/experiment.py
#	spotify_confidence/analysis/frequentist/generic_test.py
#	spotify_confidence/analysis/frequentist/t_test.py
#	spotify_confidence/analysis/frequentist/z_test.py
#	tests/frequentist/test_ztest.py
- Fixed formatting
@iampelle iampelle closed this Nov 8, 2021
@iampelle iampelle deleted the linreg branch November 8, 2021 23:35
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.

3 participants