Editing
Keynesianism
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Multiplier Effect' (Predicting the impact of a $1B stimulus):''' <syntaxhighlight lang="python"> def calculate_stimulus_impact(amount_billions, marginal_propensity_to_consume): """ MPC: How much of an extra $1 people will spend (vs save). Multiplier = 1 / (1 - MPC) """ multiplier = 1 / (1 - marginal_propensity_to_consume) total_impact = amount_billions * multiplier return { "Initial Spend": f"${amount_billions}B", "Total Growth": f"${round(total_impact, 2)}B", "Economic 'Lift'": f"{round(multiplier, 2)}x" } # Case: People spend 80% of their stimulus check print(calculate_stimulus_impact(1, 0.8)) </syntaxhighlight> ; Keynesian Landmarks : '''The General Theory (1936)''' β The book that "Killed" the old economics and became the blueprint for the modern world. : '''The New Deal (1933-1939)''' β FDR's massive program of government works (dams, parks, art) that brought the US out of the Great Depression using Keynesian ideas. : '''The Marshall Plan (1948)''' β Using massive US government spending to "Rebuild Europe" after WWII, creating a global boom. : '''The 2008 Financial Crisis''' β When the world's governments "Bailed out" the banks and spent billions in "Stimulus" to prevent a new Great Depression. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information