| The PageRank formula |
|
We create PageRank™ (PR for short) by adding a "damping factor" to the NR* formula. The damping factor d is a fixed decimal value, 0≤d≤1 (e.g., d=0.85). The PR formula:
Besides renaming NR* to PR, the only difference between the NR* and PR formulas is the use of the damping factor d. The meaning of the damping factor is subtle, so we first note what happens if we choose the most extreme possible values of d:
Example: We will calculate iterations 0-5 of PR, using d=0.85 and the same graph as before:
The PR scores are very similar to the NR* scores. Using a spreadsheet, we can program the above calculation with a desired precision of 0.001 and observe convergence after 13 iterations. Node 2 is still the most influential node. The PR values are
|
