| excessProb.nl {BMAmevt} | R Documentation | 
Posterior distribution the probability of joint threshold excess, in the NL model.
Description
Posterior distribution the probability of joint threshold excess, in the NL model.
Usage
excessProb.nl(
  post.sample,
  from = NULL,
  to = NULL,
  thin = 100,
  thres = rep(100, 3),
  known.par = FALSE,
  true.par,
  displ = FALSE
)
Arguments
post.sample | 
 The posterior sample, as returned by   | 
from | 
 Integer or   | 
to | 
 Integer or   | 
thin | 
 Thinning interval.  | 
thres | 
 a positive vector of size three.  | 
known.par | 
 logical. Is the true parameter known ?  | 
true.par | 
 The true parameter, only used  if   | 
displ | 
 logical. Should a plot be produced ?  | 
Value
A list made of
- whole
 The output of
posteriorMeancalled withFUN=excessProb.condit.nl.- mean
 The posterior mean of the excess probability
- esterr
 The standard deviation of the mean estimator
- estsd
 The standard deviation of the excess probability, in the posterior sample.
- lowquant
 The lower 0.1 quantile of the empirical posterior distribution of the excess probability
- upquant
 The upper 0.1 quantile of the empirical posterior distribution of the excess probability
- true
 NULLifknown.par=FALSE, otherwise the excess probability in the true model.