All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class guinea.logic.TAFCRule1
java.lang.Object
   |
   +----guinea.logic.TAFCRule
           |
           +----guinea.logic.TAFCRule1
  -  public class TAFCRule1
  -  extends TAFCRule
  -  implements Serializable
The TAFC rule class that imolements the 'simple up-down procedure'
described in
Levitt H. (1971) Transformed Up-Down Methods in Psychoacoustics
(the entry 1). 
It extends the abstract TAFCRule class.
    -  See Also:
    
-  TAFCTrial, TAFCTest
  Constructor Index
  -   · 
	TAFCRule1()
  
-  Construct a new TAFC rule for 'simple up-down procedure'.
  Method Index
  -   · 
	nextGroup(boolean)
  
-  Does the 'simple up-down procedure' decision whether to change
direction.
  Constructors
 · 
TAFCRule1
 public TAFCRule1()
  -  Construct a new TAFC rule for 'simple up-down procedure'.
 
  Methods
 · 
nextGroup
 protected int nextGroup(boolean answer)
  -  Does the 'simple up-down procedure' decision whether to change
direction.
   
- 
    -  Parameters:
    
-  answer - The last answer given by subject.
    
-  Returns:
    
-  The new group, may be GROUP_UP, GROUP_DOWN, or
GROUP_SAME.
    
-  Overrides:
    
-  nextGroup in class TAFCRule
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index