T_Value.xlsx
I want to see which are the 3 top labels with the highest T-value for each class.
T-value = (Avg1-Avg2) / sqrt(Stdev1^2 / N1 + Stdev2^2 /N2)
Avg1 is the average for one class across the label sample and Avg2 is the average for the other classes.
Stdev1 is the standard deviation for one class and Stdev2 is the standard deviation for the other classes.
How would I calculate the Average1 of a whole class?
And how would I generate a T-value for each label? It seems this formula would only give me a T-value per class.
labels are a,b,c,d,e,f,g that you can see on the attached file.
Bookmarks