Skip to content

precomputed mean,std statistics using scipy.stats.ttest_ind_from_stats #187

@pas-calc

Description

@pas-calc

If the test was performed on mean,std (if we don't have the raw samples, or it's a weighted mean,std) then we can use
scipy.stats.ttest_ind_from_stats

https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.ttest_ind_from_stats.html

But how to implement this in statannotations?
We don't have a dataframe with the samples data.

Related (seaborn)
mwaskom/seaborn#3345

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