Neha Patil (Editor)

Rossmo's formula

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Rossmo's formula is a geographic profiling formula to predict where a serial criminal lives. The formula was developed and patented by criminologist Kim Rossmo and integrated into a specialized crime analysis software product called Rigel. The Rigel product is developed by the software company Environmental Criminology Research Inc. (ECRI), which Rossmo co-founded.

Contents

Formula

Imagine a map with an overlaying grid of little squares named sectors. If this map is a raster image file on a computer, these sectors are pixels. A sector S i , j is the square on row i and column j, located at coordinates (Xi,Yj). The following function gives the probability p i , j of the position of the serial criminal residing within a specific sector (or point) ( X i , Y j ) :

p i , j = k n = 1 ( t o t a l c r i m e s ) [ ϕ i j ( | X i x n | + | Y j y n | ) f 1 s t t e r m + ( 1 ϕ i j ) ( B g f ) ( 2 B X i x n Y j y n ) g 2 n d t e r m ] ,

where: ϕ i j = { 1 , i f ( X i x n + Y j y n ) > B 0 , e l s e

Here the summation is over past crimes located at coordinates (xn,yn). ϕ i j is a characteristic function that returns 0 when a point ( X i , Y j ) is an element of the buffer zone B (the neighborhood of a criminal residence that is swept out by a radius of B from its center). ϕ i j allows p to switch between the two terms. If a crime occurs within the buffer zone, then ϕ i j = 0 and, thus, the first term does not contribute to the overall result. This is a prerogative for defining the first term in the case when the distance between a point (or pixel) becomes equal to zero. When ϕ i j = 1 , the 1st term is used to calculate p i , j .

X i x n + Y j y n is the Manhattan distance between a point ( X i , Y j ) and the n-th crime site ( x n , y n ) .

Explanation

The summation in the formula consists of two terms. The first term describes the idea of decreasing probability with increasing distance. The second term deals with the concept of a buffer zone. The variable ϕ is used to put more weight on one of the two ideas. The variable B describes the radius of the buffer zone. The constant k is empirically determined.

The main idea of the formula is that the probability of crimes first increases as one moves through the buffer zone away from the hotzone, but decreases afterwards. The variable f can be chosen so that it works best on data of past crimes. The same idea goes for the variable g .

The distance is calculated with the Manhattan distance formula.

Applications

The formula has been applied to fields other than forensics. Because of the buffer zone idea, the formula works well for studies concerning predatory animals such as white sharks.

This formula and math behind it were used in crime detecting in the Pilot episode of the TV series Numb3rs and in the 100th episode of the same show, called "Disturbed".

References

Rossmo's formula Wikipedia