Computes the Martins-Stedinger Beta(6,9) prior probability for the GEV
shape parameter on the interval \([-0.5, 0.5]\).
Usage
MS_pk(para = para, p = 6, q = 9)
Value
Prior probability value (scalar).
Arguments
para
A vector of GEV parameters (location, scale, shape).
p
Shape parameter for beta distribution (default 6).
q
Shape parameter for beta distribution (default 9).
Author
Yonggwan Shin, Seokkap Ko, Jihong Park, Yire Shin, Jeong-Soo Park
References
Martins, E. S. & Stedinger, J. R. (2000). Generalized maximum-likelihood
generalized extreme-value quantile estimators for hydrologic data.
Water Resources Research, 36(3), 737-744.
tools:::Rd_expr_doi("10.1029/1999WR900330")
See Also
pk.beta.stnary for the adaptive beta penalty,
glme.gev which uses these penalty functions.