Changes between Version 8 and Version 9 of ValidationSimple


Ignore:
Timestamp:
Aug 4, 2008, 1:47:56 PM (16 years ago)
Author:
Simek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ValidationSimple

    v8 v9  
    9494
    9595Useful for 3 or more valid results.
     96
    9697Computes basic stats for the claimed credits and if they are all close together it averages them.
    9798If some are close together but there are a couple of outliers, then it will average the results within the cluster and ignore the outliers.
    9899
    99100'''two_credit()'''
     101
    100102Useful for 2 valid results.
    101 It will average them if the claimed credits are close together.
    102 If they aren't, then it will compare each claimed credit against that computers historical granted credit per cpu sec
    103 to see which one is claiming closer to their historical average.
    104 It will grant credit to both computers with the claimed credit that is closer to the historical value.
    105 This helps grant the most appropriate credit for situations where there is a computer that always claims
    106 too low or a computer that always claims too high.
     103
     104It will average them if the claimed credits are close together. If they aren't, then it will compare each claimed credit against that computers historical granted credit per CPU sec to see which one is claiming closer to their historical average. It will grant credit to both computers with the claimed credit that is closer to the historical value.
     105This helps grant the most appropriate credit for situations where there is a computer that always claims too low or a computer that always claims too high.