-4

I want to validate the some given hypothesis over the provided data. Please share the available python libraries details which can help to validate the hypothesis. And it would be a great help, if somebody aware of the steps by which we can do hypothesis validation with python in general.

Himmat
  • 166
  • 5

1 Answers1

0

You want to look into hypothesis testing and binomial distribution. It's all further education level mathematics/statistics, so nothing too difficult.

notjoshno
  • 337
  • 2
  • 4
  • 15
  • Can you please share some website tutorials link by which I can get such info? – Himmat Mar 15 '19 at 05:06
  • @Himmat https://www.khanacademy.org/math/statistics-probability/significance-tests-one-sample/idea-of-significance-tests/v/simple-hypothesis-testing – notjoshno Mar 20 '19 at 10:17