gev_flat {revdbayes} | R Documentation |
Flat prior for GEV parameters (\mu, log \sigma, \xi
)
Description
For information about this and other priors see set_prior
.
Usage
gev_flat(pars, min_xi = -Inf, max_xi = Inf, trendsd = 0)
Arguments
pars |
A numeric vector of length 3.
GEV parameters ( |
min_xi |
A numeric scalar. Prior lower bound on |
max_xi |
A numeric scalar. Prior upper bound on |
trendsd |
Has no function other than to achieve compatibility with function in the evdbayes package. |
Value
The log of the prior density.
[Package revdbayes version 1.5.4 Index]