Prior distributions?

Comments

1 comment

  • Kamal Abdul karim

    Hi Ezequiel, 

    for binary metrics like CR: 

    1. Set a minimum P2BB value to declare a winner
    2. Prior distribution - Beta(1,1) 
    3. Gather experiment data per variation, namely # of successes (S) and # of observations (N)
    4. Posterior distribution Beta (S+1,N-S+1)
    5. Sample n observations from each posterior (Monte-Carlo)
    6. Calculate P2BB by comparing samples

    for non-binary metrics like AOV

    1. Set a minimum P2BB value to declare a winner
    2. Prior distribution - Gamma(K,T)
    3. Gather experiment data per variation, namely # of purchases (N) and sum of all purchases values (S)
    4. Posterior distribution of 1/AOV is Gamma(K+N, T/(1+T*S)
    5. Sample n observations from each posterior (Monte-Carlo)
    6. Transform each sampled value to 1/(sampled value)
    7. Calculate P2BB by comparing transformed samples

    Hope that helps, Kamal

    Comment actions Permalink

Please sign in to leave a comment.