null-hypothesis
There are 34 repositories under null-hypothesis topic.
Alcampopiano/hypothesize
Robust statistics in Python
ckdckd145/statmanager-kr
Open-source statistical package in Python based on Pandas
nhtsai/datahacks2020
Science Track Finalist: A Case Study of Race in Diabetes Healthcare
tantawy997/Analyze_ab_test_results_notebook
Analyze ab test results udacity project
udialter/equivalence-testing-multiple-regression
I constructed a simulation study to evaluate the statistical performance of two equivalence-based tests and compared it to the common, but inappropriate, method of concluding no effect by failing to reject the null hypothesis of the traditional test. I further propose two R functions to supply researchers with open-access and easy-to-use tools that they can flexibly adopt in their own research.
aeglon97/AB-Test-Results
An analysis of A/B Test results to help an e-commerce site decide whether or not they should implement a new page design.
aldimeolaalfarisy/Hypothesis-Testing-Concept-ANOVA-
ANOVA test using python to find out if survey or experiment results are significant and the impact of one or more factors by comparing the means of different samples
Christian-F-Badillo/Temas_Selectos_en_Estadistica
Repositorio para el curso intersemestral "Temas Selectos en Estadística" para la Facultad de Psicología, UNAM.
CS-LEE2022/Test_a_Perceptual_Phenomenon
Use descriptive statistics to describe qualities of a sample, set up a hypothesis test, make inferences from a sample, and draw conclusions based on the results.
himanshuvnm/Academic-activity-at-The-University-of-Texas-at-Tyler
This repository contains my notes of Calculus and Statistics that I taught in the Department of Mathematics at The University of Texas at Tyler.
MahtabEK/A-Data-Scientist-for-a-Professional-Football-Club-Part2
This project is part 2 of the project "A Data Scientist for a Professional Football Club". In this project, managers want to test some hypotheses relating a player's overall rating and some of their characteristics in order to make better decisions on what players to trade/sign. They would like to create some statistical models for inference instead of prediction. And for that reason, in this project, I took off my "data" hat and put on my "science" hat :D
MezbanS/Healthcare-Insurance-Analysis
This project predicts healthcare costs and identifies contributing factors using data analysis, machine learning, and SQL data management.
nhtsai/datathon2019
Lyft Challenge Winner: San Diego Traffic Collision Analysis
vaitybharati/Assignment-03-Q4-Hypothesis-Testing-
Chi2 contengency independence test. Q4. TeleCall uses 4 centers around the globe to process customer order forms. They audit a certain % of the customer order forms. Any error in order form renders it defective and has to be reworked before processing. The manager wants to check whether the defective % varies by centre. Please analyze the data at 5% significance level and help the manager draw appropriate inferences.
vaitybharati/Assignment-03-Q5-Hypothesis-Testing-
Chi2 contengency independence test. Fantaloons Sales managers commented that % of males versus females walking in to the store differ based on day of the week. Analyze the data and determine whether there is evidence at 5 % significance level to support this hypothesis.
vaitybharati/P16.-Hypothesis-Testing-1S2T---Call-Center-Process
Hypothesis Testing 1S2T - Call Center Process. Sample Parameters: n=50, df=50-1=49, Mean1=4, SD1=3 1-sample 2-tail ttest Assume Null Hypothesis Ho as Mean1 = 4 Thus, Alternate Hypothesis Ha as Mean1 ≠ 4
vaitybharati/P17.-Hypothesis-Testing-1-Sample-1-Tail-Test-Salmonella-Outbreak-
Hypothesis-Testing-1-Sample-1-Tail-Test-Salmonella-Outbreak. 1-sample 1-tail ttest. Assume Null Hypothesis Ho as Mean Salmonella <= 0.3. Thus Alternate Hypothesis Ha as Mean Salmonella > 0.3. As No direct code for 1-sample 1-tail ttest available with unknown SD and arrays of means. Hence we find probability using 1-sample 2-tail ttest and divide it by 2 to get 1-tail ttest.
vaitybharati/P18.-Hypothesis-Testing-2-Sample-2-Tail-Test-Drugs-and-Placebos-
Hypothesis-Testing-2-Sample-2-Tail-Test-Drugs-and-Placebos. Note: This python code states both 2-sample 1-tail and 2-sample 2-tail codes. Treatment group mean is Mu1 Contrl group mean is Mu2 2-sample 2-tail ttest Assume Null Hypothesis Ho as Mu1 = Mu2 Thus Alternate Hypothesis Ha as Mu1 ≠ Mu2.
vaitybharati/P19.-Hypothesis-Testing-2-Proportion-T-test-Students-Jobs-in-2-States-
Hypothesis-Testing-2-Proportion-T-test-Students-Jobs-in-2-States. Assume Null Hypothesis as Ho is p1-p2 = 0 i.e. p1 ≠ p2. Thus Alternate Hypthesis as Ha is p1 = p2. Explanation of bernoulli Binomial RV: np.random.binomial(n=1,p,size) Suppose you perform an experiment with two possible outcomes: either success or failure. Success happens with probability p, while failure happens with probability 1-p. A random variable that takes value 1 in case of success and 0 in case of failure is called a Bernoulli random variable. Here, n = 1, Because you need to check whether it is success or failure one time (Placement or not-placement) (1 trial) p = probability of success size = number of times you will check this (Ex: for 247 students each one time = 247) Explanation of Binomial RV: np.random.binomial(n=1,p,size) (Incase of not a Bernoulli RV, n = number of trials) For egs: check how many times you will get six if you roll a dice 10 times n=10, P=1/6 and size = repetition of experiment 'dice rolled 10 times', say repeated 18 times, then size=18. As (p_value=0.7255) > (α = 0.05); Accept Null Hypothesis i.e. p1 ≠ p2 There is significant differnce in population proportions of state1 and state2 who report that they have been placed immediately after education.
vaitybharati/P20.-Hypothesis-Testing-Anova-Test---Iris-Flower-dataset
Hypothesis Testing Anova Test - Iris Flower dataset. Anova ftest statistics: Analysis of varaince between more than 2 samples or columns. Assume Null Hypothesis Ho as No Varaince: All samples population means are same. Thus Alternate Hypothesis Ha as It has Variance: Atleast one population mean is different. As (p_value = 0) < (α = 0.05); Reject Null Hypothesis i.e. Atleast one population mean is different Thus there is variance in more than 2 samples.
vaitybharati/P21.-Hypothesis-Testing-Chi2-Test-Athletes-and-Smokers-
Hypothesis-Testing-Chi2-Test-Athletes-and-Smokers. Assume Null Hypothesis as Ho: Independence of categorical variables (Athlete and Smoking not related). Thus Alternate Hypothesis as Ha: Dependence of categorical variables (Athlete and Smoking is somewhat/significantly related). As (p_value = 0.00038) < (α = 0.05); Reject Null Hypothesis i.e. Dependence among categorical variables Thus Athlete and Smoking is somewhat/significantly related.
vaitybharati/P22.-Hypothesis-Testing-Chi2-Test-Human-Gender-and-Choice-of-Pets-
Hypothesis-Testing-Chi2-Test-Human-Gender-and-Choice-of-Pets. Assume Null Hypothesis as Ho: Human Gender and choice of pets is independent and not related. Thus Alternate Hypothesis as Ha : Human Gender and choice of pets is dependent and related. As (p_valu=0.1031) > (α = 0.05); Accept Null Hypothesis i.e Independence among categorical variables. Thus, there is no relation between Human Gender and Choice of Pets.
DSKunth/Analyze-AB-Test-Result
Performed A/B test and help the company decide whether they should implement the new web page, keep the old page, or run the experiment longer.
JoshuaPaulBarnard/Predicting-Wine-Quality-with-Machine-Learning
Comparing Linear Regression with kNN, Decision Tree and Random Forest with Bayesian Inference to Predict Wine Quality in Python.
nikbarb810/Motif_Detection_in_R
Motif Detection for TFBS in Glycolysis and Glyconeogenesis pathways
RamyaRamachandra/Analyze-A-B-Test-Results
About Performed A/B test and help the company decide whether they should implement the new web page, keep the old page, or run the experiment longer.
saikrishnabudi/Hypothesis-Testing
Data Science - Hypothesis Testing Work
shwetapardhi/Assignment-03-Q4-Hypothesis-Testing
Chi2 contengency independence test Q4. TeleCall uses 4 centers around the globe to process customer order forms. They audit a certain % of the customer order forms. Any error in order form renders it defective and has to be reworked before processing. The manager wants to check whether the defective % varies by centre. Please analyze the data at 5
shwetapardhi/Assignment-03-Q5--Hypothesis-Testing
Chi2 contengency independence test Q5. Fantaloons Sales managers commented that % of males versus females walking in to the store differ based on day of the week. Analyze the data and determine whether there is evidence at 5 % significance level to support this hypothesis. Assume Null Hypothesis as Ho: Independence of categorical variables (% of
Ilia-Abolhasani/co-worker-proteins-in-gene-ontology
Analyzing biological networks using statistical testing to uncover significant differences in protein distributions based on functional relationships.
Lakshya-Ag/Inferential-Statistics-and-Hypothesis-Testing
Testing the hypothesis of a pharma company for the time of the effect and the quality assurance based on the null and alternate hypothesis
PatilSukanya/Assignment-3-Hypothesis-Testing
Used libraries and functions as follows:
PoojaP-atil/Exploratory-Data-Analysis-EDA-and-Preprocessing
* Basis EDA * Handling Null/Missing Values * Handling Outliers * Handling Skewness * Handling Categorical Features * Data Normalization and Scaling * Feature Engineering