01 January 1970 19 5K Report

Is it possible to compute credible intervals for the Common Language Effect Size (CLES)? Are there any sources on this? Did anyone else have some thoughts on this or played around with it and likes to share ideas?

I like CLES as it often fits my questions an naïve worldly interpretations. CLES has some advantage and disadvantages: the advantage is that you do not have to be extremely concerned with the distributional aspects of the data, the disadvantage is that you do not have to be concerned about the distributional aspects of the data (if this makes sense). CLES, in this particular case the AUC, can be calculated from the W/U statistic, however this is ranked based, which does not make an distributional assumptions.

It is rather difficult, as there is no likelihood function for each of the two groups, but this is also the advantage. The only assumption - if I correctly understand this - is the need to make one on the prior, of which the value can only range between 0-1 (as CLES can only range from 0-1) and so is beta distributed. I was playing around a bit and came up with the following: 1) for each group weigh the samples by Dirichlet distribution (basically Bayesian bootstrap), 2.) rank the data and calculate U statistics and AUC, 3.) draw some random value from the prior, 4.) calculate the distance from of the AUC from this prior draw (See fig for flat prior and prior~beta(25, 10)), 5.) repeat this a lot of times, and 6.) "accept" values with a reasonable distance from the prior (I simply chose the closest 1000).

Another way to look at it would be to use the means and variance of the groups; I forgot the link to the article :( ).

set.seed(666)

y

Similar questions and discussions