Given a degree distribution (as a dict) returns the function \(\\psi''(x)\)
Pk[k] is the proportion of nodes with degree k.
\(\\psi''(x) = \\sum_k k(k-1)P_k[k] x^{k-2}\)
EoN.get_PGFPrime
EoN.estimate_R0