[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference rusure::math

Title:Mathematics at DEC
Moderator:RUSURE::EDP
Created:Mon Feb 03 1986
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2083
Total number of notes:14613

738.0. "Statistical Inference" by NAC::PICKETT (Methodology = Study of methods.) Thu Jul 23 1987 17:57

    Calling all stats people. I need some help with statistical inference.
    
    Given a set of faults in a circuit, and a randomly selected subset.
    An algorithm is tested on the subset, and is given a grade
    on its detection of faults in the subset.
    
    Assuming that faults are randomly distributed, what kind of statement
    can be made about the coverage of the entire circuit, and to what
    accuracy??
    
    I understand that this is an application of an old tried-and-true
    statistical technique. If anyone could convey the details, along
    with references for further reading, I would be most grateful.
    
    David
T.RTitleUserPersonal
Name
DateLines
738.1Avoid complicating the problemRDVAX::PERRONEFri Jul 24 1987 13:0112
    Unless I've missed something, it seems to me that you don't necessarily
    need any fancy statistical techniques to solve your problem.
    
    Take two candidate algorithms and run them on many subsets of many
    circuits.  Rate them according to which detects more faults.
    
    If you want to go the statistical route, get a good stats. book
    and read up on hypothesis testing.
    
    BTW, you should probably give your algorithms several ratings, one
    for each type of potential fault; since it is unlikely (?) that
    an algorithm detects all faults with the same probability.