Compute a confidence interval from sample data
Asked 07 September, 2021
Viewed 1K times
  • 51
Votes

I have sample data which I would like to compute a confidence interval for, assuming a normal distribution.

I have found and installed the numpy and scipy packages and have gotten numpy to return a mean and standard deviation (numpy.mean(data) with data being a list). Any advice on getting a sample confidence interval would be much appreciated.

5 Answer