Quote:
Originally Posted by mmaunu
What is uCCWM? CCWM without foul points?
|
Yes. It's CCWM without foul points (the "u" stands for Unpenalized). Sorry about that. I forgot to explain it.
Code:
uCCWM = ( final - foul ) - ( op_final - op_foul )
"regular" CCWM = ( final - op_final )
also:
Code:
EPA = ( final - foul ) - uAvg
DPR = op_final
uDPR = ( op_final - op_foul )