home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / education / howmany / !HowMany / !Help < prev    next >
Encoding:
Text File  |  1996-09-26  |  2.4 KB  |  86 lines

  1. This is !HowMany, version 1.05  (27 September 1996)
  2.  
  3.  
  4. Intro:
  5. ======
  6.  
  7. The Capture/Mark/Release method
  8. ================================
  9.  
  10. This program is designed to illustrate a technique used to estimate the
  11. number of individual animals in a population, in a closed environment. In
  12. this case the animals are fish, in a pond.
  13.  
  14. The program on start up determines a sensible random number for the
  15. population of fish. The user is invited to position the pointer over the
  16. pond, and click to catch a sample of fish. The numbers are shown. When the Tag
  17. button is pressed, the fish are tagged and released. This operation is
  18. repeated a number of times, 5 by default.
  19.  
  20. At this point the pond is left for a period of time, during which the fish
  21. are assumed to have dispersed in a random way.
  22.  
  23. Five more catches are made, and some are caught tagged and some not. The
  24. proportion that are tagged is assumed to be the same as the proportion
  25. tagged in the whole pond.
  26.  
  27. The computer, and indeed the user now has the data to estimate the population
  28. of fish in the pond.
  29.  
  30.  
  31.  
  32. It is   the total caught in second catch   *   total tagged in first batch    
  33.        -----------------------------------
  34.           tagged fish in second batch
  35.  
  36.  
  37. The computer puts up the raw data, so that students can try to work it out.
  38. It then shows the user both the estimate, and the actual number in the
  39. population.
  40.  
  41. This technique is widely used in environmental biology, and can be used in
  42. other closed ecosystems.
  43.  
  44. The program enables the user to start again, and assigns the pond a
  45. different number of fish.
  46.  
  47.  
  48. Copyright 
  49. ========= 
  50. This program is  Public Domain. It may be distributed or
  51. copied freely as long as no part of this software may is used in any other
  52. program, whether commercial or public domain, without my prior written
  53. consent, though any files created by this software are not bound by this
  54. condition. This software  may not be distributed for a profit, save that
  55. required to cover packaging and media costs.. 
  56.  
  57. Copyright (©) is retained by the author, who may be contacted at the address
  58. beneath. No liability can be accepted by the author for any loss or damage
  59. arising from use or misuse of this software.
  60.  
  61. Credits
  62. =======
  63. Please read the credits file, obtained by double clicking over the !HowMany
  64. icon in the filer window, whilst pressing down the <shift> .key
  65.  
  66.  
  67. Any improvements or bugs, please report to :-
  68.  
  69. Robert Seago.
  70.  
  71. 40 Alton Park Road 
  72. Clacton On Sea
  73. Essex.
  74.  
  75. CO15 1ED
  76.  
  77. 01255 436494
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.