广义帕雷托分布

广义Pareto分布

MATLAB中如何产生pareto分布

函数   X = gprnd(X,K,sigma,theta,[M,N,...])  。当 sigma=theta 时,就可以生成通常的pareto分布。

X = gprnd(1/2,15,15,1,10^6),即尾部参数为 alpha=2, 位置参数为 k = 15。

function r = gprnd(k,sigma,theta,varargin)

%GPRND Random arrays from the generalized Pareto distribution.

%   R = GPRND(K,SIGMA,THETA) returns an array of random numbers chosen from the

%   generalized Pareto (GP) distribution with tail index (shape) parameter K,

%   scale parameter SIGMA, and threshold (location) parameter THETA.  The size

%   of R is the common size of K, SIGMA, and THETA if all are arrays.  If any

%   parameter is a scalar, the size of R is the size of the other parameters.

%

%   R = GPRND(K,SIGMA,THETA,M,N,...) or R = GPRND(K,SIGMA,[M,N,...]) returns

%   an M-by-N-by-... array.

%

%   When K = 0 and THETA = 0, the GP is equivalent to the exponential

%   distribution.  When K > 0 and THETA = SIGMA, the GP is equivalent to the

%   Pareto distribution. The mean of the GP is not finite when K >= 1, and the

%   variance is not finite when K >= 1/2.  When K >= 0, the GP has positive

%   density for X>THETA, or, when K < 0, for 0 <= (X-THETA)/SIGMA <= -1/K.

%

%   See also GPCDF, GPFIT, GPINV, GPLIKE, GPPDF, GPSTAT, RANDOM.

%   GPRND uses the inversion method.

%   References:

%      [1] Embrechts, P., C. Klüppelberg, and T. Mikosch (1997) Modelling

%          Extremal Events for Insurance and Finance, Springer.

%      [2] Kotz, S. and S. Nadarajah (2001) Extreme Value Distributions:

%          Theory and Applications, World Scientific Publishing Company.

%   Copyright 1993-2005 The MathWorks, Inc.

%   $Revision: 1.1.6.1 $  $Date: 2005/05/31 16:44:41 $

广义pareto分布_Generalized Pareto Distribution (GPD)相关推荐

  1. 广义Pareto分布---极值理论的学习3

    看<实用极值统计方法>-----史道济所得. 前言 上一节中,我们讨论了通过观测超过阈值的观测值,并用超阈值分布或超出量分布函数来描述,以充分利用观测值数列中的信息.但是,在一般情况下,观 ...

  2. 广义pareto分布_高记录值下广义Pareto分布参数的随机估计及垂直概率密度检验

    The Randomized Estimate and Vertical Density Representation test for the generalized Pareto distribu ...

  3. 广义pareto分布_狭义Pareto分布.pdf

    狭义Pareto分布 摘 要 从Parcto分布的诞生到现在已有150多年的历史了.随着时间的推移.社会的发 展,Parcto分布也在不断地完善.改进.推广,从而形成了多种形式的Parcto分布.广 ...

  4. R语定义函数对宽分布(wide distribution )、有偏分布(skew distribution)的数据进行对数变换(符号对数变换函数、signed log transformation)

    R语言自定义函数对宽分布(wide distribution ).有偏分布(skew distribution)的数据进行对数变换(符号对数变换函数.signed log transformation ...

  5. R可视化绘制t分布(t Distribution)

    R可视化绘制t分布(t Distribution) 为了绘制R中t分布的概率密度函数,我们可以使用以下函数: dt(x, df) :建立概率密度函数 curve(function, from = NU ...

  6. R可视化绘制威布尔分布(Weibull Distribution)

    R可视化绘制威布尔分布(Weibull Distribution) 韦布尔分布,即韦伯分布(Weibull distribution),又称韦氏分布或威布尔分布,是可靠性分析和寿命检验的理论基础. 威 ...

  7. 多项式概率分布(Multinomial probability distribution)和分类分布(categorical distribution)

    文章目录 多项式概率分布 分类分布 多项式概率分布 其由二项分布推广而来,从而更加普遍.所以我们先回顾一下二项分布. 二项分布的典型例子是扔硬币,设硬币正面朝上概率为ppp, 重复扔nnn次硬币,记硬 ...

  8. 长尾分布(long-tail distribution)和长尾效应

    长尾分布(long-tail distribution)和长尾效应 1.长尾效应 作者:赵澈 链接:https://www.zhihu.com/question/20027490/answer/204 ...

  9. 【数字孪生百科】可视化图表知识科普——Pareto图(Pareto Chart)

    简介 Pareto图(Pareto Chart)又称帕累托图.排列图,是一种特殊类型的条形图.图中标绘的值是按照事件发生的频率排序而成,显示由于各种原因引起的缺陷数量或不一致的排列顺序.Pareto图 ...

  10. 韦伯分布(威布尔分布,Weibull distribution)

    韦伯分布(Weibull distribution) 一般用来统计可靠性或寿命检验时用,例如:预计在有效寿命阶段有多少次保修索赔?预计将在 8 小时老化期间失效的保险丝占多大百分比? 在管理科学与工程 ...

最新文章

  1. java怎么返回xml_java – 如何从Web服务返回XML
  2. LeetCode 442. Find All Duplicates in an Array
  3. Android网络编程使用HttpClient访问web站点
  4. 千鸟弹幕机器人_千鸟熊猫TV直播弹幕机器人软件
  5. 盘点程序员的一些经典笑话
  6. python动态变量名以及调用_Python 动态变量名与调用介绍
  7. 【数据处理】reshape2包
  8. 第5 章 引用类型2
  9. 关于BinaryFormatter
  10. coin3D中导入机器人模型
  11. nginx配置ssl证书实现微信小程序后端接口访问
  12. 史话下:量子物理学的前世今生
  13. 强大的 Fresco(加载网络和本地图片)简单使用
  14. OpenWrt之DNS域名解析系统(/etc/resolv.conf)
  15. 李华明Himi 游戏开发
  16. Mac Mounty正常卸载方法(mount failed异常解决)
  17. 群晖使用Linux命令,群晖216++常用命令及dokcer使用笔记「持续更新」
  18. Oracle 重建TEMP表空间
  19. 第四十二篇:Flink面试方案设计篇
  20. ansys workbench收敛判断

热门文章

  1. 【单目标优化求解】基于matlab粒子群算法求解非线性目标函数最小值问题【含Matlab源码 1573期】
  2. 【杆号识别】基于matlab铁路接触网系统杆号识别【含Matlab源码 1056期】
  3. 【水果识别】基于matlab GUI苹果质量检测及分级系统【含Matlab源码 896期】
  4. 【语音编码】基于matlab LPC编解码【含Matlab源码 554期】
  5. 【数据分析】基于matlab伊藤微分方程布朗运动分析【含Matlab源码 261期】
  6. 380v pcb 接线端子_220V线圈的接触器改成380V线圈方法
  7. 高斯模糊 主色 android,【PS精选案例教程】制作柔美的蓝色数码霓虹字
  8. webservice 安全性 对外_WebService的安全性讨论【身份识别】
  9. 刀片服务器更换纽扣电池系统起不来,莆田四龄童将纽扣电池塞入鼻孔 医生建议手术遭拒...
  10. C语言_报数问题:有n个人围成一圈,顺序从零排号。从第一个人开始报数(从1到3报数),凡报到3的人 退出圈子,问最后留下的是原来第几号的那位。