earthquakes {BayHaz} | R Documentation |
This data set gives the waiting times (in years) between earthquakes with moment maginitude greater than 5.1, in the Italian seismogenic zone 923, from year 1650 to year 2002, as obtained by La Rocca (2005) based on the catalogue by Gruppo di Lavoro CPTI (2004).
data(earthquakes)
A data frame with 47 observations on the following 2 variables:
ti
ob
All observations are exact, except for the last one (a characteristic of this kind of data).
Gruppo di Lavoro CPTI (2004). Catalogo Parametrico dei Terremoti Italiani, versione 2004 (CPTI04). INGV, Bologna, http://emidius.mi.ingv.it/CPTI. In Italian.
Luca La Rocca (2005). On Bayesian Nonparametric Estimation of Smooth Hazard Rates with a View to Seismic Hazard Assessment. Research Report n. 38-05, Department of Social, Cognitive and Quantitative Sciences, Reggio Emilia, Italy.
# load data set data(earthquakes) # show data set structure str(earthquakes)