I have users reports about an accident, i want to know how to make sure that the number of reports is enough to take that accident as a true accident not a spam.
My idea is to consider a minimum number of reports in a specific time interval, for example 4 reports in 20 minutes are good enough to believe the existence of that accident.
My question is how can I choose the number of minimum reports and that time interval? Is there another logic to take that decision? I will appreciate your answers .