You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using this package or any of the included code in your research, please cite the associated manuscript as follows:
4
+
If you are using this package in your research, please cite the associated paper as follows:
5
5
6
-
Nabeel, A., Karichannavar, A., Palathingal, S., Jhawar, J., Brückner, D., Danny Raj, M., & Guttal, V. (2022). PyDaddy: A Python package for discovering stochastic dynamical equations from timeseries data. arXiv preprint arXiv:2205.02645.
6
+
Nabeel, A., Karichannavar, A., Palathingal, S., Jhawar, J., Brückner, D. B., Danny Raj, M., & Guttal, V., "Discovering stochastic dynamical equations from ecological time series data", arXiv preprint `arXiv:2205.02645<https://arxiv.org/abs/2205.02645>`_, to appear in *The American Naturalist*.
Copy file name to clipboardExpand all lines: docs/source/datasets.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ PyDaddy comes pre-packaged with several sample datasets. These can be loaded eas
10
10
The following sample datasets are available:
11
11
12
12
- :code:`fish-data-etroplus`: Group polarization data from a fish schooling experiment [1]_.
13
-
- :code:`model-data-scalar-pairwise` and :code:`model-data-scalar-ternary`: Scalar (1-D) simulated datasets generated from a stochastic Gillespie simulation, with pairwise and ternary interaction models respectively [1]_ [2]_.
14
-
- :code:`model-data-vector-pairwise` and :code:`model-data-vector-ternary`: Vector (2-D) simulated datasets generated from a stochastic Gillespie simulation, with pairwise and ternary interaction models respectively [1]_ [2]_.
13
+
- :code:`cell-data-cellhopping`: Dataset from a confined cell migration experiment [2]_
14
+
- :code:`model-data-scalar-pairwise` and :code:`model-data-scalar-ternary`: Scalar (1-D) simulated datasets generated from a stochastic Gillespie simulation, with pairwise and ternary interaction models respectively [1]_ [3]_.
15
+
- :code:`model-data-vector-pairwise` and :code:`model-data-vector-ternary`: Vector (2-D) simulated datasets generated from a stochastic Gillespie simulation, with pairwise and ternary interaction models respectively [1]_ [3]_.
15
16
16
17
The fish schooling dataset contains the time series of the group polarization vector $\mathbf m$ (2-dimensional), for a group of 15 fish (\emph{Etroplus suratensis}). The polarization time series is available at a uniform interval of 0.12 second. The dataset contains many missing data points [1]_.
17
18
18
19
The simulated datasets were generated using a continuous-time stochastic simulation algorithm, with pairwise and ternary interaction models respectively. Each simulated time series was resampled to a suitable uniform sampling interval [1]_ [2]_. Simulated datasets are provided for both 1-D and 2-D.
19
20
20
21
21
-
.. [1] Jhawar, J., Morris, R. G., Amith-Kumar, U. R., Danny Raj, M., Rogers, T., Rajendran, H., & Guttal, V. (2020). Noise-induced schooling of fish. Nature Physics, 16(4), 488-493.
22
-
.. [2] Jhawar, J., & Guttal, V. (2020). Noise-induced effects in collective dynamics and inferring local interactions from data. Philosophical Transactions of the Royal Society B, 375(1807), 20190381.
23
-
24
-
22
+
.. [1] Jhawar, J., Morris, R. G., Amith-Kumar, U. R., Danny Raj, M., Rogers, T., Rajendran, H., & Guttal, V. (2020). Noise-induced schooling of fish. Nature Physics, 16(4), 488-493 (`doi <https://doi.org/10.1038/s41567-020-0787-y>`_).
23
+
.. [2] Brückner, D. B., Fink, A., Schreiber, C. et al. Stochastic nonlinear dynamics of confined cell migration in two-state systems. Nat. Phys. 15, 595–601 (2019) (`doi <https://doi.org/10.1038/s41567-019-0445-4>`_).
24
+
.. [3] Jhawar, J., & Guttal, V. (2020). Noise-induced effects in collective dynamics and inferring local interactions from data. Philosophical Transactions of the Royal Society B, 375(1807), 20190381. (`doi <http://dx.doi.org/10.1098/rstb.2019.0381>`_)
Copy file name to clipboardExpand all lines: docs/source/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Citation
33
33
34
34
If you are using this package in your research, please cite the associated paper as follows:
35
35
36
-
Nabeel, A., Karichannavar, A., Palathingal, S., Jhawar, J., Brückner, D. B., Danny Raj, M., & Guttal, V., "Discovering stochastic dynamical equations from ecological time series data", arXiv preprint [arXiv:2205.02645](https://arxiv.org/abs/2205.02645), to appear in *The American Naturalist*.
36
+
Nabeel, A., Karichannavar, A., Palathingal, S., Jhawar, J., Brückner, D. B., Danny Raj, M., & Guttal, V., "Discovering stochastic dynamical equations from ecological time series data", arXiv preprint `arXiv:2205.02645<https://arxiv.org/abs/2205.02645>`_, to appear in *The American Naturalist*.
@@ -116,4 +122,11 @@ Example analysis: Cell hopping
116
122
117
123
An example analysis of a confined cell migration dataset (Brückner et. al., Nature Physics, 2019) using PyDaddy.
118
124
125
+
Higher dimensions
126
+
^^^^^^^^^^^^^^^^^
127
+
|colab-3d| |github-3d|
128
+
129
+
This notebooks demonstrates how to use the principles of SDE estimations and tools in PyDaddy to estimate SDEs for higher-dimensional systems. The notebook uses the example of a (3-dimensional) stochastic Lorenz system.
0 commit comments