Basketball Stats Calculator
Calculate the basket ball statistics for free throw, three pointer, goal and percentage of games won for 'n' number of teams using basketball stats calculator
Basket Ball Free Throw Statistics Calculation
Calculate the basket ball statistics for free throw, three pointer, goal and percentage of games won for 'n' number of teams using basketball stats calculator
Code to add this calci to your website
Formula Used:
Total Shot Attempts = FT Attempts + Field Goal Attempts + Three Pointer Attempts
Total Field Attempts = Field Goal Attempts + Three Pointer Attempts
Free Throw Points Scored = FT Made
Field Goal Points Scored = Field Goals Made × 2
Three Pointer Points Scored = Three Pointers Made × 3
Total Field Points Scored = Field Goal Points + Three Pointer Points
Total Points Scored = FT Points + Field Goal Points + Three Pointer Points
Free Throw Percentage = FT Made / FT Attempts
Field Goal Percentage = Field Goals Made / Field Goal Attempts
Three Pointer Percentage = Three Pointers Made / Three Pointer Attempts
Total Field Shooting Percentage = ( Field Goals Made + Three Pointers Made ) / ( Field Goal Attempts + Three Pointer Attempts )
Total Shooting Percentage = ( FT Made + Field Goals Made + Three Pointers Made ) / ( FT Attempts + Field Goal Attempts + Three Pointer Attempts )
Games Won Percentage = Games Won / ( Games Won + Games Lost )
Where
FT = Free Throw.
The basket ball stats / statistics calculator is based on National Basketball Association(NBA).