![]() |
|
|||||||
| Notice |
| General Discussion General Entropia Universe discussion. Used for threads that do not fit in the available forums or subforums. |
![]() |
|
|
LinkBack (6) | Thread Tools |
|
|
#61 | ||||||
|
Prowler
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
HAHA... solved the mob name issue.... here's the code.. in ASP.. now to convert it into C# so i can include it in the bot..
Code:
element = trim(rs(0) & " " & rs(1)) element = ucase(element) testword = ucase(testString) 'Multiply result if len(testword) > len(element) then longWord = testword shortWord = element else longword = element shortWord = testword end if matchNumber = 0 'We need to run through the longest word. If we do it with the shortest word testing for "Allophyl old" will generate a high hit on "Allophyl old alpha" - we dont want that. for i = 1 to len(longword) 'sLen = search length. First we just test for 1 letter. sLen = 1 'We asume we find something found = true do while found = true 'We can only continue the loop until the total value of sLen and start index is less than the string. (otherwise you get index out of bounce) if sLen + i >= len(longword) then found = false else 'Look for the "substring" in longword in the short word. (with an incremented distance to look for) if instr(shortword,mid(longword,i,sLen)) > 0 then sLen = sLen + 1 'Find position diffrence. posInLong = instr(longword,mid(longword,i,sLen)) posInShort = instr(shortword,mid(longword,i,sLen)) if PosInLong > posInShort then diff = PosInLong - posInShort else diff = posInShort - PosInLong end if 'We only accept letters that are placed 1 or 2 chars away from the "right place". if diff < 3 then matchNumber = matchNumber + sLen else 'if the substring we have found is further away. We really hate it. matchNumber = matchNumber - (sLen * 2) end if else 'If the string isent in the shortword then we havent found something. i then becomes 1 again.. and we loop again. found = false end if end if loop i = i + 1 next 'response.write element & " score : " & matchNumber & "<br>" 'Now we have a total score of the current element. Check if its a better score than the previous score - if it is, this is the best match. if matchNumber > mobMatchNumber then mobMatchNumber = matchNumber mobName = element end if rs.movenext loop rs.close set rs = nothing response.write mobName & " won with a score of: " & mobMatchNumber & "<br>" |
||||||
|
|
|
|
|
#64 | ||||||
|
Reborn
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
and here what I get from the data n = 50:
first of all a Kaplan-Meier estimate of the survival function: Click to enlarge it seems to follow once again an exponential distribution. So doing a regression I'll get an exp with mean 50. Since the mean of an exp is the mean and we have to add 50 due to global start, mean of the observations it is the mean of the observed loots as well. Click to enlarge there is some overestimation in the beginning, which I have to further analyze. Click to enlarge All in all, mean from Exp is 50 PED and globals start at 50, which means that a global will have in mean a value of 100 PED. Median will be 70 PED, hence 50% of globals will be between 50 and 70 PED. So let's wait till hof's get recorded. Last edited by falkao; 04-08-2008 at 16:39. Reason: Mean from Exp corrected |
||||||
|
|
|
|
|
#66 | |||||||
|
Reborn
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Quote:
max was 440 and I had 50 entries. Now I see there is one Hof more. So maybe you have more data as is displayed. Edit: I see, I get the last 50 or soemthing entries. Only when I filter I'll get more. However, only aggregated, so not very usefully when analyzing distributions. Furthermore, I think we should distinct in globals and hof. Is there a possibility to add mob HP? I did it manually and there is no correlation between HP and loot. This means that globals are not higher with higher HP. Edit: Max expected value for a global in the case of an exp dist would be 395 PED with a prob of 99%. So this can be used to distinguish between globals and hofs. Last edited by falkao; 04-08-2008 at 16:42. |
|||||||
|
|
|
|
|
#70 | ||||||
|
Old Alpha
![]() ![]() ![]() ![]() ![]() ![]()
Posts:
Gender:
Ingame: ![]() Avatar Name:
Minas alh Lhander Soc: Praetorian Guard
Location: Sweden
EFD: 860.20
|
damn, you beat me to it
![]() +rep for publishing it. |
||||||
|
__________________
Entropia Resource Xchange Find us on 3rd floor Twin Peaks Mall - www.erx.sePrice cut! Mind Essence now 190% + tax! (less then 192.2 incl. tax) For all piles! Piles of 250, 500, 1k, 2k, 5k and 10k. Always well stocked. |
|||||||
|
|
|
![]() |
| Bookmarks |
| Tags |
| 3rd party application, entropia tracker, global, hof, hunting, log, loot, mining, ocr, tracker |
| Thread Tools | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.entropiaforum.com/forums/general-discussion/107691-entropiatracker-com-official-thread.html
|
||||
| Posted By | For | Type | Date | |
| PE-Poland. Portal polskiej spo?eczno?ci Entropia Universe. :: Zobacz temat - ENTROPIA TRACKER | This thread | Refback | 09-07-2008 12:55 | |
| E.U G.U FORUM :: Επισκόπηση Θ.Ενότητας - Greeks United@Entropia tracker | This thread | Refback | 05-15-2008 18:57 | |
| Swedish Hunting Society | This thread | Refback | 05-05-2008 11:10 | |
| Echtzeiterfassung von Globals und Hofs - News - Raumschiff Titanic reloaded | This thread | Refback | 05-02-2008 17:28 | |
| SPU - An Entropia Universe Gaming society :: View topic - EntropiaTracker | This thread | Refback | 04-29-2008 10:35 | |