title: 【概率论】5-7:Gama分布(The Gamma Distributions Part II)

categories:

- Mathematic

- Probability

keywords:

- The Exponential Distributions

toc: true

date: 2018-04-02 09:16:46



Abstract: 本文介绍Gamma分布相关知识的第二部分指数分布

Keywords: The Exponential Distributions

开篇废话

怀疑是我们学习路上最大的绊脚石,因为学习完很多东西都不是立刻就能变现的,或者能直接在生活中能体现出变化的。所以能看长线的人,才适合进行长期学习,量变到质变的过程,而我们最重要的就是排除万难,坚定信念,至于结果如何,我相信古人的总结。

本文介绍的Gamma分布知识的第二部分有一个自己的名字,叫做指数分布,Gamma分布之所以叫Gamma分布是因为其中包含Gamma函数,而其中某个参数的特殊化产生的新分布,就是我们今天要学习的指数分布(The Exponential Distribution)。

指数分布一般用来建模等待时间等情况下的概率模型。

The Exponential Distribution

我们上面一篇大讲特讲的服务时间例子,就是一个典型的等待时间的情况,所以,本文介绍的分布族可以用来进行建模

Definition Exponential Distributions.Let β>0\beta >0β>0 .A random variable XXX has the exponential distribution with parameter β\betaβ if XXX has a continuous distribution with the p.d.f.

f(xβ)={βe−βx for x>00forx≤0
f(x\beta)=
\begin{cases}
\beta e^{-\beta x}& \text{ for }x>0\\
0&\text{for} x\leq 0
\end{cases}
f(xβ)={βe−βx0​ for x>0forx≤0​

完整原文地址:https://www.face2ai.com/Math-Probability-5-7-The-Gamma-Distributions-P2转载请标明出处

【概率论】5-7:Gama分布(The Gamma Distributions Part II)的更多相关文章

  1. 【概率论】5-7:Gama分布(The Gamma Distributions Part I)

    title: [概率论]5-7:Gama分布(The Gamma Distributions Part I) categories: - Mathematic - Probability keywor ...

  2. 【概率论】5-8:Beta分布(The Beta Distributions)

    title: [概率论]5-8:Beta分布(The Beta Distributions) categories: - Mathematic - Probability keywords: - Th ...

  3. 【概率论】5-9:多项式分布(The Multinomial Distributions)

    title: [概率论]5-9:多项式分布(The Multinomial Distributions) categories: - Mathematic - Probability keywords ...

  4. 【概率论】3-7:多变量分布(Multivariate Distributions Part II)

    title: [概率论]3-7:多变量分布(Multivariate Distributions Part II) categories: Mathematic Probability keyword ...

  5. 【概率论】3-7:多变量分布(Multivariate Distributions Part I)

    title: [概率论]3-7:多变量分布(Multivariate Distributions Part I) categories: Mathematic Probability keywords ...

  6. 【概率论】5-6:正态分布(The Normal Distributions Part II)

    title: [概率论]5-6:正态分布(The Normal Distributions Part II) categories: - Mathematic - Probability keywor ...

  7. 【概率论】3-6:条件分布(Conditional Distributions Part II)

    title: [概率论]3-6:条件分布(Conditional Distributions Part II) categories: Mathematic Probability keywords: ...

  8. 数理统计5:指数分布的参数估计,Gamma分布,Gamma分布与其他分布的联系

    今天的主角是指数分布,由此导出\(\Gamma\)分布,同样,读者应尝试一边阅读,一边独立推导出本文的结论.由于本系列为我独自完成的,缺少审阅,如果有任何错误,欢迎在评论区中指出,谢谢! 目录 Par ...

  9. 帕累托分布(Pareto distributions)、马太效应

    什么是帕累托分布 帕累托分布是以意大利经济学家维弗雷多·帕雷托命名的. 是从大量真实世界的现象中发现的幂次定律分布.这个分布在经济学以外,也被称为布拉德福分布. 帕累托因对意大利20%的人口拥有80% ...

随机推荐

  1. git 学习笔记 ---远程仓库

    Git是分布式版本控制系统,同一个Git仓库,可以分布到不同的机器上.怎么分布呢?最早,肯定只有一台机器有一个原始版本库,此后,别的机器可以“克隆”这个原始版本库,而且每台机器的版本库其实都是一样的, ...

  2. Centos 7 替换镜像源

    1 备份原始源 [root@localhost ~]# mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.b ...

  3. JSP 9大隐式对象和四个作用域的范围

    Java中 九大隐式对象说明 输入/输出对象:  request   response   out 作用域通信对象: session  application  pageContext Servlet ...

  4. [jsp学习笔记]servelt get post

    1.post提交数据是隐式的,get是通过在url里面传递的(可以看一下你浏览器的地址栏),用来传递一些不需要保密的数据. 2.用get时,传输数据的大小有限制 (注意不是参数的个数有限制),为2K: ...

  5. Sqlite in flutter, how database assets work

    First off, you will need to construct a sqlite database from your csv. This can be done in the follo ...

  6. Bad state: Stream has already been listened to.

    https://stackoverflow.com/questions/51396769/flutter-bad-state-stream-has-already-been-listened-to T ...

  7. kubernetes第九章--管理机密信息

  8. Redis相关概念

    redis和memcache的比较 1 .Redis不仅仅支持简单的k/v类型的数据,同时还提供list,set,hash等数据结构的存储: 2 .Redis当物理内存用完时,可以将一些很久没用到的v ...

  9. 深入理解React 组件状态(State)

    React 的核心思想是组件化的思想,应用由组件搭建而成,而组件中最重要的概念是State(状态),State是一个组件的UI数据模型,是组件渲染时的数据依据. 一. 如何定义State 定义一个合适 ...

  10. 如何使用NPM?CNPM又是什么?

    背景介绍 什么是npm? npm(node package manager)是nodejs的包管理器,用于node插件管理(包括安装.卸载.管理依赖等), NPM是随同NodeJS一起安装的包管理工具 ...