Learn R Programming

GLmom (version 1.3.1)

MS_pk: Martins-Stedinger prior function

Description

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.

Examples

Run this code
# Evaluate MS prior at xi = -0.2
MS_pk(para = c(100, 20, -0.2))

Run the code above in your browser using DataLab