Lets say I have a random variable with values in the space of square binary matrices from which I can sample (adjacency matrices of) graphs, and lets say that the resulting graphs have a power law degree distribution (in expectation).
Are the sampled graphs 'sparse' (the number the number of edges follows $O(n)$, where $n$ is the number of nodes)?
Similarly, can I say anything about their being 'dense' (the number of edges follows $O(n^2)$ )?
Edit: Following @manuellafond's comment I see the question needs further clarification:
A power law degree distribution means that the probability $P(k)$ of a node having degree $k$ follows $P(k)=Ck^{-\gamma}$ for some $C$ and $\gamma$. If we further stipulate that $\gamma$ is the same for all graph sizes $n$, $C$ must be a function of $n$ as follows:
$C(n) = \frac{1}{\sum^{n-1}_{k=1}k^{-\gamma}}$
To be honest, I'm now not 100% sure that such a setup is at all possible, but I think so. This question is an attempt to formalise the same for social networks, which typically have power law degree distributions.