Commit 1d2f54e
Fix remaining k references to use s for savings
Changed remaining instances where k was used instead of s:
- Mathematical notation: x = k + σ(k) → x = s + σ(s)
- Added missing inline comment in K_crra: x_i = s_i + c_i
This completes the transition to using 's' for savings throughout,
maintaining consistency with the exogenous savings grid terminology.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent d90822f commit 1d2f54e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
| 393 | + | |
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| |||
0 commit comments