Friendly Stats View

Forum for questions and support relating to the 1.30.x releases only.
Locked
johndul0001
Posts: 21
Joined: Mon Jul 25, 2016 4:31 pm

Friendly Stats View

Post by johndul0001 »

I have 2 reasonably large systems with some false alarming problems.

I am working on a way to graph the stats easily to compare real alarms to false alarms. I have made a small mod to events.php which allows selected and non selected events to be sent to a graphing routine. I am getting output graphs but am wondering if someone with more incite into stats calculations might give me some input.

Right now I have it set up so I pull up an event listing and I checkbox all the alarms, leave false alarms unchecked and press my new "Analyze" button.

The routine then counts the occurrences of PixDif between 0 and 255 as well as AlarmedArea, FileterdArea and BlobArea between 0 and 100. It graphs that data. It also calculates the number of occurrences above and below 50% of total and graphs that.

Does this data mean anything? Is it useful? Is there a procedure or formula to make it better?
Attachments
events.JPG
events.JPG (89.74 KiB) Viewed 1497 times
graph.JPG
graph.JPG (91.34 KiB) Viewed 1497 times
johndul0001
Posts: 21
Joined: Mon Jul 25, 2016 4:31 pm

Re: Friendly Stats View

Post by johndul0001 »

This is the resulting graph
Attachments
graph.JPG
graph.JPG (91.34 KiB) Viewed 1495 times
Locked