-
-
Notifications
You must be signed in to change notification settings - Fork 462
Closed
Labels
User DocumentationDocumentation outside of the codebaseDocumentation outside of the codebase
Description
Tell us about it
As part of the documentation revamp described in #1331. We should add a page explaining how to work with InferenceData and show several common tasks. The guide should cover at least the following topics:
- Stacking dimensions (maybe even reshaping? reshaping is a bit crazy though), fancy chain/draw extraction methods from Add helper function to easily stack
chainanddrawsdimensions #1469 - Some grouping/aggregating of data: mean
- Get values and coordinates as arrays
- Slice inferenceData objects
Pending
- modifying, transforming and/or creating a variable within an InferenceData group or groups. See add example about transforming and/or creating variables #641 for code examples that can be used for this
- how to combine/merge/extend multiple InferenceData objects
- Coordinate modification. Maybe something like Posterior predictive check (plot_ppc) with dataframe encoding. #1461 (includes example code and explanation)
- ...
Thoughts on implementation
Feel free to tackle parts of the issue instead of generating the whole section at once.
It is also probably a good idea to add a See also section at the bottom linking to other docs (i.e. pymc3 or pystan docs), blogs and other resources that use inferencedata. For example: https://docs.pymc.io/notebooks/multilevel_modeling.html
Metadata
Metadata
Assignees
Labels
User DocumentationDocumentation outside of the codebaseDocumentation outside of the codebase