- Joined
- Oct 5, 2008
- Messages
- 126,418
- Likes
- 146,845
- Points
- 115
You know that mathematically this will not represent the team's 3P%
A better way to do it is to try something like:
total_players = sum(player_3PPct * player_3PA)
total_attempts = sum(player_3PA)
team_3PPCT = total_players / total_attempts
Stay away from my jelly beans!