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
{{ message }}
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.rst
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,21 @@ diffusive_distinguishability
8
8
:alt:Documentation Status
9
9
10
10
11
-
Simulation of homogeneous diffusion, bayesian estimation of underlying diffusion constant and analysis of distinguishability between diffusivities (ndim_homogeneous_distinguishability.py in diffusive_distinguisbaility)
11
+
Simulation of homogeneous diffusion, bayesian estimation of underlying diffusion constant and analysis of distinguishability between diffusivities
12
12
13
-
Jupyter notebook providing examples of how to interact with submodules of above .py, and example analysis (ndim_diffusion_analysis_tutorial.ipynb)
13
+
14
+
Getting Started
15
+
---------------
16
+
17
+
The python package ``ndim_homogeneous_distinguishability.py`` contains the meat of this project, as a set of functions which can be used to:
18
+
19
+
1. Simulate diffusive trajectories (pure diffusion with a homogeneous diffusion constant)
20
+
2. Use Bayesian inference to estimate the diffusion constant used to generate a trajectory by producing a posterior diffusivity distribution
21
+
3. Analyze the dependence of diffusivity estimation error, and the ability to distinguish between trajectories with differing diffusivities, conditional on model parameters
22
+
23
+
Examples of how to use these functions, as well as some of our own analysis of diffusivity distinguishability, are provided in the Jupyter notebook ``ndim_diffusion_analysis_tutorial.ipynb``.
24
+
25
+
Also included are some stored pre-calculated numpy arrays used in the provided Jupyter notebook example analysis (in the directory ``loc_error_saved_files``) and another Jupyter notebook containing a toy model quantifying the relative impact of localization error on diffusion estimates conditional on number of spatial dimensions (``test_overestimation.ipynb``).
0 commit comments