SciTech-Mathematics-Probability+Statistics-Distribution:

PDF(Probability Distribution Function)

https://ww2.mathworks.cn/help/stats/probabilitydistributionfunctiontool.html

Required Products

  • MATLAB
  • Statistics and Machine Learning Toolbox

Note: disttool does not provide printing, code generating, or data importing functionality in MATLAB Online.

Description

The PDF(Probability Distribution Function) tool creates an interactive plot of the CDF(cumulative distribution function) or PDF(probability density function) for a probability distribution.

Explore the effects of changing parameter values on the shape of the plot,

either by specifying parameter values or using interactive sliders.

Parameters

  • DistributionProbability distribution

    Normal(default) | Exponential | Poisson | Weibull | ...

    Specify the probability distribution to explore by selecting a distribution name from the drop-down list.

    The drop-down list includes approximately 25 probability distribution options,

    including Normal, Exponential, Poisson, Weibull, and more.

  • Function typeProbability distribution function type

    CDF (default) | PDF

    Specify the probability distribution function type as:

    • CDF (cumulative distribution function)
    • PDF (probability density function)

    by selecting the function name from the drop-down list.

  • Probability — Cumulative distribution function value

    numeric value in the range [0,1]

    Specify the CDF(cumulative distribution function) value of interest as a numeric value in the range [0,1]. The corresponding random variable value appears in the X field below the plot.

    Alternatively, you can specify a value for X, and the Probability value will update automatically.

    This option only appears if Function type is CDF. If Function type is PDF, then the probability density at the specified X value displays to the left of the plot.

  • XRandom variable

    numeric value

    Specify the random variable of interest as a numeric value.

    • If the Function type is CDF, then the corresponding CDF(cumulative distribution function) value appears in the Probability field to the left of the plot. Alternatively, you can specify a value for Probability, and the X value will update automatically.
    • If the Function type is PDF, then the corresponding probability density value appears to the left of the plot.
  • ParametersParameter boundaries and values

    numeric value

    Specify the parameter boundaries and values as numeric values.

    • Each column contains a field for the upper bound, value, and lower bound of one parameter.
    • The name and number of available parameters changes based on the distribution specified in the Distribution drop-down list.

      For example,

      • if you select the Normal distribution, then disttool enables two columns:

        • one column for the Mu parameter
        • one column for the Sigma parameter.
      • If you select the Exponential distribution, then disttool enables one column
        • one column for the Mu parameter.

Tips

To change the value of X (on the y-axis), or Probability or Density (on the x-axis):

  • Type the values of interest into the Probability or X fields;
  • Click on the point of interest on the plot; or

    Click and drag the reference lines across the plot.

