SciTech-Mathmatics-Probability+Statistics: Distribution :

The Uniform Distribution

BY ZACH BOBBITTPOSTED ON MARCH 2, 2021

The uniform distribution is a probability distribution in which every value between an interval from a to b is equally likely to occur.

If a random variable \(\large X\) follows a uniform distribution,

then the probability that \(\large X\) takes on a value between \(\large x_1\) and \(\large x_2\) can be found by the following formula:

\(\large \begin{array}{ll} \\
&P(x_1 < X < x_2) = \frac{x_2\ –\ x_1}{b\ –\ a} \\
where:& \\
& x_1:\ the\ \bm{lower\ value}\ of\ \bm{interest} \\
& x_2:\ the\ \bm{upper\ value}\ of\ \bm{interest} \\
&\ \ a:\ the\ \bm{minimum\ possible\ value} \\
&\ \ b:\ the\ \bm{maxmum\ possible\ value} \\
\end{array}\)

For example, suppose the weight of dolphins is uniformly distributed between 100 pounds and 150 pounds.

If we randomly select a dolphin at random, we can use the formula above to determine the probability that the chosen dolphin will weigh between 120 and 130 pounds:

P(120 < X < 130) = (130 – 120) / (150 – 100)

P(120 < X < 130) = 10 / 50

P(120 < X < 130) = 0.2

The probability that the chosen dolphin will weigh between 120 and 130 pounds is 0.2.

Properties of the Uniform Distribution

The uniform distribution has the following properties:

\(\large \begin{array}{ll} \\
\bm{Mean}: ( \bm{ a } + \bm{ b }) / 2 \\
\bm{Median}: ( \bm{ a } + \bm{ b } ) / 2 \\
\bm{Standard\ Deviation}: \sqrt{ \frac{(b\ –\ a)^2}{12} } = \frac{(b\ –\ a)}{\sqrt{12}} \\
\bm{Variance}: \frac{(b\ –\ a)^2}{12} \\
\bm{\sqrt{12}}:\ 3.4641 \\
\end{array}\)

For example, suppose the weight of dolphins is uniformly distributed between 100 pounds and 150 pounds.

We could calculate the following properties for this distribution:

\(\large \begin{array}{ll} \\
Mean\ weight: (a\ +\ b) / 2 = (150\ +\ 100) / 2 = 125 \\
Median\ weight: (a + b) / 2 = (150\ +\ 100) / 2 = 125 \\
Standard\ Deviation\ of\ weight: \sqrt{ \frac{(150\ –\ 100)^2}{12} } = 14.43 \\
Variance\ of\ weight: \frac{(b\ –\ a)^2}{12} = 208.33 \\
\end{array}\)

Uniform Distribution Practice Problems

Use the following practice problems to test your knowledge of the uniform distribution.

Question 1: A bus shows up at a bus stop every 20 minutes. If you arrive at the bus stop, what is the probability that the bus will show up in 8 minutes or less?

Solution 1: The minimum amount of time you’d have to wait is 0 minutes and the maximum amount is 20 minutes. The lower value of interest is 0 minutes and the upper value of interest is 8 minutes.

Thus, we’d calculate the probability as:

P(0 < X < 8) = (8-0) / (20-0) = 8/20 = 0.4.

Question 2: The length of an NBA game is uniformly distributed between 120 and 170 minutes. What is the probability that a randomly selected NBA game lasts more than 155 minutes?

Solution 2: The minimum time is 120 minutes and the maximum time is 170 minutes. The lower value of interest is 155 minutes and the upper value of interest is 170 minutes.

Thus, we’d calculate the probability as:

P(155 < X < 170) = (170-155) / (170-120) = 15/50 = 0.3.

Question 3: The weight of a certain species of frog is uniformly distributed between 15 and 25 grams. If you randomly select a frog, what is the probability that the frog weighs between 17 and 19 grams?

Solution 3: The minimum weight is 15 grams and the maximum weight is 25 grams. The lower value of interest is 17 grams and the upper value of interest is 19 grams.

Thus, we’d calculate the probability as:

P(17 < X < 19) = (19-17) / (25-15) = 2/10 = 0.2.

Note: We can use the Uniform Distribution Calculator to check our answers for each of these problems.

