Effectiveness of a Boolean test

  • Thread starter geo101
  • Start date
  • Tags
    Test
In summary, the conversation discusses the use of a Boolean parameter, "SC", to identify accurate and inaccurate data in a data set of 13,174 results. The results show that 4016 out of 5400 accurate results have an SC value of 1, while 4373 out of 7774 inaccurate results also have an SC value of 1. The speaker would like to apply a statistical test to determine the significance of this difference and see if SC is effective at identifying accurate results. A suggestion is made to use a T-test or a binomial distribution test to assess the significance. Further discussion includes the calculation of the probability of selecting accurate results using the SC parameter and how it can be used to determine if the parameter
  • #1
56
0
I’m working with a Boolean parameter that has been proposed to identify good data and I want to test if it is effective on a data set where we know what is good (accurate) and bad (inaccurate results).

The theory (sensu amplo!) behind the Boolean parameter, called “SC”, is that a value of “1” should indicate accurate data and a value of “0” should indicate inaccurate data. I have a data set of 13,174 results, where we independently know that 5400 are accurate and 7774 are inaccurate.

Of the accurate results, 4016 (~74%) have an SC value of 1. Of the inaccurate results, 4373 (~56%) have an SC value of 1. What I would like to do is apply a statistical test to assess the significance of the difference between these two proportions and determine if, at some significance level, SC is effective at identifying accurate results.

Any thoughts and advice would be most welcome :smile:
 
Physics news on Phys.org
  • #2
I would be willing to eat a sock if they weren't different statistically - that should count as some sort of significance test rigt there.

More seriously you want to do this T-test:
http://en.wikipedia.org/wiki/Welch's_t_test
 
  • #3
Thanks for the reply.

How would the t-test be adapted to this situation? Given that the SC parameter is essentially a yes/no result, would a test based on a binomial distribution not be more appropriate?


I would be willing to eat a sock if they weren't different statistically - that should count as some sort of significance test rigt there.
While that certainly would be significant, I would have to see evidence of the sock devouring :tongue:
 
  • #4
OK, what about this...

I have 13,174 results, of which 5400 are accurate. The probability of randomly picking an accurate result is P = 0.4099.
Using the parameter SC = 1, I select a subset of 8389 results (i.e., Nt = 8389).
Of these Nt results 4016 are accurate (i.e., Ns = 4016).
Using the binomial CDF, I can calculate the probability that my realized success rate occurred by chance, using:

[itex]p_r=1- \sum\limits_{i=0}^{N_{s}}{ N_{t} \choose i } P^{i}(1-P)^{N_{t}-i}[/itex]

When I crunch the numbers, I get pr ≈ 0. So I can say that, at better than the 5% significance level, selecting results with SC = 1, will increasing the likelihood of selecting accurate results.

Is this correct??
 

Suggested for: Effectiveness of a Boolean test

Back
Top