R
R Gostautas
Greetings everyone,
I have put together the following formulas. For small
data sets, these formulas have worked out fine. However,
I have hit one particular data set that has over 21,000+
rows. This of course brings the entire system to a halt
(hangs) when running these formulas.
I am hoping that someone can provide a better/efficient
set of formulas.
Mathematical equation (1)
HI = (N/N-K)*[(Summation from K+1 to N of Soi)/(Summation
of 1 to N of Soi)]
Formula
=K11/(K11-L11)*(SUM(INDEX($I$11:$I$261,L11+1,1):I11)/J11)
Mathematical equation (2)
S = (1/J)*(Summation of 1 to J of Som)
Severity is defined as the average signal strength for a
given number of events (J) having the largest value of
signal strength.
Formula
=(SUM(LARGE($I$11:$I11,
{1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20})))/N1
1
(So once I hit the 21st event, it calculates a value for
the largest 20 out of 21 events. For the 22nd event, it
calculates a value for the largest 20...(out of 22)..and
so on...once I get to the 21,000 event - it is going
through and looking for the top 20 again - I think you
can see how intensive this gets but I have not been able
to find a more efficient formula).
N ~ Number of hits up to and including time (t)
Soi ~ Signal strength of the ith event
J ~ empirically derived constant
Som ~ is the signal strength of the mth hit, where the
ordering of m is based on magnitude of signal strength.
If anyone has some insight, it would be greatly
appreciated.
Richard
I have put together the following formulas. For small
data sets, these formulas have worked out fine. However,
I have hit one particular data set that has over 21,000+
rows. This of course brings the entire system to a halt
(hangs) when running these formulas.
I am hoping that someone can provide a better/efficient
set of formulas.
Mathematical equation (1)
HI = (N/N-K)*[(Summation from K+1 to N of Soi)/(Summation
of 1 to N of Soi)]
Formula
=K11/(K11-L11)*(SUM(INDEX($I$11:$I$261,L11+1,1):I11)/J11)
Mathematical equation (2)
S = (1/J)*(Summation of 1 to J of Som)
Severity is defined as the average signal strength for a
given number of events (J) having the largest value of
signal strength.
Formula
=(SUM(LARGE($I$11:$I11,
{1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20})))/N1
1
(So once I hit the 21st event, it calculates a value for
the largest 20 out of 21 events. For the 22nd event, it
calculates a value for the largest 20...(out of 22)..and
so on...once I get to the 21,000 event - it is going
through and looking for the top 20 again - I think you
can see how intensive this gets but I have not been able
to find a more efficient formula).
N ~ Number of hits up to and including time (t)
Soi ~ Signal strength of the ith event
J ~ empirically derived constant
Som ~ is the signal strength of the mth hit, where the
ordering of m is based on magnitude of signal strength.
If anyone has some insight, it would be greatly
appreciated.
Richard