0

I'm using scipy's module stats to calculate the confidence interval from a population normal distributed like someone has already done here (Compute a confidence interval from sample data). But I've failed all my attempts to get scipy installed on intel galileo gen 2. Is there any way to do it without scipy? Thank you.

0andriy
  • 4,183
  • 1
  • 24
  • 37
  • You can calculate the confidence interval if you have the variance. If you do (the math is fairly easy) then this is now a math question, so I suggest that you ask this question in math.stackexchange.com The [wikipedia page](https://en.wikipedia.org/wiki/Confidence_interval) is also very useful – Paul Terwilliger Oct 11 '16 at 14:49
  • But I dont have the variance of the population, so I have to calculate the T distribution. I only know how to do that in python using scipy. – Andréa Brandão Duque Oct 11 '16 at 16:10
  • Without knowing more about your problem, I would still assume that the calculations for the confidence interval would be some kind of math equation. If you would like to do the math, you would need to share more details about your problem – Paul Terwilliger Oct 11 '16 at 18:20

0 Answers0