SciTech-Mathematics-Probability+Statistics-Distribution: PDF(Probability Distribution Function) for CDF(cumulative distribution function) or PDF(probability density function)的更多相关文章

  1. 高斯分布(Gaussian Distribution)的概率密度函数(probability density function)

    高斯分布(Gaussian Distribution)的概率密度函数(probability density function) 对应于numpy中: numpy.random.normal(loc= ...

  2. 【概率论】3-3:累积分布函数(Cumulative Distribution Function)

    title: [概率论]3-3:累积分布函数(Cumulative Distribution Function) categories: Mathematic Probability keywords ...

  3. 累积分布函数(cumulative distribution function)

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

  4. 生成 PDF 全攻略【2】在已有PDF上添加内容

    项目在变,需求在变,不变的永远是敲击键盘的程序员..... PDF 生成后,有时候需要在PDF上面添加一些其他的内容,比如文字,图片.... 经历几次失败的尝试,终于获取到了正确的代码书写方式. 在此 ...

  5. pdf.js使用总结#如何在网页读取并显示PDF格式文档

    pdf.js可以实现在html下直接浏览pdf文档,是一款开源的pdf文档读取解析插件 pdf.js主要包含两个库文件,一个pdf.js和一个pdf.worker.js,一个负责API解析,一个负责核 ...

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

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

  7. VB将PDF流写入ACCESS数据库,通过AcroPDF控件读出PDF流之实现

    问题描述: 1.把pdf文件写入access2.读出时用AcroPDF控件 问题解答: 使用流对象保存和显示图片与文件打开vb6,新建工程. 添加两个按钮,一个image控件注意:Access中的ph ...

  8. 最简单 iText 的 PDF 生成方案(含中文解决方案)HTML 转为 PDF

    转自:http://my.oschina.net/sanji/blog/277704 最近正好项目有用到 ITEXT ,在网络上搜索了一番,发现了很多方案,但是感觉对于一般开发来说都太复杂了,本文提供 ...

  9. php 查询mysql数据批量转为PDF文件一(mac使用配置wkhtmltopdf html导出PDF)

    数据转标准PDF查文档,查资料先转HTML标准格式再html转PDF 转PDF wkhtmltopdf工具是最佳选择 首先下载wkhtmltopdf https://wkhtmltopdf.org/d ...

  10. word文档转pdf,支持.doc和.docx,另附抽取pdf指定页数的方法

    公司有个需求,需要将word转成pdf并且抽取首页用以展示,word文档有需要兼容.doc和.docx两种文档格式.其中.docx通过poi直接就可以将word转成pdf,.doc则无法这样实现,上网 ...

随机推荐

  1. Java 集合删除重复元素、删除指定元素

    目录 List删除指定元素 List删除指定元素 ArrayList的删除元素方法public boolean remove(Object o)只能删除第一次出现的情况,如果想要删除集合中全部位置出现 ...

  2. 【BUG】未能加载文件或程序集“System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyT

    参考:无法加载文件或程序集System.Runtime.CompilerServices.Unsafe. 问题 我的环境: Visual Studio 2019 出错代码: MSBuildWorksp ...

  3. HarmonyOS NEXT开发实战教程--招聘app

    这一周忙到起飞,只能在周末发个文章.今天的内容比较简单,是一个招聘app,适合新手友友参考,大佬们可以直接忽略. 看一下效果图: 这是一个比较常见的应用,大家做这类应用建议大家先分析一下应用和页面的结 ...

  4. 关于I/O与并发

    前言 由于笔者在之前发布的一文玩转NGINX中提到过I/O复用模型,在此另起一篇文章简述相关技术. 什么是I/O I/O输入/输出(Input/Output),分为IO设备和IO接口两个部分. 在PO ...

  5. 区块链共识算法--PoW

    PoW算法为一种概率算法,其共识结果是临时的,随着时间推移或某种强化,共识结果被推翻的概率越来越小,最终称为事实上结果 1 研究 工作量证明(Proof Of Work,简称POW),简单理解就是一份 ...

  6. ansible-playbook常用模块

    lineinfile 此模块是针对文件特殊行,使用后端引用的正则表达式来替换. - hosts: 192.168.50.1 gather_facts: no tasks: - name: 设置UseD ...

  7. 关于PHP 函数性能优化的技巧

    本文由 ChatMoney团队出品 本文将详细介绍 PHP 函数性能优化的技巧.通过分析 PHP 函数的执行过程和性能瓶颈,提供一系列实用的优化方法,并结合代码示例,帮助读者提升 PHP 代码的执行效 ...

  8. 基于 C\# 和 .NET 的 Spread.NET 数据处理实战

    引言 在当今数字化的时代,数据处理和分析在各个领域都扮演着至关重要的角色.对于开发者而言,选择一款功能强大且易于集成的表格控件来处理数据是提高开发效率和质量的关键.Spread.NET 作为 Grap ...

  9. SAP发布简易REST 三:API平台之接口文档

    为了完善API接口,增强友好性,做了一点小文档展示. 新建配置表:(用来做接口参数配置展示使用,不在程序中应用) 因为需要给每个接口一个对应的名字,所以在原来的API控制表中增加一个文本字段. 这里加 ...

  10. veRL代码阅读-1.论文原理

    总览 主要以PPO为基础来学习VeRL的整体训练流程. 在PPO里主要有4个模型: Actor Model: 要训练的目标模型. Critic Model: 用于在RL训练中评估总收益, 在训练过程中 ...