Skip to content

Hypothesis Testing #20

@alexanderthclark

Description

@alexanderthclark

Create hypothesis testing class.

Idea:

# 0-1 box data
test = HypothesisTest(sample_prop=0.4, null_prop=0.5, n=100, alternative='larger')

print(test.statistic)
print(test.pvalue)
test.plot() # show normal distribution with P-value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions