ggammacp: Probabilistic estimation of earthquake recurrence interval...

View source: R/ggammacp.R

ggammacpR Documentation

Probabilistic estimation of earthquake recurrence interval using generalized gamma distribution

Description

Computes the probability of an earthquake within a specified time "r" and elapsed time "te".

Usage

ggammacp(fit, r, te)

Arguments

fit

Fit is the fitggamma object. See ?fitggamma for details.

r

The specified time in which the probability of an earthquake is desired to be calculated.

te

Elapsed time since the last earthquake

Value

A numeric value

References

Pasari, S. and Dikshit, O. (2014). Impact of three-parameter Weibull models in probabilistic assessment of earthquake hazards. Pure and Applied Geophysics, 171, 1251-1281.

Examples

fit=fitggamma(c(1,1,1),data=data_earthquake_6_6.5)
ggammacp(fit,r=2,te=5)

ERPeq documentation built on July 9, 2023, 5:27 p.m.

Related to ggammacp in ERPeq...