Dear Community,
I tried to generate a directed-edged small-world network using
RandomGraph[WattsStrogatzGraphDistribution[10, 0.4],
DirectedEdges -> True]
But was prompted that the call was made with invalid parameters. The same message was given for BarabasiAlbertGraphDistribution[10, 2].
Are the theories of small-world and scale-free networks not applicable to directed-edged networks? Or does just RandomGraph not allow these? For what reasons?
But RandomGraph generates directed-edged networks with BernoulliGraphDistribution and UniformGraphDistribution.