http://acm.hdu.edu.cn/showproblem.php?pid=4649
Problem Description
Timer took the Probability and Mathematical Statistics course in the 2012, But his bad attendance angered Professor Tian who ...
分类:
其他好文 时间:
2015-08-27 13:39:38
阅读次数:
189
N friends go to the local super market together. The probability of their buying something from themarket is p 1 ,p 2 ,p 3 ,...,p N respectively. Afte...
分类:
其他好文 时间:
2015-08-21 22:59:20
阅读次数:
179
DescriptionProbabilityTime Limit: 1 sec Memory Limit: 16MBConsider rectangular coordinate system and point L(X,Y) which is randomly chosen among all p...
分类:
其他好文 时间:
2015-08-19 10:44:18
阅读次数:
98
norm表示正态分布:rnorm(x):表示生成随机x个正态分布的序列,randomdnorm(x):输出正态分布的概率密度函数,density function————plot(dnorm(x)),画出密度曲线pnorm(x):输出正态分布的分布函数,概率函数,probability functi...
分类:
其他好文 时间:
2015-08-18 11:28:26
阅读次数:
8185
概率论基本概念
离散变量
概率论中的两个基本法则:加法法则和乘法法则,加法法则定义了随机变量X与条件变量Y之间的直接联系。乘法法则定义了概率学中最重要的条件概率,同时也可以叫做联合概率,因为它描述了事件X和Y同时发生的概率。
通过上面公式可以推到出条件概率公式:
进而可以得到著名的贝叶斯公式,贝叶斯公式广泛的应用于科学界,这也被称为后验概率,因为它在咱们知道...
分类:
系统相关 时间:
2015-07-29 23:03:39
阅读次数:
1124
Problem Description
Timer took the Probability and Mathematical Statistics course in the 2012, But his bad attendance angered Professor Tian who is in charge of the course. Therefore, Professor Tia...
分类:
其他好文 时间:
2015-07-17 18:58:22
阅读次数:
121
题意:一个直径为d的圆中有n个点,每两点间有线段连接,一个平面上有间距都为d的平行线,求将原放在该平面上至少有一条线段与平行线相交的概率;思路: 蒲丰针问题;http://wenku.baidu.com/link?url=s3rJRGUhCZ7kmsXA6o7Edr8h1rJJbibu2Ocs...
分类:
其他好文 时间:
2015-07-15 16:36:42
阅读次数:
99
概率dp...http://blog.csdn.net/Vmurder/article/details/46467899 ( from :[辗转山河弋流歌 by 空灰冰魂] )这个讲得很好 , 推推公式就可以 O( n ) , 但是 n 最大是99999999 , 怎么破....其实 n 很大时概率...
分类:
其他好文 时间:
2015-07-13 20:33:16
阅读次数:
99
POJ 2096Collecting Bugs概率DP BZOJ2318: Spoj4060 game with probability Problem概率DP BZOJ3143: [Hnoi2013]游走 概率DP+高斯消元 BZOJ1076: [SCOI2008]奖励关期望状压DP ...
分类:
其他好文 时间:
2015-07-10 22:06:28
阅读次数:
142
条件概率公式:P( A|B ) = P( AB ) / P( B )表示在事件B发生的前提,事件A发生的可能性;问题的:复位事件E:r个人买东西;事件Ei:文章i个人买东西;的要求是P( Ei | E );计算P( E ) 用全概率公式就可以。採用递归枚举出全部r个人买东西的情况,然后计算出其总的概...
分类:
其他好文 时间:
2015-07-09 17:36:40
阅读次数:
95