Alan Lujan
Alan Lujan
We need to make it much more transparent how we are comparing the distances between our solutions and solution objects. Currently the way to do it is very labyrinthian and...
Please ensure your pull request adheres to the following guidelines: - [ ] Tests for new functionality/models or Tests to reproduce the bug-fix in code. - [ ] Updated documentation...
Please ensure your pull request adheres to the following guidelines: - [x] Tests for new functionality/models or Tests to reproduce the bug-fix in code. - [x] Updated documentation of features...
This is inheriting the way to calculate stable points from `ConsIndShock`, which might not be appropriate for `PortfolioConsumerType` but provides a starting point. - [ ] Tests for new functionality/models...
How should be implement the `endpoints` option for various discrete distributions? For `Uniform`, this is implemented by adding the `top` and `bottom` points to the distribution with a probability of...
What should the `dist.discretize(***)` method do for discrete distributions? My first idea was to return a copy of self, since the distribution is already discrete. My second idea is that...
Just came across some functions that I think could be really useful for us. `approx_fprime(xk, f[, epsilon])` | Finite difference approximation of the derivatives of a scalar or vector-valued function....
We've had a number of discussions and frustrations with managing dependencies. I came across [renovatebot](https://www.mend.io/renovate/) which helps keep dependencies updated automatically. There's also different dependency managers which we could take...
Linear approximation of risky share given next period's cFunc.
This is related to issue #971. An issue with `CubicInterp` is that it previously did not work as expected for the lower bound of the range where the interpolation is...