| easyguru1 |
|
Gold User, Member, Platinum User, TeleChart
|
| Registered User |
|
|
|
|
| Gender: |
|
| Saturday, March 19, 2011 |
| Tuesday, June 2, 2020 8:33:12 PM |
1 [0.00% of all post / 0.00 posts per day] |
|
|
40 * C / C63 + 20 * C / C126 + 20 * C / C189 + 20 * C / C252 - 100
can be simplified to
2 * C / C63 + C / C126 +C / C189 + C / C252 - 100
Ultimately theere is lot of duplication in that data. Easier way to do this would be just sort by
c/avgc126
and select top 10% or 20%
|
|