How's the damping factor in Google PageRank algorithm calculated

1k Views Asked by At

I'm doing some researches about Google's PageRank algorithm for my thesis, I've found that the damping factor x (for example), where x is in :

P` = x.P + (1-x)Q

where P is the original transition matrix

The damping factor x is set to be 0.85, why and how is that calculated ?