Analyze the Frequency and Magnitude of Earthquakes
EarthquakeData returns a TimeSeries for certain characteristics of earthquakes recorded during a given time period, streamlining subsequent data analytics.
The magnitudes of earthquakes recorded in 2013 with magnitude at least 3.5.
| In[1]:= | X |
| Out[1]= |
| In[2]:= | X |
| Out[2]= | ![]() |
The largest magnitude registered within the time period.
| In[3]:= | X |
| Out[3]= |
The frequency of the selected earthquakes as a function of their magnitude.
| In[4]:= | X |
| Out[4]= | ![]() |
Find the most frequent magnitude bin.
| In[5]:= | X |
| Out[5]= |
| In[6]:= | X |
| Out[6]= |

