Skip to main content

learn.howToCalculate

learn.whatIsHeading

Calculates NFL quarterback passer rating based on completion percentage, yards, touchdowns, and interceptions.

सूत्र

QBR = (a + b + c + d) / 6 * 100, with components normalized

चरण-दर-चरण मार्गदर्शिका

  1. 1Enter pass attempts and completions
  2. 2Input passing yards, touchdowns, and interceptions
  3. 3Calculate official NFL passer rating

हल किए गए उदाहरण

इनपुट
30 attempts, 20 completions, 250 yards, 2 TDs, 1 INT
परिणाम
QB Rating ≈ 89.6
Good to very good performance

सामान्य गलतियां जिनसे बचना है

  • Using wrong normalization factors
  • Not capping component values at 2.375

सेटिंग्स