- Joined
- Jan 13, 2024
- Messages
- 269
- Likes
- 227
- Degree
- 1
Hey, just a technical question here. Lets say there's webpage.html and it is toolbar PageRank 2. webpage.html has 10 hyperlinks and each go to a unique webpage. One leads to AnotherPage.html. How much PageRank would AnotherPage.html have?
My answer is .9.
You first take 10^2 since PageRank is log10 metric. That is 100. Then 100/10 is 10. So 10 raw page rank points flow through the link. Then there's a dampening factor of 15% so it is 10*.85 which is 8.5. Then you take log10(8.5) which is about .9.
Is this right or am I totally wrong? I'm asking because I put this as a test question in interviews and no one got it right. They all say 2/10 = .2, but I know that is wrong because it does not take into account log10 nor dampening.
My answer is .9.
You first take 10^2 since PageRank is log10 metric. That is 100. Then 100/10 is 10. So 10 raw page rank points flow through the link. Then there's a dampening factor of 15% so it is 10*.85 which is 8.5. Then you take log10(8.5) which is about .9.
Is this right or am I totally wrong? I'm asking because I put this as a test question in interviews and no one got it right. They all say 2/10 = .2, but I know that is wrong because it does not take into account log10 nor dampening.