QB पासर रेटिंग कैलकुलेटरसूत्र

## How NFL Passer Rating Is Calculated

The NFL passer rating formula uses four components, each clamped between 0 and 2.375:

### Components

1. **Completion %**: (COMP/ATT - 0.3) x 5
2. **Yards/Attempt**: (YDS/ATT - 3) x 0.25
3. **TD %**: TD/ATT x 20
4. **INT %**: 2.375 - (INT/ATT x 25)

### Final Rating

**Rating = (a + b + c + d) / 6 x 100**

Perfect rating is 158.3. The scale ranges from 0 to 158.3.

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

A QB goes 22/35 for 280 yards, 2 TDs, and 1 INT.

  1. Comp% component: (22/35 - 0.3) * 5 = 1.643
  2. Yds/Att component: (280/35 - 3) * 0.25 = 1.250
  3. TD component: 2/35 * 20 = 1.143
  4. INT component: 2.375 - 1/35 * 25 = 1.661
  5. Sum = 1.643 + 1.250 + 1.143 + 1.661 = 5.697
  6. Rating = 5.697 / 6 * 100 = 94.9