
Computes the probability of an earthquake within a specified time "r" and elapsed time "te".
expweicp(fit, r, te)
A numeric value
Fit is the fitexpweibull object. See ?fitexpweibull for details.
The specified time in which the probability of an earthquake is desired to be calculated.
Elapsed time since the last earthquake
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=fitexpweibull(c(1,1,1),data=data_earthquake_7)
expweicp(fit,r=2,te=5)
Run the code above in your browser using DataLab