Effectiveness of a Boolean test

  • Thread starter Thread starter geo101
  • Start date Start date
  • Tags Tags
    Test
AI Thread Summary
The discussion focuses on testing the effectiveness of a Boolean parameter, "SC," to identify accurate data in a dataset of 13,174 results, where 5,400 are known to be accurate. The initial findings show that approximately 74% of accurate results and 56% of inaccurate results have an SC value of 1. A statistical test, specifically a binomial test, is suggested to assess the significance of the difference in proportions between accurate and inaccurate results. The calculations indicate a probability of selecting accurate results with SC = 1 is significantly better than random chance, achieving a significance level below 5%. The conclusion supports the effectiveness of the SC parameter in identifying accurate data.
geo101
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
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
 
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 :-p
 
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:

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

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??
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top