Successive Earthquakes {DataSetsUni} | R Documentation |
The data set represents the time intervals of the successive earthquakes
Description
The function allows to provide the time intervals of the successive earthquakes. The dates of the successive earthquakes with magnitudes greater than or equal to 6 Mw (moment magnitude), which are recorded with their exact locations, magnitudes and depths between the years 1900 and 2000.
Usage
data_earthquakes
Arguments
data_earthquakes |
A vector of (non-negative integer) values. |
Details
The data set represents the time intervals of the successive earthquakes. The dates of the successive earthquakes with magnitudes greater than or equal to 6 Mw (moment magnitude), which are recorded with their exact locations, magnitudes and depths between the years 1900 and 2000. Recently, it is used by Kuş (2007) and fitted the the exponential–Poisson distribution.
Value
data_earthquakes gives the time intervals of the successive earthquakes.
Author(s)
Muhammad Imran.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.
References
Kuş, C. (2007). A new lifetime distribution. Computational Statistics & Data Analysis, 51(9), 4497-4509.
Examples
x<-data_earthquakes
summary(x)