Alan Lujan

Results 27 issues of Alan Lujan

What should the default values be for these parameters? tail_N=0, tail_bound=None, tail_order=np.e

Function: Distributions

Given the new attribute `DiscreteDistribution.limit` we can find the minimum and maximum values of support for the distributions. These should be used to find minimum and maximum income realizations in...

Found a tool that seems like a game changer for testing the codebase. https://pytest-xdist.readthedocs.io/en/latest/ This option takes advantage of parallel processing of tests. I'm not sure if it can be...

@gms158 does this make the CRRA utility bottle necks that you showed us faster? I know this breaks all the `Fast` code and I have a good idea as to...

Need to import @Mv77's description of medical expenses into the codebase

This pull request updates the implementation of the Parameters class. It includes changes to the initialization, getitem, setitem, get, set_many, is_time_varying, to_dict, and update methods. The changes ensure better functionality...

This pull request reorganizes the HARK.distributions module by updating the import statements in multiple files to import from HARK.distributions instead of HARK.distribution. This ensures consistency and improves code readability.