-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
287 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
Diffrax Wrapper | ||
=============== | ||
|
||
.. module:: icomo.diffrax_wrapper | ||
.. module:: icomo | ||
|
||
These are helper functions that wrap some function from the diffrax module like the | ||
:meth:`diffrax.diffeqsolve` function. This is only done for convenience, to define | ||
some default values for the parameters of the function. Don't hesitate to directly the | ||
functions from the diffrax module if you need more flexibility. | ||
|
||
|
||
.. autofunction:: diffeqsolve | ||
|
||
.. autofunction:: interpolate_func | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Experimental Inference tools | ||
================== | ||
|
||
The following tools are experimental and may change in future releases. They help | ||
with the Bayesian inference of the model parameters using the `PyMC <https://www.pymc | ||
.io/>`_ library. | ||
|
||
.. module:: icomo.experimental | ||
|
||
.. automodule:: icomo.experimental | ||
:imported-members: | ||
:members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Transform Jax to Pytensor | ||
========================= | ||
|
||
.. module:: icomo | ||
|
||
.. autofunction:: icomo.jax2pytensor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Tree tools | ||
========== | ||
|
||
Some tools for working with python trees, useful for working with nested data structures. | ||
|
||
.. module:: icomo | ||
|
||
.. autofunction:: walk_tree | ||
|
||
.. autofunction:: nested_indexing | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.