Given a Graph G with vertex set $V$ and edge set $E$ and degree distribution $P(k) = k^{- \lambda}$ where $\lambda \in Z$ how can we find the expected amount of degree of nodes for $G$?
I started by using the expected value formula $ \int^{X}_{0} k \cdot k^{-\lambda}$ but I am not quite sure if this is the right approach. How would I approach this?