Quote:
Originally Posted by Dawis
Well - take simple average of Argo globals and simple average of Aurli globals.
Aurli global size will of course will be higher, but not much higher. Although Aurli has many times the health of argo the average global will be reduced by lots of small globals.
Let me elaborte:
Lets assume loot function
Loot = Health * C(x)
Lets assume C(c) generates constants from unknown parameter vector x from 0 (no loot)to very high constants (ATH)
Argo case Health = 200 --> loot = 200*C(x)
Aurli case Health = 2000 --> loot = 2000*C(x)
Remember that actualy we want to observe properties of c(x) function not whole loot function.
Of course in second case loot will exceed 50 ped much more frequently.
To compare loot is size with respect to monster you must divide it by HP (which strongly corelates to cost to kill that mob)
so 50 PED argo = 50 / 200 = 0.4 = C(x)
50 PED Aurli = 50 / 2000 = 0.04 = C(x)
So in aurli case we would take average from C(x) results in range 0.04; inf
but in Argo case we would take average from C(x) results in ragne 0.4; inf
That is big difference.
|
here is box plot comparing argo y vs aurli devast

Click to enlarge
the difference is highly significant. Not sure if this answers your question.