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.
Asked
Active
Viewed 96 times
-4
-
1this is a Question-Answers website about programming. try wikipedia instead – Jacquot Mar 14 '19 at 11:22
1 Answers
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