Displaying 1 result from an estimated 1 matches for "yhp100".
Did you mean:
gp100
2008 Sep 18
0
Joint distributions
...ibutions f(Hs) and f(Tp), which I have assumed to be
generalized Pareto distributed as
library(ismev)
library(evd)
Zh=5; Zt=10;
Tppars=gpd.fit(x,Zt)$mle
Hspars=gpd.fit(y,Zh)$mle
and so the return values of each parameter separately are calculated as:
yTp100=qgpd(1-p1/100,Zt,Tppars[1],Tppars[2])
yHp100=qgpd(1-p1/100,Zh,Hppars[1],Hppars[2])
My question are as followed:
1) Is there any function in R which can help me calculate a joint
distribution when the separate distributions are known?
or
2) Is there any way I can extend the contour lines in my plot to contain
values of the worsed expected sea...