|
Evaluation documentation |
Hi all; I thought you might like to see how this thing works (so far). ----------------------------------------------- This program will evaluate the success or failure of up to 50 earthquake The program flow is as follows: Three input files are required; a prediction file, an earthquake file and The prediction file is comma delimited ascii and contains information The earthquake file must be from a global search of the CNSS combined catalog The historical file is used to calculate the observed probability of an event The program reads all predictions into an array. It calculates or saves The outer limits for distance are 3 times the given radius for quakes less The outer limits for date are 3 times the given window from start date and The outer limits for magnitudes are quakes of any size. Once these values are determined for each prediction, the program starts Finally the predictions are compared to their respective matching quakes. Each quake has its distance to the center of the predicted date range and In the case of magnitudes, largest is considered the "best fit". Finally, all this information is written to the output file for posting or If there are less than 55 such matches, the probability of each one is Comments are welcome as always. Roger Follow Ups: ● Re: Evaluation documentation - Lowell 21:06:10 - 4/5/2002 (14674) (2) ● Re: Evaluation documentation - Canie 11:22:50 - 4/6/2002 (14691) (1) ● Re: Evaluation documentation - Roger Hunter 12:22:40 - 4/6/2002 (14697) (0) ● Re: Evaluation documentation - Canie 21:14:40 - 4/5/2002 (14675) (0) ● Re: Evaluation documentation - 2cents 19:59:44 - 4/5/2002 (14669) (1) ● Re: Evaluation documentation - Roger Hunter 04:51:00 - 4/6/2002 (14680) (1) ● Re: Evaluation documentation - 2cents 11:00:38 - 4/6/2002 (14688) (1) ● Re: Evaluation documentation - Roger Hunter 12:26:40 - 4/6/2002 (14698) (0) |
|