Skip to content

this project is to compute median confidence interval in python, for numpy array, pandas' dataframe/series

Notifications You must be signed in to change notification settings

minddrummer/median-confidence-interval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This project is to compute the confidence interval of quantile of data.
you can specify the confidence interval that you like, such 95%, 99% etc;
and you can also specify the quantile that you want, such 50%(median), 75%, etc.
the script now could take numpy.ndarray, or pandas.series, pandas.dataframe;
further tuning need to other data types;
also for some dataset, this might not work, since the algorithm require N*p>=5, and
N*(1-p)>=5 at least.

About

this project is to compute median confidence interval in python, for numpy array, pandas' dataframe/series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages