fasterthanlime / cs322

CS-323 project
2 stars 1 forks source link

Implement query Q #26

Closed nddrylliog closed 12 years ago

nddrylliog commented 12 years ago

Compute the best teams according to statistics: for each season and for each team compute TENDEX values for its best 5 players. Sum these values for each team to compute TEAM TENDEX value. For each season list the team with the best win/loss percentage and the team with the highest TEAM TENDEX value.

SeZuo commented 12 years ago

http://en.wikipedia.org/wiki/List_of_NBA_teams_by_single_season_win_percentage

Our results aren't right according to Wikipedia. Do they want us to use the season win percentage (i.e. season win / (season win + season lost) or the win/lost ratio?

greut commented 12 years ago

Good catch win / (win+loss) makes much more sense!

nddrylliog commented 12 years ago

Good catch win / (win+loss) makes much more sense!

I've used that formula elsewhere, if my memory serves me well :)

SeZuo commented 12 years ago

Checked.