Activity Status

  • 17-18 March 2010 Project kickoff
  • Development of Decision Support functionality as part of WP4.
  • Demonstration of activities on this web-site
  • 1 April 2011 WP4 model and software development meeting
  • 26-27 May 2011 Project Meeting
  • 22 September 2011 WP4 meeting
  • 1 November 2011 WP4 modeling meeting

Example Breeding Pigs

This example illustrates how a sequence of test-and-treat decisions  related to breeding pigs can be modelled and what a user friendly web interface may look.

The example taken from Lauritzen & Nilsson (2001) is fictitious, but more realistic variants have served as motivation for the theoretical development in the aforementioned manuscript. The story is:

A pig breeder is growing pigs for a period of four months and subsequently selling them. During this period the pig may or may not develop a certain disease. If the pig has the disease at the time when it must be sold, the pig must be sold for slaughtering and its expected market price is then 300 DKK (Danish kroner). If it is disease free, its expected market price as a breeding animal is 1000 DKK.

Once a month, a veterinary doctor sees the pig and makes a test for presence of the disease. If the pig is ill, the test will indicate this with probability .80, and if the pig is healthy, the test will indicate this with probability .90. At each monthly visit, the doctor may or may not treat the pig for the disease by injecting a certain drug. The cost of an injection is 100 DKK.

A pig has the disease in the first month with probability .10. A healthy pig develops the disease in the subsequent month with probability .20 without injection, whereas a healthy and treated pig develops the disease with probability .10, so the injection has some preventive effect. An untreated pig which is unhealthy will remain so in the subsequent month with probability .90, whereas the similar probability is .50 for an unhealthy pig which is treated. Thus spontaneous cure is possible but treatment is beneficial on average.

The challenge is to develop a decision support system for the veterinary doctor to use in her decision making. The story could continue in two versions. In the traditional influence diagram (ID) version, the pig breeder will at all times know whether the pig has been treated earlier and also the previous test results. This story corresponds to a (finite) POMDP. If we extend the story to continue for many months or to have weekly or daily examinations with potential injections associated, the complexity of finding an optimal treatment strategy becomes forbidding.

In the LIMID version of the story and the version we consider here, the pig breeder does not keep individual records for his pigs and has to make his decision knowing only the test result for the given month and the age of the pig. The memory has been limited to the extreme of only remembering the present.

In the LIMID version of the story, the pig breeder does not keep individual records for his pigs and has to make his decision knowing only the test result for the given month. The corresponding diagram is displayed in the figure below.

Figure 1: LIMID representing the domain of the pigs breeding problem.

 

The web form for this network could look like this:

Figure 2: Web form representing the domain of pigs breeding problem.

The example and a large part of the text are taken from Lauritzen & Nilsson (2001).

References
Lauritzen, S. L. and Nilsson, D., (2001), Representing and solving decision problems with limited information. Management Science, 47, 1238 - 1251.
 

TESTINGThe web form for the first decision could look like this:

Figure 3: Web form supporting the first decision.

The web form for the second decision could look like this:

Figure 4: Web form supporting the second decision.

This web form assumes the decision maker made the optimal decision at the first visit. The observation on the first test and the decision are not available at the second decision. The web form for the third and final decision could look like this:

Figure 5: Web form supporting the third and final decision.

This web form assumes the decision maker made the optimal decision at the first two visits. The observations on the first two tests and the first two decisions are not available at the third decision.