Description Arguments Value Usage Details Author(s) Examples
Use hierarchical clustering to group interarrival rates together.
event | 
 An Event object that represents the events to cluster  | 
part | 
 A partition table to aid the clustering  | 
method | 
 The cluster method  | 
levels | 
 The level of the tree to cut at to define the clusters  | 
The result of the function is an EventGroup object. This
can be passed to summary and plot for
further analysis.
An EventGroup constructed based on the kingsmen technique event_group(event, part, method, levels)
This EventGruop acts as the control event_group(event, method='complete', levels=1)
This function controls the clustering of the actual event data.
Brian Lee Yung Rowe
1 2 3  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.