Skip to content

Releases: ferrall/niqlow

May 2023. Minor update

26 Apr 15:06
Compare
Choose a tag to compare

Updated Rust 1987 Replications included in examples

Ox 9 Parallel Release

10 Mar 20:33
Compare
Choose a tag to compare

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

09 Aug 14:30
Compare
Choose a tag to compare

update: replaces oxmenu which had a bug in it. removed v4.30 release

Full Changelog: v4.21...v4.31

August 2022 Release

01 Aug 19:09
Compare
Choose a tag to compare

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

15 Mar 18:30
Compare
Choose a tag to compare
  • 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

09 Nov 20:37
Compare
Choose a tag to compare

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)

17 Sep 18:04
Compare
Choose a tag to compare
  • 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

26 Feb 01:30
Compare
Choose a tag to compare

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

01 Oct 18:04
Compare
Choose a tag to compare

Various bugs fixed. Improvements in equilibrium

April 2020 release

15 Apr 23:27
Compare
Choose a tag to compare
  1. New 1 dimensional system options
  2. Work around memory link using vector index and assignment expressions
  3. Aiyagari replication
  4. More control of basic DP output
  5. Time profiling in different parts of the code
  6. Reduced concatenation operations on finding reachables and making predictions
  7. Recoded task loop so it is one loop and an if statement not two loops.
  8. Documentation updated