Option 2 - edit the sample collection of estimates (to see how the results look you may just upload it as it is):
|
The experts' estimates should be described in a comma-separated values (CSV) file (see sample in the box above). Each line should contain information for one expert.
If the experts supply predictions for K time periods, each line of the file should contain K+4 fields:
- The first field in the line is a string containing the expert's name. It should be double-quoted if the name contains spaces or commas.
- The second field in the line is the corresponding estimate of the apprehension rate (i.e. what percentage of attempted crossings will result
in captures). This is a number value in the range from zero to 100.
- The next K fields are the specific predictions for the number (out of each 100 released persons) who will try to cross again in the corresponding time period. For example, if K=4 and the expert believes that in each of the 4 time periods 15% of the subjects will try to cross the border, these will be four values at 15 each (the % sign is not needed).
- These K numbers are followed by two very important estimates. The first is the number (out of each 100) who will not attempt to cross until later, after all the time periods are passed. If the source or expert estimates this at 12%, the entry is 12 (no % sign).
- Finally, the very last entry in each row is the estimate, for the corresponding source of how many people out of each 100 become completely deterred, and will never try again. Of course, this should complete the 100. In this example it would be 100-4*15-12=100-72=28.
This particular extension of capture-recapture uses short time periods, and assume that people do not cross several times, during these short periods, being only captured on the last of the trips.
Empty lines, or lines starting with the '#' character will be ignored.
|