upper_bound | R Documentation |
Computation of the upper bound of the distribution
upper_bound(x, ...)
## S3 method for class 'evmm'
upper_bound(x, cred = 0.95, ...)
x |
the output of a model estimated with |
... |
additional arguments for compatibility. |
cred |
amplitude of the posterior credibility interval. |
For an extreme value mixture model with a shape parameter xi < 0
the distribution is right-bounded with upper limit equal to u-\sigma/\xi
.
upper_bound
returns a list with entries:
bound
: a sample from the posterior distribution of the upper limit of the model, taken over the posterior values of xi which are negative.
prob
: the posterior probability that the distribution is unbounded.
cred
: the requested amplitude of the posterior credibility intervals.
Coles, Stuart, et al. An introduction to statistical modeling of extreme values. Vol. 208. London: Springer, 2001.
upper_bound(rainfall_ggpd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.