Hypothesis Testing Assignment
Hypothesis Testing Assignment
here, h0: L1 = L2 = L3 = L4
h1: one of them are not equal
here we have to perform ANOVA test
stats.f_oneway( LABTAT["Laboratory 1"] , LABTAT["Laboratory 2"], LABTAT["Laboratory 3"], LABTAT["Laboratory 4"]) [1]
P value = 2.1156708949992414e-57
Buyer Ratio.mtw
ANS
BR= pd.read_csv("C:\\Users\\RUSHIKESH\\Downloads\\BuyerRatio.csv")
table = BR.iloc[:,1:6]
EAST WEST NORTH SOUTH
0 50 412 131 70
1 435 1523 1356 750
As the given data was in categorical form and then converted into tabular format
we will perform the chi square test
here, h0: all proportional are equal
h1: all proprotional are not equal