Advanced Usage¶
If you're reading this, you should probably have read and feel you have a good understanding of the Getting Started and Usage sections. We're about to take a look "under the hood" of PyETR, looking at topics such as:
-
How to define your own inference operations and numeric functions
-
How to inspect the constituent operations that make up larger operations like Update
-
What equality means in PyETR, and how it may differ from what you would have expected.