Event Synchronization (dominosee.es)¶
This module provides functions for analyzing event synchronization in time series data, particularly useful for climate science applications like studying extreme events.
Event Position Conversion¶
|
Extract event positions from binary time series and convert to time indices |
|
Calculate time differences between consecutive events for each location. |
Event Synchronization Calculation¶
|
Calculate Event Synchronization between two sets of event positions. |
Null Model Generation¶
|
Creates a null model for event synchronization based on actual time indices |
|
Event Position Utilites¶
|
Extract event positions with fixed output size, converting to time indices |
|
Event Synchronization Utilites¶
|
Calculate event synchronization between two sets of events. |
|
Calculates event synchronization using permutation tests based on actual time indices |
Example Usage¶
An example of using ES analysis to study the synchronization of drought events can be found in the ES Network Example.