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
चरण-दर-चरण मार्गदर्शिका
- 1Enter pass attempts and completions
- 2Input passing yards, touchdowns, and interceptions
- 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
learn.ctaText
इसे स्वयं आज़माएँ →