![]() |
|
Efficiency - Printable Version +- Blitzortung.org Forum (https://forum.blitzortung.org/mybb) +-- Forum: Public Forums (https://forum.blitzortung.org/mybb/forumdisplay.php?fid=29) +--- Forum: General Discussion (https://forum.blitzortung.org/mybb/forumdisplay.php?fid=31) +--- Thread: Efficiency (/showthread.php?tid=1261) |
Efficiency - UODLD1 - 2015-04-17 Hi, I have been looking at the data on the lightning maps website, and I was just wondering if anyone knows what and how the efficiency of the station is calculated? Thanks. Kerri RE: Efficiency - Knickohr - 2015-06-01 No answer ? I'm also interested in how this value is calculated. Thomas RE: Efficiency - Tobi - 2015-06-05 Efficiency = sqrt( stroke_ratio * signal_ratio ) RE: Efficiency - Knickohr - 2015-06-05 That's not correct ![]() After some experience I found : Efficiency[%] = sqrt( quota_strokes_per_h[%] * quota_signals_per_h[%] ) Efficiency[%] = sqrt( stroke_ratio[%] * locating_ratio[%] ) or better : Efficiency[%] = sqrt( ( strokes_station / stokes_summary ) * ( strokes_station / signals_station ) ) * 100 Efficiency[%] = sqrt( strokes_station² / (strokes_summary * signals_station ) ) * 100 Is this correct ? Thomas RE: Efficiency - andyweather - 2015-06-05 i can say i'm happy with my efficiency. RE: Efficiency - Tobi - 2015-06-05 (2015-06-05, 14:32)Knickohr Wrote: That's not correct Oops, sorry. You are right!
RE: Efficiency - Egon - 2015-06-14 Hi Folks, I have changed the computation of the effectivity shown in the station list at blitzortung.org (this is not the efficiency of lightningmaps.org you have discussed above). The time period is 1 hour. I need the following notations to explain the computation. Strikes (x,s) = number of strikes in a rage of x km to station s Hits (x,s) = number of strikes in a range of x km to station s at that station s was involved Signals (s) = number of signals of station s Strikes = total number of computed strikes of the region to that the station sends data min (x,y) = minimum of x and y Then we have: Effectivity_50 = Hits (s,50) / Strikes (s,50) * min (Strikes / Signals (s), Signals (s) / Strikes) Effectivity_500 = Hits (s,500) / Strikes (s,500) * min (Strikes / Signals (s) /, Signals (s) / Strikes) Effectivity_5000 = Hits (s,5000) / Strikes(s,5000) * min (Strikes / Signals (s), Signals (s) / Strikes) If a denominator is zero, the effectivity is zero. This is the old effectivity value multiplied by the factor min (Strikes / Signals(s), Signals(s) / Strikes) to consider also the strikes/signals relation (and to punish the stations that send a lot of trash ).The effectivity should only be considered as a relative measure of the performance, although a value of 1 can be obtained. Much fun, Egon RE: Efficiency - Knickohr - 2015-06-15 Thats very interesting Egon ! Some days ago, I do some experience with this : http://forum.blitzortung.org/showthread.php?tid=1187&pid=9628#pid9628 Thats not exactly the same, but the result is nearly identical. Good performing stations are "playing" in the middle of the x-axis with high efficiency on lightningmaps.org (on the top of the "mountain"). But now, if you calculate the efficiency in another way, I have to look, if my graph is already up to date. Thomas RE: Efficiency - Gerhard.Wittevee - 2015-06-18 (2015-06-14, 21:35)Egon Wrote: Hi Folks,Hi Egon, I get the general idea of the new computation (quite hard for someone one who sucs at maths...) But i am trying to figure out what the Y in "min (x,y) = minimum of x and y" stands for. I thought i'd just ask .Gerhard RE: Efficiency - Knolau - 2015-06-22 (2015-06-14, 21:35)Egon Wrote: This is the old effectivity value multiplied by the factor min (Strikes / Signals(s), Signals(s) / Strikes) to consider also the strikes/signals relation (and to punish the stations that send a lot of trash Hi Egon. I think it´s a good idea to punish station with bad effiency, but i do not understand, what this factor is. If i look in the stations list i see my station has sometimes not so good efficiency, although there are some signals and many lightning strikes. I have (mostly around the weekend) short periods with a lot of noise, often only once a day. Is that the reason for worse efficiency? Is the time period of your factor 1 day or longer? Cheers Knolau |