Changes between Version 5 and Version 6 of ValidationSimple


Ignore:
Timestamp:
Mar 7, 2008, 12:59:51 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ValidationSimple

    v5 v6  
    8888
    8989}}}
     90
     91== Other credit-granting formulas ==
     92
     93'''stddev_credit()'''
     94
     95Useful for 3 or more valid results.
     96Computes basic stats for the claimed credits and if they are all close together it averages them.
     97If some are close together but there are a couple of outliers, then it will average the results within the cluster and ignore the outliers.
     98
     99'''two_credit()'''
     100Useful for 2 valid results.
     101It will average them if they claimed credits are close together.
     102If they aren't, then it will compare each claimed credit against that computers historical granted credit per cpu sec
     103to see which one is claiming closer to their historical average.
     104It will use grant credit to both computers with the claimed credit that is closer to the historical value.
     105This is helps grant the most appropriate credit for situations where there is a computer that always claims
     106too low or a computer that always claims too high.