| 90 | |
| 91 | == Other credit-granting formulas == |
| 92 | |
| 93 | '''stddev_credit()''' |
| 94 | |
| 95 | Useful for 3 or more valid results. |
| 96 | Computes basic stats for the claimed credits and if they are all close together it averages them. |
| 97 | If 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()''' |
| 100 | Useful for 2 valid results. |
| 101 | It will average them if they 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 use grant credit to both computers with the claimed credit that is closer to the historical value. |
| 105 | This is 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. |