irreversibility: A Python Package for Assessing and Manipulating the Time Irreversibility of Real-World Time Series

Massimiliano Zanin1

  • 1Instituto de Física Interdisciplinar y Sistemas Complejos CSIC-UIB, Edifici Complex de Recerca de les Illes Balears, Parc Bit, E-07120 Palma de Mallorca, Spain.

PubMed
Summary

This study introduces "irreversibility," a Python package for analyzing time series data. It offers various metrics and tests to detect time irreversibility in dynamical systems, enhancing data analysis reproducibility.

Related Concept Videos

Time-Series Graph00:54

Time-Series Graph

A time-series graph is a line graph with repeated measurements taken at successive intervals of time. It is also called a time series chart. To construct a time-series graph, one must look at both pieces of a paired data set. The horizontal axis is used to plot the time increments, and the vertical axis is used to plot the values of the variable that one is measuring. By using the axes in this way, each point on the graph will correspond to time and a measured quantity. The points on the graph...
5.0K
Noncompartmental Analysis: Mean Residence Time01:05

Noncompartmental Analysis: Mean Residence Time

According to statistical moment theory, mean residence time (MRT) is an important measure in pharmacokinetics. MRT can be defined as the expected mean of a probability density function distribution. It provides valuable insights into drug disposition in the body.
After the administration of a drug through intravenous bolus injection, the drug molecules are distributed throughout the body and remain there for varying periods. The MRT represents the average time these drug molecules stay in the...
554
Basic Operations on Signals01:22

Basic Operations on Signals

Basic signal operations include time reversal, time scaling, time shifting, and amplitude transformations. These operations are fundamental in signal processing and analysis.
Time Reversal mirrors a continuous-time signal about the vertical axis at t=0. This is achieved by substituting t with −t. For example, if a signal x(t) is considered, the time-reversed signal is x(−t). This operation can be graphically represented, showing the mirrored signal.
1.0K
Linear time-invariant Systems01:23

Linear time-invariant Systems

A system is linear if it displays the characteristics of homogeneity and additivity, together termed the superposition property. This principle is fundamental in all linear systems. Linear time-invariant (LTI) systems include systems with linear elements and constant parameters.
The input-output behavior of an LTI system can be fully defined by its response to an impulsive excitation at its input. Once this impulse response is known, the system's reaction to any other input can be...
850
Chronopharmacokinetics: Time-Dependent Pharmacokinetics01:20

Chronopharmacokinetics: Time-Dependent Pharmacokinetics

Chronopharmacokinetics studies the temporal change in drug absorption and elimination. These changes can be cyclical or non-cyclical. Cyclical changes occur over a regular interval, while non-cyclical changes occur over a longer, irregular period.
Time-dependent pharmacokinetics refers to non-cyclical changes in drug rate processes over a period of time. It can lead to nonlinear pharmacokinetics, where the relationship between drug concentration and time is not proportional. Non-cyclical...
386
Basic Continuous Time Signals01:22

Basic Continuous Time Signals

Basic continuous-time signals include the unit step function, unit impulse function, and unit ramp function, collectively referred to as singularity functions. Singularity functions are characterized by discontinuities or discontinuous derivatives.
The unit step function, denoted u(t), is zero for negative time values and one for positive time values, exhibiting a discontinuity at t=0. This function often represents abrupt changes, such as the step voltage introduced when turning a car's...
657