Fitts' law

In ergonomics, Fitts' law (or Fitts's law) is a principle of human movement published in 1954 by Paul Fitts which predicts the time required to move from a starting position to a final target area. The kind of motion it describes is aimed and rapid. The time needed to acquire a target is a function of the distance to the target, and the size of the target. Fitts' law is used to model the act of pointing, both in the real world, for example, with a hand or finger and on computers, for example, with a mouse.

Contents

The model

Mathematically, Fitts' law has been formulated a few different ways. One common form is the Shannon formulation (proposed by Scott MacKenzie, and named for its resemblance to Shannon's theorem), which, for movement along a single dimension, states:

T = a + b \log_2 \left(\frac{D}{W}+1\right)

where

From the equation, we see a speed-accuracy tradeoff associated with pointing, whereby targets that are smaller and/or further away require more time to acquire.

Success and implications of Fitts' law

Fitts' law is an unusually successful and well-studied model. Experiments that reproduce Fitts' results, and/or demonstrate the applicability of Fitts' law in somewhat different situations, are not difficult to perform. The measured data in such experiments often fit a straight line with a correlation coefficient of 0.95 or higher, a sign that the model is very accurate.

Although Fitts only published two articles on his law (Fitts 1954, Fitts and Peterson 1964), hundreds of subsequent studies related to it are in human-computer interaction (HCI) literature, and quite possibly thousands of studies published in the larger psychomovement literature. Fitts' law's first HCI application was by Card, English, and Burr (1978), who used the index of performance (IP) to compare performance of different input devices, with the mouse coming out on top. (This early work, according to Stuart Card's biography, "was a major factor leading to the mouse's commercial introduction by Xerox" [1].) Fitts' law has been shown to apply under a variety of conditions, with many different limbs (hands, feet, head-mounted sights, eye gaze), manipulanda (input devices), physical environments (including underwater!), and user populations (young, old, retarded, and drugged participants). Note that the constants a, b, IP have different values under each of these conditions.

Since the advent of graphical user interfaces, Fitts' law has been applied to tasks where the user must position the mouse cursor over an on-screen target, such as a button or other widget. Fitts' law can model both point-and-click and drag-and-drop actions. (Note that dragging has a lower IP associated with it, because the increased muscle tension makes pointing more difficult.) Despite the model's appeal, it should be remembered that in its original and strictest form:

If, as generally claimed, the law does hold true for pointing with the mouse, some consequences for user interface design:

Fitts' law remains one of the only hard, reliable human-computer interaction predictive models, joined more recently by the Accot-Zhai steering law, which is derived from Fitts' law.

See also Hick's law, which models user decision making time.

Some mathematical details

The logarithm in Fitts' law is called the index of difficulty ID for the target, and has units of bits. We can rewrite the law as

ID = \log_2 \left(\frac{D}{W}+1\right)
T = a + bID

Thus, the units for b are time/bit, e.g. milliseconds/bit. The constant a can be thought of as incorporating reaction time and/or the time required to click a button.

The values for a and b change as the conditions under which pointing is done are changed. For example, a mouse and stylus may both be used for pointing, but have different constants a and b associated with them.

An index of performance IP (also called throughput TP), in bits/time, can be defined to characterize how quickly pointing can be done, independent of the particular targets involved. There are two conventions for defining IP: one is IP = 1/b (which has the disadvantage of ignoring the effect of a), the other is IP = IDaverage/MTaverage (which has the disadvantage of depending on an arbitrarily chosen "average" ID). For a discussion of these two conventions, see Zhai (2002). Whatever definition is used, measuring the IP of different input devices allows the devices to be compared with respect to their pointing capability.

Slightly different from the Shannon formulation is the original formulation by Fitts

ID = \log_2 \left(\frac{2D}{W}\right)

The factor of 2 here is not particularly important; this form of the ID can be rewritten with the factor of 2 absorbed as changes in the constants a, b. The "+1" in the Shannon form, however, does make it different from Fitts' original form, especially for low values of the ratio D/W. The Shannon form has the advantage that the ID is always non-negative, and has been shown to better fit measured data.

A derivation of Fitts' law

Fitts' law can be derived from various models of motion. A very simple model, involving discrete, deterministic responses, is considered here. Although this model is overly simplistic, it provides some intuition for Fitts' law.

Assume that the user moves toward the target in a sequence of submovements. Each submovement requires a constant time t to execute, and moves a constant fraction 1-r of the remaining distance to the centre of the target, where 0 < r < 1. Thus, if the user is initially at a distance D from the target, the remaining distance after the first submovement is rD, and the remaining distance after the nth submovement is rnD. (In other words, the distance left to the target's centre is a function that decays exponentially over time.) Let N be the (possibly fractional) number of submovements required to fall within the target. Then,

r^N D = \frac{W}{2}

Solving for N:

N = \log_r \frac{W}{2D}
= \frac{1}{log_2 r} \log_2 \frac{W}{2D} (because logxy = (logzy)/(logzx))
= \frac{1}{log_2 1/r} \log_2 \frac{2D}{W} (because logxy = - logx1/y)

The time required for all submovements is:

T = Nt = \frac{t}{log_2 1/r} \log_2 \frac{2D}{W}

By defining appropriate constants a and b, this can be rewritten as

T = a + b \log_2 \frac{D}{W}

The above derivation is similar to one given in Card, Moran, and Newell (1983). For a critique of the deterministic iterative-corrections model, see Meyer et al. (1990).

References

External links

See also: Fitts' law, 1954, Accot-Zhai steering law, Allen Newell, Association for Computing Machinery, Computer, Computer display, Computer mouse, Cursor, Drag-and-drop