PDA

View Full Version : Error Condition Prediction



matiz
01-27-2010, 11:11 AM
Hi,

I have an application which receives documents from different people. Some people send the documents daily however there are some for whom I would never be sure of the frequency. I collect the information about number of documents sent by each person everyday. There was a problem which happened recently. One person thought he was sending the documents, but I was not receiving the documents. The problem is that we came to know about the problem after 2 months. I want to be able to predict this type of behaviour in future if possible. I also want to base my prediction on each person's past usage (ie the number of documents sent by him) so that I can reduce the number of false positives. What would be the best way of doing this?

Thanks in Adavce..