请选择 进入手机版 | 继续访问电脑版
楼主: hellen61190
11153 22

EVIM A Software Package for Extreme Value Analysis in MATLAB [推广有奖]

  • 0关注
  • 1粉丝

小学生

21%

还不是VIP/贵宾

-

威望
0
论坛币
650 个
通用积分
0.1200
学术水平
0 点
热心指数
0 点
信用等级
0 点
经验
73 点
帖子
2
精华
0
在线时间
8 小时
注册时间
2008-4-13
最后登录
2016-1-28

hellen61190 发表于 2008-5-15 00:51:00 |显示全部楼层 |坛友微信交流群
相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币

EVIM软件(matlab实现的极值分析)

212642.zip (311.57 KB, 需要: 5 个论坛币) 本附件包括:

  • den.m
  • emplot.m
  • evim.pdf
  • exindex.m
  • findthresh.m
  • gev.m
  • gpd.m
  • gpd_q.m
  • hessi.m
  • hessigev.m
  • hessigpd.m
  • hessipot.m
  • hillplot.m
  • meplot.m
  • negloglikgev.m
  • negloglikgpd.m
  • negloglikpot.m
  • nlcongpd.m
  • parloglik.m
  • pgev.m
  • pgpd.m
  • plot_gev.m
  • plot_gpd.m
  • plot_pot.m
  • plotgpdpot.m
  • pot.m
  • ppoints.m
  • qgev.m
  • qgpd.m
  • qplot.m
  • quant.m
  • records.m
  • rgev.m
  • rgpd.m
  • shape2.asv
  • shape2.m
  • shape.asv
  • shape.m
  • surecol.m
  • block.m
  • bmw.mat
  • cummax.m
  • dan.mat
  • decluster.m

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:Analysis software package extreme Analysi MATLAB Analysis value package software

本帖被以下文库推荐

zy12103132 发表于 2008-12-29 19:33:00 |显示全部楼层 |坛友微信交流群
顶 谢谢楼主啊

使用道具

sigmund 在职认证  发表于 2008-12-29 20:10:00 |显示全部楼层 |坛友微信交流群
Thanks, it is good.

使用道具

zy12103132 发表于 2008-12-29 20:49:00 |显示全部楼层 |坛友微信交流群

请问一下啊 为什么我按照pdf里的这个[out,ordata]=pot(dan,15,[],[])命令运行会出现以下的情况啊 别的命令没问题啊
??? Error using ==> roots at 28
Input to ROOTS must not contain NaN or Inf.

Error in ==> lineSearch>globalMinimizerOfPolyInInterval at 315
stationaryPoint = roots([3*coeff(1) 2*coeff(2) coeff(3)]);

Error in ==> lineSearch>pickAlphaWithinInterval at 290
z = globalMinimizerOfPolyInInterval(zlb,zub,coeff);

Error in ==> lineSearch>sectioningPhase at 203
    alpha = pickAlphaWithinInterval(brcktEndpntA,brcktEndpntB,a,b,f_a,fPrime_a,f_b,fPrime_b);

Error in ==> lineSearch at 62
    [alpha,f_alpha,fPrime_alpha,grad,exitflag,funcCount] = sectioningPhase(funfcn, ...

Error in ==> fminusub at 211
    [alpha,f,gPlusTimesDir,grad,exitflagLnSrch,funcCountLnSrch] = ...

Error in ==> fminunc at 301
   [x,FVAL,GRAD,HESSIAN,EXITFLAG,OUTPUT] = fminusub(funfcn,x,verbosity, ...

Error in ==> pot at 76
[res.par_ests,res.funval,res.terminated,res.details] = fminunc('negloglikpot',theta,opts,exceedances(:,2),span,threshold);

使用道具

aipeng 发表于 2009-1-2 12:49:00 |显示全部楼层 |坛友微信交流群
在Matlab的toolbox文件夹中放上解压的EVIM后,在MATLAB的菜单中添加文件夹Evim的路径,这样就可以使用了。你的错误在于没有调到需要的程序,故报错。Matlab能否调用到Evim的程序,用help emplot.m 即知。

使用道具

eqing322 发表于 2009-8-25 21:59:03 |显示全部楼层 |坛友微信交流群
谢谢楼主!!!!!!!!!!!!


1# hellen61190

使用道具

shiwujiang 发表于 2010-12-2 01:13:16 |显示全部楼层 |坛友微信交流群
我在使用中也出现了这个问题,但是我设置了路径啊,evim包里的软件应该都可以找到的,请问您后来是怎么解决这个问题的?
4# zy12103132

使用道具

shiwujiang 发表于 2010-12-2 01:15:22 |显示全部楼层 |坛友微信交流群
我设置了路径啊,可是还是出现错误,
??? Error using ==> roots at 28
Input to ROOTS must not contain NaN or Inf.
Error in ==> lineSearch>globalMinimizerOfPolyInInterval at 304
stationaryPoint = roots([3*coeff(1) 2*coeff(2) coeff(3)]);
Error in ==> lineSearch>pickAlphaWithinInterval at 279
z = globalMinimizerOfPolyInInterval(zlb,zub,coeff);
Error in ==> lineSearch>sectioningPhase at 193
    alpha =
    pickAlphaWithinInterval(brcktEndpntA,brcktEndpntB,a,b,f_a,fPrime_a,f_b,fPrime_b);
Error in ==> lineSearch at 55
    [alpha,f_alpha,grad,exitflag,funcCount] = sectioningPhase(funfcn, ...
Error in ==> fminusub at 208
    [alpha,f,grad,exitflagLnSrch,funcCountLnSrch] = ...
Error in ==> fminunc at 376
   [x,FVAL,GRAD,HESSIAN,EXITFLAG,OUTPUT] = fminusub(funfcn,x, ...
Error in ==> pot at 76
[res.par_ests,res.funval,res.terminated,res.details] =
fminunc('negloglikpot',theta,opts,exceedances(:,2),span,threshold)
5# aipeng

使用道具

ldhy 发表于 2012-2-12 13:38:45 |显示全部楼层 |坛友微信交流群
好人,正需要,多谢。

使用道具

yishions 发表于 2012-2-20 14:45:02 |显示全部楼层 |坛友微信交流群
多谢

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-19 08:33