Use bar for steady states and asterisk for maxima in MSY lecture#765
Merged
Conversation
Separate the two roles the asterisk was previously overloaded with:
* steady states now use a bar --- the steady-state stock and sustainable
yield become \bar{x}(e) and \bar{y}(e)
* the asterisk is reserved for the maximizer --- the MSY effort becomes e^*
The stock at MSY (= K/2) is the steady state at the optimal effort and is
written \bar{x}(e^*) throughout. Code variables are renamed to match
(x_star -> x_bar, e_msy -> e_star, x_msy -> x_bar_star). The RAM-database
reference points B_{MSY} and F_{MSY} in the lingcod section are left as is.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for taupe-gaufre-c4e660 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
The ylabel string was a non-raw literal, so the \b in \bar was interpreted as a backspace before matplotlib parsed the mathtext, breaking notebook execution. Make it a raw string. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Splits the two roles the asterisk was previously overloaded with in
lectures/msy_fishery.md:The stock at MSY ($=K/2$ ) is the steady state at the optimal effort, so it is written $\bar{x}(e^)$ throughout (rather than the old $x^$).
Code variables are renamed to match the new math:
x_star(e)x_bar(e)e_msye_starx_msyx_bar_starThe RAM Legacy Database reference points$B_{MSY}$ and $F_{MSY}$ in the lingcod section keep the
MSYsubscript, since that is standard fisheries notation and not our steady-state symbol.This is a notation-only change; no model, figure, or numerical result is affected.
🤖 Generated with Claude Code