GAA & Save Percentage
|
Jul 3, 2008
|
I also need to know a good way to calculate goals against and Save Percentage. Currently I have a Total Game Minutes (TGM) that I use to keep track of total minutes a goalie has played per season and a Goals Against (GA)so I can get a Goals Against Average (GAA) which is computed as so: Goals AgainstMinutesPlayedPerGame/Total Game Minutes in a season. What we really need is: 1) Total Minutes Played Stat – Determines the total number of minutes played in every game by adding up all minutes played in every game they appeared in. 2) Total Goals Against Stat which picks up and adds up the numbers of Goals Against in each game and adds it up for you. 3) Total Saves Stat that computes all of the saves a goalie makes for every game by adding up a stat from every game. 4) Default Game Minutes – For example my league is 45 minutes a game (15 minutes * 3 periods). Which could be something static set by the manager in either the Team Settings area or the Stats area. The Games Played is already there and is computed, so maybe thsi needs to be something that is done on teh back end and available to everyone.. Then we can use those stats to create our own GAA and Save Percentage using those stats that are pre computed for use by the games a goalie plays. GAA = Total_Goals_AgainstDefault_Minutes_Per_Game/Total_Minutes_Played SVPCT = Total_Saves/Total_Goals_Against Any thoughts? Mark |
|
Jul 15, 2008
|
Totals are computed automatically for any stat category, so simply create the stat categories and you should see them totaled at the bottom of the page. If it’s a computed stat, you should also see the computed totals. Hope this helps. Thanks! Andrew @ TeamSnap |
To post a reply, just create an account or sign in (if you already have one).