I have the following data for earthquake magnitudes in a specific country in the years of 2006 to 2015 (years not mentioned had 0 earthquakes of magnitude equal or more than 7)
year count
<int> <int>
2011 1
2013 2
2015 1
the question I want to answer is the probability of an earthquake, happening with magnitude of equal or greater than 7 in the next 5 years.
I found this link about Gutenberg-Richter law but I can't find a good model to compute the probability.
I'm programming the probability in R and any help would be appreciated.