William Chen
William Chen
Hi Matthieu, Perhaps another alternative to the way you're currently implementing the finite differences is to use the Fornberg algorithm. It generates weights for one-dimensional finite differences of arbitrary order...
For DSGE.jl, that's great to hear! Jesse has mostly talked to us (way back in early fall) about some of the new sparse autodiff tools that have been implemented, but...
Hi Cameron, Any idea if this thread might help? https://github.com/julia-actions/julia-buildpkg/issues/7 Unfortunately, I have no idea what's going on. Are you able to do `]add DSGE` successfully? Best, William
Hi Micah, I did some googling, and I added a new commit removing Manifest.toml from version control. I think that's the current best practice for constructing packages since the Manifest.toml...