Last chance! 50% off unlimited learning
Sale ends in
mu
, sigma
and xi
.
ggevp(data, block, int=1000, delta)
thin=10
. The first thin*int/3
iteractions is used as burn-in. After
that, is runned thin*int
iteraction, in which 1 of thin is selected for the final
MCMC chain, resulting the number of int iteractions.
ggevp
that gives a list containing the points of posterior distributions of mu
, sigma
and xi
of the dual gamma generalized extreme value distribution, the data, mean posterior, median posterior and the credibility interval of the parameters.
plot.ggevp
, summary.ggevp
# Obtaining posterior distribution of a vector of simulated points
w=rggev(300,0.1,10,5,0.5)
# Obtaning 500 points of posterior distribution with delta=0.5
ajust=ggevp(w,1,200,0.5)
Run the code above in your browser using DataLab