SWLE Forum Index
FAQ  Search  Memberlist  Usergroups  Register  Log in  Album  Download
Search found 10 matches
SWLE Forum Index
Author Message
  Topic: Daily Clicking Contest
shakymon

Replies: 31
Views: 15436

PostForum: The Mob   Posted: Thu Aug 21, 2008 3:24 am   Subject: Daily Clicking Contest
I'm in.
  Topic: What's your local time?
shakymon

Replies: 13
Views: 7057

PostForum: The Mob   Posted: Sat Aug 16, 2008 11:39 pm   Subject: What's your local time?
My local time is YST-6.
  Topic: Banner vote!!!
shakymon

Replies: 54
Views: 22696

PostForum: The Mob   Posted: Wed Aug 06, 2008 4:20 pm   Subject: Banner vote!!!
21. Very Hollywood.
  Topic: The "I am new - Hello!" thread
shakymon

Replies: 9
Views: 3862

PostForum: The Mob   Posted: Wed Aug 06, 2008 4:05 pm   Subject: The "I am new - Hello!" thread
A somewhat belated but warm welcome to all you new members. Click on!
  Topic: 500 Club
shakymon

Replies: 39
Views: 14008

PostForum: The Mob   Posted: Sat Jul 26, 2008 1:23 pm   Subject: 500 Club
Thanks!
  Topic: Top Clickers
shakymon

Replies: 45
Views: 19501

PostForum: The Mob   Posted: Thu Jul 24, 2008 1:54 pm   Subject: Top Clickers
I'll throw in 500.
  Topic: MMC Mob logo contest!!! (contest ends august 2nd)
shakymon

Replies: 51
Views: 19159

PostForum: The Mob   Posted: Wed Jul 23, 2008 7:21 pm   Subject: MMC Mob logo contest!!! (contest ends august 2nd)
How about doing a variation of The Godfather Logo with the puppet strings? Something like this with the text "MMC Mob."

  Topic: So where are you from?
shakymon

Replies: 89
Views: 62998

PostForum: The Mob   Posted: Mon Jul 21, 2008 3:35 am   Subject: So where are you from?
Rochester, New York, USA
  Topic: For Asteff
shakymon

Replies: 8
Views: 3325

PostForum: The Mob   Posted: Sat Jul 12, 2008 4:54 am   Subject: For Asteff
stompi wrote:

I don´t know, which formula is used on Yarolds.


If the method of calculating a new dyn avg stated in the first post in this topic is correct, then the former is used (which I meant to say is a weighted average).
  Topic: For Asteff
shakymon

Replies: 8
Views: 3325

PostForum: The Mob   Posted: Thu Jul 10, 2008 2:13 pm   Subject: For Asteff
Cheryl wrote:
Quote:
Okay, if this is a pure and simple formula why did my dynasty average fall from 523 to 522 when I had 526 clicks... shouldn't it have stayed the same?


To have kept the same average, you would have had to have clicked 533 when your average was 523. Because your clicks were less than 10 over your current average, you lost a point. The rule of thumb I have found, is to always click a minimum of 10 over your previous days average. Example: I am at 461 dynasty average, today I have to click a minimum of 471 or my average will go down. Does that make sense?

Have a good day.

Cheryl


That's just crazy. It shouldn't work that way at all. Clicking your average should maintain it. The only way it should go down is by clicking less than it.

It's supposed to be running average of the last 10 days. This is how the math should work:

Code:
   newDynAvg = (9*dynAvg + clickedToday)/10             (Eq. 1)

This is mathematically equivalent to what was stated in the first post in this thread:

Code:
Define clickDelta as the difference between today's clicks and the dyn avg.

    clickDelta = clickedToday - dynAvg                  (Eq. 2)

Rearrange the equation to solve for today's clicks.

    clickedToday  = dynAvg + clickDelta                 (Eq. 3)

Substitute into Equation 1.

    newDynAvg = (9*dynAvg + dynAvg + clickDelta)/10     (Eq. 4)

Simplify the equation.

    newDynAvg = (10*dynAvg  + clickDelta)/10

    newDynAvg = dynAvg  + clickDelta/10                 (Eq. 5)


Equation 5 is exactly what's in the first post. Therefore, clicking 526 with a dyn avg of 523 should result in a new dyn avg of 523.3 or 523 after rounding. It should not drop to 522.

Another thing you can do is determine how many clicks you need today to achieve a desired dyn avg. If we rearrange Equation 1 to solve for today's clicks, we get:

Code:
  clickedToday = 10*newDynAvg - 9*dynAvg                (Eq. 6)


So suppose you have a dyn avg of 523 and you want it to be 550 tomorrow. How many clicks do you need today?

Code:

    clickedToday = 10*550 - 9*523

    clickedToday = 793
 
Jump to:  

Powered by phpBB modified by Przemo © 2003 phpBB Group
Akagahara style created by Nash modified v0.8 by warna