Andy Maloney

Results 21 issues of Andy Maloney

## Tell us about it In `plots/essplot.py` the ESS evolution calculation is performed in the `plot_ess` method. I would like to move the calculation to `stats/diagnostics.py` where other ESS calculations...

Rebased against master. This is the PR to allow numpy arrays.

create tests for as many of the below dbs as possible - [ ] infromix - [ ] spark - [ ] azure sql - [ ] sqlite - [...

### Issue Description Need to pin pytorch to 1.13.1 so tests pass. ### Steps to Reproduce ### Expected Behavior ### System Info Please provide information about your setup - PyTorch...

Resolves #1817 ### Motivation Allow a user to select which point statistic they want displayed in the Marginal 1D tool: mean or median. ### Changes proposed - Added method to...

enhancement
CLA Signed

### Motivation From an internal discussion, this is a work-in-progress that shows all diagnostic tools in a single dashboard. ### Changes proposed - Renames the `.prettierrc` file to `.prettierrc.json` purely...

CLA Signed

### Motivation Continued work on the diagnostics tools. ### Changes proposed - Removed items in the `pointStatistic.ts` module and placed them in other modules for better structure. Updated all modules...

enhancement
CLA Signed

This commit adds the feature to run diagnostic tools using ArviZ and Bokeh in a Jupyter environment. - Added a `tools` sub-package in the `diagnostics` package. This new sub-package adds...

enhancement
CLA Signed

### Feature Description Add a tool that calculates the standard stats from ArviZ in a data grid for the tool.

enhancement

### Feature Description Add point statistic labels to the marginal 2D tool, just like the marginal 1D tool has. See image below as reference. ![image](https://user-images.githubusercontent.com/60523020/200366354-84834e67-b67f-4a9c-bda6-e28e14423c20.png)

enhancement