Hick's law

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found. Hick's law, or the Hick–Hyman Law, named after British and American psychologists William Edmund Hick and Ray Hyman, describes the time it takes for a person to make a decision as a result of the possible choices he or she has: increasing the number of choices will increase the decision time logarithmically. The Hick–Hyman law assesses cognitive information capacity in choice reaction experiments. The amount of time taken to process a certain amount of bits in the Hick–Hyman law is known as the rate of gain of information.

Hick's law is sometimes cited to justify menu design decisions. For example, to find a given word (e.g. the name of a command) in a randomly ordered word list (e.g. a menu), scanning of each word in the list is required, consuming linear time, so Hick's law does not apply. However, if the list is alphabetical and the user knows the name of the command, he or she may be able to use a subdividing strategy that works in logarithmic time.[1]

Background

In 1868, the relationship between having multiple stimuli and the choice reaction time was reported by Franciscus Donders. In 1885, J. Merkel discovered the response time is longer when a stimulus belongs to a larger set of stimuli. Psychologists began to see similarities between this phenomenon and the Information Theory.

Hick first began experimenting with this theory in 1951. His first experiment involved 10 lamps with corresponding Morse Code keys. The lamps would light at random every five seconds. The choice reaction time was recorded with the number of choices ranging from 2–10 lamps.[further explanation needed]

Hick performed a second experiment using the same task, while keeping the number of alternatives at 10. The participant performed the task the first two times with the instruction to perform the task as accurately as possible. For the last task, the participant was asked to perform the task as quickly as possible.

While Hick was stating that the relationship between reaction time and the number of choices was logarithmic, Hyman wanted to better understand the relationship between the reaction time and the mean number of choices. In Hyman’s experiment, he had eight different lights arranged in a 6x6 matrix.[clarification needed] Each of these different lights was given a name, so the participant was timed in the time it took to say the name of the light after it was lit. Further experiments changed the number of each different type of light. Hyman was responsible for determining a linear relation between reaction time and the information transmitted.

Law

Given n equally probable choices, the average reaction time T required to choose among the choices is approximately:

T = b \cdot \log_{2}(n + 1)

where b is a constant that can be determined empirically by fitting a line to measured data. The logarithm expresses depth of "choice tree" hierarchy – log2 indicates binary search was performed. Addition of 1 to n takes into account the "uncertainty about whether to respond or not, as well as about which response to make."[2]

In the case of choices with unequal probabilities, the law can be generalized as:

T = b H

where H is strongly related to the information-theoretic entropy of the decision, defined as:

H = \sum_i^n p_i \log_{2}(1/p_i + 1)

where pi refers to the probability of the ith alternative yielding the information-theoretic entropy.

Hick's law is similar in form to Fitts's law. Hick's law has a logarithmic form because people subdivide the total collection of choices into categories, eliminating about half of the remaining choices at each step, rather than considering each and every choice one-by-one, which would require linear time.

Relation to IQ

File:EN HICK.png
Roth's application of Hick's law
"Bit" is the unit of log2(n)

E. Roth (1964) demonstrated a correlation between IQ and information processing speed, which is the reciprocal of the slope of the function:[3]

\text{Reaction Time} = \text{Movement Time} + \frac{ \log_{2}(n) } {\text{Processing Speed} }

where n is the number of choices. The time it takes to come to a decision is:

\text{Processing Speed} \cdot \log_2(n)

Stimulus–response compatibility

The stimulus–response compatibility is known to also affect the choice reaction time for the Hick–Hyman Law. This means that the response should be similar to the stimulus itself (such as turning a steering wheel to turn the wheels of the car). The action the user performs is similar to the response the driver receives from the car.

See also

Notes

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.

References

  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.

External links