Introduction to Statistics in Google Sheets
Ted Kwartler
Data Dude
Google Sheets Formula:
T.TEST(range1, range2, tails, type)
Infers whether there is a difference between two means
0.05)0.05, then REJECT H0FAIL TO REJECT H0.Z-Test
Formula:
=Z.TEST(range1, testStatistic, StDev)
T-Test
Formula:
T.TEST(range1, range2, tails, type)


Z.TEST(data, value, [standard_deviation])
FAIL TO REJECT H0 if the -value is greater than 0.05REJECT H0 if the p-value is less than 0.05Introduction to Statistics in Google Sheets