Page 1 of 1

Question about the "FAQ: Points".

Posted: Sat Dec 07, 2013 6:03 pm
by Rattledagger
Didn't see any sub-forum about problems with FAH's own pages, so posts it here...

The Points-FAQ is listed here: http://folding.stanford.edu/home/faq/faq-points/

According to this, points is calculated like this:

Code: Select all

PPD = base_points * max(1, sqrt( k * deadline_length / elapsed_time))
I was trying to use this formula, in this example:
Project-9004:
final_deadline = 8.32 days
k-factor = 0.75
Base points = 207
My elapsed_time = 2.99 hours ==> 0.1246 days

k * deadline / elapsed = 0.75 * 8.32 days / (0.1246 days) = 50.08
sqrt(50.08) = 7.0767
7.0767 > 1 ==> max(1,7.0767) = 7.0767
PPD = 207 * 7.0767 = 1465 PPD

But, in reality the crediting is 11000 - 12000 PPD.

To me, it can look like the so-called "PPD" in reality is "Point per work-unit", since if includes the factor 8.027 (24 h / 2.99 h = 8.027) the result becomes 11760 PPD, in line with the expected result.

So, is it just the "PPD" that's not definied anywhere on this FAQ-page being incorrect, or is it an error in my calculations?
Or, is it possibly some extra hidden bonus coming into play?

Re: Question about the "FAQ: Points".

Posted: Sat Dec 07, 2013 6:21 pm
by bruce
Thanks. You're right. We'll get that corrected.

The units on the right side of the equation are POINTS*factor where factor is unit-less. Points per day would need to be divided by something with time units (elapsed days).

The forum you're looking for is here: viewforum.php?f=27

Re: Question about the "FAQ: Points".

Posted: Sat Dec 07, 2013 6:32 pm
by Rattledagger
bruce wrote:The forum you're looking for is here: viewforum.php?f=27
"Issues with this forum or with Stanford's forums"... :?

No, based on this description it doesn't seem to fit with a web-page-issue...

Also, I can't really say I've ever seen anything to any Stanford-forums, appart for commenting on Blog-posts...

Re: Question about the "FAQ: Points".

Posted: Sat Dec 07, 2013 6:40 pm
by bruce
How about we change the name to "Issues with this forum or with Stanford's web pages" ...

Re: Question about the "FAQ: Points".

Posted: Sat Dec 07, 2013 6:42 pm
by Rattledagger
bruce wrote:How about we change the name to "Issues with this forum or with Stanford's web pages" ...
Much better. :)

Re: Question about the "FAQ: Points".

Posted: Sat Dec 07, 2013 10:01 pm
by ChristianVirtual
Here more thoughts: viewtopic.php?f=88&t=24746&p=247388&hilit=Sqrt#p247388

And
viewtopic.php?f=16&t=24524&p=245173

Re: Question about the "FAQ: Points".

Posted: Sun Dec 08, 2013 2:50 am
by Napoleon
bruce wrote:Thanks. You're right. We'll get that corrected.
Amazing. :lol:
Just a "cosmetic" error, though.