Skip to content

publish-2025jul24

Latest
Compare
Choose a tag to compare
@HumphreyYang HumphreyYang released this 24 Jul 06:39
b5c7b63

What's Changed

  • [aiyagari] MAINT: transfer np.sum(a * b) to a @ b by @mmcky in #467
  • [cass_koopmans_1] Exercise Experimenting multiple $K_0$ values by @HumphreyYang in #470
  • [mccall_model] Replace np.sum(a * b) with a @ b by @UdohNakamura in #471
  • Replace np.sum(a * b) with a @ b in lecture-python.myst.mccall_q.md by @suda-yuga in #472
  • [multivariate_normal] Replace np.sum(a * b) with a @ b by @suda-yuga in #474
  • [kalman_2] Remove redundant axhline plotting by @suda-yuga in #482
  • FIX: links update by @mmcky in #494
  • [mle] Replace np.sum with @, fix typos, and use gammaln for stable Poisson log-likelihood by @suda-yuga in #473
  • [kalman_2] Refactor simulate_workers for PEP8 compliance and code clarity by @suda-yuga in #481
  • [opt_transport] Replace np.sum(a * b) with np.vdot(a, b) by @suda-yuga in #475
  • [stats_examples] Replace np.sum(a * b) with a @ b by @suda-yuga in #476
  • [ge_arrow] Correct summation axis by @UdohNakamura in #480
  • [likelihood_ratio_process] Add new sections on distribution discrepency measures and Blume and Easley 2006 by @HumphreyYang and @thomassargent30 in #495

New Contributors

Full Changelog: publish-2025jul19...publish-2025jul24