levycp | R Documentation |
Computes the probability of an earthquake within a specified time "r" and elapsed time "te".
levycp(fit, r, te)
fit |
Fit is the fitlevy object. See ?fitlevy 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 |
A numeric value
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.
fit=fitlevy(c(1),data=data_earthquake_7)
levycp(fit,r=2,te=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.