Releases: ferrall/niqlow
May 2023. Minor update
Ox 9 Parallel Release
This release contains .oxo files compiled using Ox 9.06.
Changes to niqlow to get test and example code to complete with Ox 9.06 have been implemented
No other major changes have been made.
August 2022 Release FIXED
update: replaces oxmenu which had a bug in it. removed v4.30 release
Full Changelog: v4.21...v4.31
August 2022 Release
This release has compiled .oxo files for Ox 8.x but includes changes that work under Ox 9.x.
Full Changelog: v4.21...v4.30
March 2022
- Updated documentation
- Rust replication updated and expanded to all specifications. Readbusdata expanded
- Added option to provide IgnoreExogenous() method to skip summing over epsilon vector at some endogenous states.
For example, if no IID shocks affect utility at state s then this method can flag to skip looping over epsilon at s. Utility will only be called once at s. - Now can send a static function directly to AuxiliaryOutcomes()
Full Changelog: v4.20...v4.21
November 2021
Added Tune() for ValueIteration.
Updated mlogit and reservation wage examples
Added Rowevenhourst() option for correlated discretized normal state variables
Documentation updates
Minor bug fixes
Full Changelog: v1.9.9...v4.20
September 2021 release (minor update)
- A bug in BHHH was fixed.
- Updated C4E example code.
- Documentation was not created properly in the previous September release. That has been fixed and releases 4.10 and 4.11 deleted
These updates since Feb. still apply:
- GMM includes aggregate moment matching
- C4E code examples synchronized
- Masking changed
- GHK code updated/fixed
February 2021
Fixed bug in simulating the optimal weighting matrix for GMM.
Added better ways to set initial conditions for simulations and GMM to account for IID states that are in theta.
Improved documentation.
Updates to replication code.
Lowered the default ValueIteration tolerance.
October 2020
Various bugs fixed. Improvements in equilibrium
April 2020 release
- New 1 dimensional system options
- Work around memory link using vector index and assignment expressions
- Aiyagari replication
- More control of basic DP output
- Time profiling in different parts of the code
- Reduced concatenation operations on finding reachables and making predictions
- Recoded task loop so it is one loop and an if statement not two loops.
- Documentation updated