由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - A probability probelm about graph (network)
相关主题
一道graph的问题求教!(from MIT Intro to Algo)[转载] image display--MATLAB 求助
请问一个图的分解问题请推荐几个大的 graph dataset
Re: 请教一个 graph connectivity 的问题Question about Bipartite Graphs
请问什么是quotient graph?graph question: what is "genus" ? (转载)
data structure for set of path in a graph (转载)这个问题怎么做好?(word sqaure)
DAG questionDynamic programming 如果要求限制次数如何解
问graph问题How to efficiently enumerate triangles in a large network?
一个大数据 处理问题put graph & text in the same page latex
相关话题的讨论汇总
话题: graph话题: vertices话题: edges话题: probelm
进入CS版参与讨论
1 (共1页)
c*********n
发帖数: 128
1
A graph {E, V}. The edges of the graph are assigned randomly between
vertices.
For two random vertices i and j, with degrees k_i and k_j, respectively,
what is the probablity that there is an edge between them?
I think the result is
k_i*k_j/m
where m is the total number of edges in the graph.
For any edge E, the probability that E is connecting vertices j is
k_j/m
Considering i is connected with k_i edges, then the probability is
k_i * (k_j/m)
But some paper gives
k_i*k_j/(2m)
What do you guys s
c*********n
发帖数: 128
2
没人给指点一下?

【在 c*********n 的大作中提到】
: A graph {E, V}. The edges of the graph are assigned randomly between
: vertices.
: For two random vertices i and j, with degrees k_i and k_j, respectively,
: what is the probablity that there is an edge between them?
: I think the result is
: k_i*k_j/m
: where m is the total number of edges in the graph.
: For any edge E, the probability that E is connecting vertices j is
: k_j/m
: Considering i is connected with k_i edges, then the probability is

c*********n
发帖数: 128
3
Thank you for your reply.
I am talking about undirected graph, for sure.
1 (共1页)
进入CS版参与讨论
相关主题
put graph & text in the same page latexdata structure for set of path in a graph (转载)
[转载] MetaPost emulate matb graphDAG question
max independent set问graph问题
TSP for a special graph一个大数据 处理问题
一道graph的问题求教!(from MIT Intro to Algo)[转载] image display--MATLAB 求助
请问一个图的分解问题请推荐几个大的 graph dataset
Re: 请教一个 graph connectivity 的问题Question about Bipartite Graphs
请问什么是quotient graph?graph question: what is "genus" ? (转载)
相关话题的讨论汇总
话题: graph话题: vertices话题: edges话题: probelm