You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can carry out F-test to test the equality of 2 variance (measurement for consistency)
We have 2 samples (1. before prompt/checklist/code change, 2. after prompt/checklist/code change)
Null Hypothesis: Sigma_1^2 = Sigma_2^2
Alternative Hypothesis: Sigma_1^2 > Sigma_2^2 (we want to prove if new change is more consistent than the original setting) https://www.itl.nist.gov/div898/handbook/eda/section3/eda359.htm
The text was updated successfully, but these errors were encountered:
We can carry out F-test to test the equality of 2 variance (measurement for consistency)
We have 2 samples (1. before prompt/checklist/code change, 2. after prompt/checklist/code change)
Null Hypothesis: Sigma_1^2 = Sigma_2^2
Alternative Hypothesis: Sigma_1^2 > Sigma_2^2 (we want to prove if new change is more consistent than the original setting)
https://www.itl.nist.gov/div898/handbook/eda/section3/eda359.htm
The text was updated successfully, but these errors were encountered: