码迷,mamicode.com
首页 >  
搜索关键字:probability    ( 261个结果
UVA 11346 - Probability 数学积分
Consider rectangular coordinate system and point L(X, Y ) which is randomly chosen among all pointsin the area A which is de?ned in the following mann...
分类:其他好文   时间:2016-01-14 23:43:44    阅读次数:238
机器学习——概率图模型(CPD)
CPD是conditional probability distribution的缩写,翻译成中文叫做 条件概率分布。在概率图中,条件概率分布是一个非常重要的概念。因为概率图研究的是随机变量之间的练习,练习就是条件,条件就要求条件概率。 对于简单的条件概率而言,我们可以用一个条件概率表来表达。...
分类:其他好文   时间:2016-01-12 23:12:33    阅读次数:515
On Salem set
Let $\mu$ be a Borel probability measure on $R^d$. We say that $\mu$ is an $M_\beta$-measure if its Fourier transformation $\widehat{\mu}$ possesses t...
分类:其他好文   时间:2015-12-13 00:35:41    阅读次数:237
Pattern Recognition And Machine Learning (模式识别与机器学习) 笔记 (1)
By Yunduan Cui这是我自己的PRML学习笔记,目前持续更新中。第二章 Probability Distributions 概率分布本章介绍了书中要用到的概率分布模型,是之后章节的基础。已知一个有限集合 \(\{x_{1}, x_{2},..., x_{n}\}\), 概率分布是用来建立一...
分类:系统相关   时间:2015-12-10 21:23:20    阅读次数:434
expected: file:///
[java] java.lang.IllegalArgumentException: Wrong FS: hdfs://192.168.190.128:9000/user/hadoop/output/probability/ALB-m-00000, expected: file:///一般是获取fi...
分类:其他好文   时间:2015-11-27 12:56:17    阅读次数:148
[IR课程笔记]概率检索模型
几个符号意义: R:相关文档集 NR:不相关文档集 q:用户查询 dj:文档j1/0风险情况 PRP(probability ranking principle):概率排序原理,利用概率模型来估计每篇文档和需求相关概率,然后对结果进行排序。 贝叶斯最优决策原理,基于最小损失风险作...
分类:其他好文   时间:2015-10-18 18:34:01    阅读次数:420
UVA 11181 Probability|Given
条件概率,r个人买东西的条件下第i个人买东西的概率P(Ai|B)。而P(Ai|B)=P(AiB)/P(B),其中P(AiB)表示事件Ai与事件B同时发生的概率,p(B)为B事件发生的概率 第一个样例 3 2 0.10 0.20 0.30 p(B)为两个人买东西的概率,p(AiB...
分类:其他好文   时间:2015-10-11 23:04:56    阅读次数:241
基础算法——概率
/************************************************************************* > File Name: probability.cpp > Author: xinyang > Mail: xuechen.x...
分类:编程语言   时间:2015-10-07 16:08:38    阅读次数:173
Introduction to Probability (5) Continus random variable
CONTINUOUS RANDOM VARIABLES AND PDFS连续的随机变量,顾名思义。就是随机变量的取值范围是连续的值,比如汽车的速度。气温。假设我们要利用这些參数来建模。那么就须要引入连续随机变量。假设随机变量X是连续的,那么它的概率分布函数能够用一个连续的非负函数来表示,这个非负函数...
分类:其他好文   时间:2015-09-14 22:38:07    阅读次数:293
[CareerCup] 7.2 Ants on Polygon 多边形上的蚂蚁
7.2 There are three ants on different vertices of a triangle. What is the probability of collision (between any two or all of them) if they start walk...
分类:其他好文   时间:2015-08-28 12:39:05    阅读次数:138
261条   上一页 1 ... 15 16 17 18 19 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!