Hello
I have a spreadsheet which calculates a P value for a/b conversion tests which are conducted on the website.
I wish to rearrange the formula to get the minimum increase required to get a significant result based on known volumes.
Essentially that means rearranging
(Y-X)/SQRT( ((Y(1-Y))/B) + ((X(1-X))/A)) ) = 1.67
To make y the subject. Here A and B are the number of visitors to the site in the control and test group and X and Y are the number of bookings for the same pots.
I'm getting stuck doing this myself as it gets quite messy once all the y's on one side.
I have a spreadsheet which calculates a P value for a/b conversion tests which are conducted on the website.
I wish to rearrange the formula to get the minimum increase required to get a significant result based on known volumes.
Essentially that means rearranging
(Y-X)/SQRT( ((Y(1-Y))/B) + ((X(1-X))/A)) ) = 1.67
To make y the subject. Here A and B are the number of visitors to the site in the control and test group and X and Y are the number of bookings for the same pots.
I'm getting stuck doing this myself as it gets quite messy once all the y's on one side.