Rohan Babbar
Rohan Babbar
For #386 - Added Code for FFT, FFT2D, FFTND - Added examples - Added tests
If you like it I would like to work on it under `hacktoberfest`
The splash screen is upgraded along with the SDK version to 31 which is required for the new version to work . Also from 31 android.exported is necessary
I have shifted retrofit to a new class Bcoz I am working on #4 it is required, and in future, It will better to create a class rather than applying...
## Description Initial sample for parsing the model and applying posterior backfitting - Apply code for backfitting. - Using ancestors in `non_constant_parents` to calculate parent inputs ## Checklist - [x]...
## Tell us about it - Similar to what we have with PyMC, we should add support for Bambi models in `ppe`.
## Description ## Checklist - [ ] Code style is correct (follows pylint and black guidelines) - [ ] Includes new or updated tests to cover the new feature -...
Closes #444 Still early days, looking at the amount of code which needs to be changed to support Bambi models. ## Description - Support for Bambi Model in ppe. ##...
## Description - Calculate priors for partial dependent arguments, just like in the example - Add tests for hierarchical models partial dependency. ``` # One such example cs_data = pd.read_csv('testdata/chemical_shifts_theo_exp.csv')...