Skip to content

significance_report: Add statistical significance tests to core metrics to make some claim about a population value #121

@jukasper

Description

@jukasper

Baseline:
The core functions within the wpa package currently generate visuals and summary tables. As data interpretation still depends on the analyst. Next, we could look at about any hypothesized relationship within our dataset.

Idea:
Significance tests give us a formal process for using sample data to evaluate the likelihood of some claim about a population value. We calculate p-values to see how likely a sample result is to occur by random chance, and we use p-values to make conclusions about hypotheses.

For example:
We have seen that the organization Sales shows more After-hour-collaboration than all the other organizations. We could suspect that Sales has a higher mean of after-hour-collaboration than the rest of the organization. But do we really have the evidence that the overall mean for the Sales org is higher? This proposition is known as a 'null hypothesis', since it usually relates to there being 'no difference' between groups'. With a test of significance we could provide evidence that there is a significant difference between those groups or not.

Outcome:

  • Define hypothesis that could be of interest for our customers
  • Decide based on the input parameters what kind of significance test is valid
  • Output could be another report that will guide the people through those tests (background information etc. and what these tests will tell us)

Disclaimer: This is just an idea :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions