pyhctsa.operations.distribution.burstiness¶ pyhctsa.operations.distribution.burstiness(y)¶ Calculate burstiness statistics of a time series. Implements both the original Goh & Barabasi burstiness and the improved Kim & Jo version for finite time series. References Parameters:¶ y : array-like¶Input time series Returns:¶ ‘B’: Original burstiness statistic ’B_Kim’: Improved burstiness for finite series Return type:¶ dict