View Single Post
  #15   Spotlight this post!  
Unread 24-03-2014, 10:26
Ether's Avatar
Ether Ether is offline
systems engineer (retired)
no team
 
Join Date: Nov 2009
Rookie Year: 1969
Location: US
Posts: 8,083
Ether has a reputation beyond reputeEther has a reputation beyond reputeEther has a reputation beyond reputeEther has a reputation beyond reputeEther has a reputation beyond reputeEther has a reputation beyond reputeEther has a reputation beyond reputeEther has a reputation beyond reputeEther has a reputation beyond reputeEther has a reputation beyond reputeEther has a reputation beyond repute
Re: Week4 Twitter data analyses

Quote:
Originally Posted by mmaunu View Post
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 )



Last edited by Ether : 24-03-2014 at 10:43.
Reply With Quote