SciTech-Mathmatics-Probability+Statistics: Distribution : The Uniform Distribution的更多相关文章

  1. 基本概率分布Basic Concept of Probability Distributions 7: Uniform Distribution

    PDF version PDF & CDF The probability density function of the uniform distribution is $$f(x; \al ...

  2. Uniform Distribution均匀分布

    sklearn实战-乳腺癌细胞数据挖掘(博主亲自录制视频教程) https://study.163.com/course/introduction.htm?courseId=1005269003&am ...

  3. 均匀分布(uniform distribution)期望的最大似然估计(maximum likelihood estimation)

    maximum estimator method more known as MLE of a uniform distribution [0,θ] 区间上的均匀分布为例,独立同分布地采样样本 x1, ...

  4. 基本概率分布Basic Concept of Probability Distributions 4: Negative Binomial Distribution

    PDF version PMF Suppose there is a sequence of independent Bernoulli trials, each trial having two p ...

  5. 联合概率(joint probability)、分布函数(distribution function)

    0. PMF 与 PDF 的记号 PMF:PX(x) PDF:fX(x) 1. 联合概率 联合概率:是指两个事件同时发生的概率. P(A,B)=P(B|A)⋅P(A)⇒P(B|A)=P(A,B)P(A ...

  6. Probability&Statistics 概率论与数理统计(1)

    基本概念 样本空间: 随机试验E的所有可能结果组成的集合, 为E的样本空间, 记为S 随机事件: E的样本空间S的子集为E的随机事件, 简称事件, 由一个样本点组成的单点集, 称为基本事件 对立事件/ ...

  7. Study note for Continuous Probability Distributions

    Basics of Probability Probability density function (pdf). Let X be a continuous random variable. The ...

  8. Parametric Statistics

    1.What are “Parametric Statistics”? 统计中的参数指的是总体的一个方面,而不是统计中的一个方面,后者指的是样本的一个方面.例如,总体均值是一个参数,而样本均值是一个统 ...

  9. QM5_Didstribution

    Basic Concepts Probability distribution Discrete distribution (离散分布) The distribution of the discret ...

  10. Self-Supervised Representation Learning

    Self-Supervised Representation Learning 2019-11-11 21:12:14  This blog is copied from: https://lilia ...

随机推荐

  1. HTML5和CSS3基础

    HTML元素 空元素 不是所有元素都拥有开始标签.内容和结束标签.一些元素只有一个标签,通常用来在此元素所在位置插入/嵌入一些东西.这些元素被称为空元素例如:元素 `` 是用来在页面插入一张指定的图片 ...

  2. Sentinel——授权规则

    授权规则 授权规则是一种通过对请求来源进行甄别的鉴权规则.规则规定了哪些请求可以通过访问,而哪些请求则是被拒绝访问的.而这些请求的设置是通过黑白名单来完成的. 无论是黑名单还是白名单,其实就是一个请求 ...

  3. 【ROS】1.1 ROS基本命令介绍

    原视频 ROS基本命令 右键新标签页查看大图! have to do Command Command Result 中文解释 图示 roscore Open the core of the ROS. ...

  4. 集合流之"计算集合中的Integer或Double或BigDecimal的sum总和(累计)"

    一.BigDecimal类型 BigDecimal withdrawalFeeExchange = groupDeverList.stream().map(DevWeekReport::getWith ...

  5. 【保姆级教程】:开源 Qwen3 本地化部署实操详细教程

    一.教学环境 1.1Panel:现代化.开源Linux服务器管理面板 2.Ollama:开源大语言模型管理平台 3.MaxKB:强大易用的企业级 AI 助手 二.实操步骤 步骤1.1Panel 安装: ...

  6. RPC实战与核心原理之流量回放

    流量回放:保障业务技术升级的神器 回顾 时钟轮在 RPC 中的应用,核心原理就一个关键字"分而治之",我们可以把它用在任何需要高效处理大量定时任务的场景中,最具有代表性的就是在高并 ...

  7. 基于 Streamlit 和 OpenAI 实现的小红书爆款文案生成器

    项目介绍 在当今自媒体时代,高质量的文案是吸引流量的关键.特别是在小红书这样的平台上,一个吸引人的标题和富有情感的正文可以显著提高内容的曝光率. 本文将介绍一个基于OpenAI API和Streaml ...

  8. C#/.NET/.NET Core技术前沿周刊 | 第 40 期(2025年5.26-5.31)

    前言 C#/.NET/.NET Core技术前沿周刊,你的每周技术指南针!记录.追踪C#/.NET/.NET Core领域.生态的每周最新.最实用.最有价值的技术文章.社区动态.优质项目和学习资源等. ...

  9. IDEA terminal控制台配置git bash及中文乱码问题

    1.修改控制台shell路径:setting -> Tools -> Terminal -> Shell path,修改为git安装路径. 修改完毕,在控制台输入exit断开sess ...

  10. Go中的interface(接口)

    接口 接口(interface)定义了一个对象的行为规范,之定义规范不实现,由具体的对象来实现规范的细节. 接口类型 在Go语言中接口(interface)是一种类型,一种抽象的类型. interfa ...