Motion sensor network

PIR's I know only give a YES/NO signal.
If you have an analog PIR you could use a threshold..

WIth a YES/NO you could add up the amount or duration of signals per second.
If above threshold => action but I expect that it will become unreliable.

The main question is:
How many false positives are you willing to accept for one false negative (intruder)?