python - Given a graph's nodes degree sequence, how do find the distribution? -
if have zachary karate club graph , if make assumption representative of kcs, how use maximum entropy determine probability distribution degree sequence comes from?
my goal sample sequence of length l can produce graph karate club of , order of magnitude larger (340 nodes minimum)?
a similar question on this one great if can call like:
nx.utils.create_degree_sequence(340,karate_club_graph().degree().values)
Comments
Post a Comment