Monday, October 13, 2025
Friday, October 10, 2025
Malthusian Crisis in Ethiopia?
Wasn't Malthus Wrong?
Measuring Crisis
Measurement Matrix
N Q
[1,] 0.707 0.707
[2,] -0.707 0.707
Fraction of Variance
[1] 0.958 1.000
Modeling Results
Discussion
NOTES
Appendix: ECC Models
Appendix: Systems Model
merge.forecast <-
function (fx,n=1) {
#
# Merges a forecast with the output data
x <- splice(fx$pred,fx$forecast[[n]])
colnames(x) <- seriesNames(fx$data$output)
return(x)
}
#
#
# RUL20 Russia (1950-2000)
#
# Measurement Matrix
# EN.ATM.CO2E.KT EG.USE.COMM.KT.OE NY.GDP.MKTP.KD SL.TLF.TOTL.IN SP.POP.TOTL
#[1,] 0.28209 0.4060 0.3336 0.4343 0.3721
#[2,] -0.43993 -0.2199 -0.1359 0.1328 0.2266
#[3,] 0.06433 -0.1446 0.5944 0.0494 -0.3944
# SL.UEM.TOTL.ZS HDI EF KOF
#[1,] 0.1893 0.43400 0.2348 0.1948
#[2,] 0.4971 0.03409 -0.3950 0.5161
#[3,] -0.3374 0.22538 -0.4878 0.2470
#
#Fraction of Variance
#[1] 0.5489 0.8484 0.9677 0.9814 0.9921 0.9975 0.9988 0.9995 1.0000
require(dse)
require(matlab)
AIC <- function(model) {informationTestsCalculations(model)[3]}
f <- matrix( c( 0.976658001, 0.02127754, 0.2249071, 0.161990376,
-0.008392259, 0.97543675, -0.2319674, 0.001666581,
-0.005587383, 0.09718186, 1.0312754, 0.035854885,
0.000000000, 0.00000000, 0.0000000, 1.000000000
),byrow=TRUE,nrow=4,ncol=4)
h <- eye(3,4)
k <- f[1:4,1:3,drop=FALSE]
RUL20 <- SS(F=f,H=h,K=k,
z0=c(0.161990376, 0.001666581, 0.035854885, 1.00000000),
output.names=c("RU1","RU2","RU3"))
stability(RUL20)
#tfplot(simulate(RUL20,sampleT=20))
shockDecomposition(toSSChol(RUL20))
RUL20.data <- simulate(RUL20,sampleT=50,start=1950,noise=matrix(0,50,3))
m <- l(RUL20,RUL20.data)
#tfplot(m)
AIC(m)
tfplot(RUL20.f <- forecast(m,horizon=50))
RUL20.fx <- merge.forecast(RUL20.f)
# Models have a compact R-code in dse and can be run easily in Snippets.
# The RU20 must be run first to provide input for #ETH20.
#
# W20 ETH (Ethiopia) Russia Input
#
# Measurement Matrix
# N Q
#[1,] 0.707 0.707
#[2,] -0.707 0.707
#
#Fraction of Variance
#[1] 0.958 1.000
#
require(dse)
require(matlab)
AIC <- function(model) {informationTestsCalculations(model)[3]}
f <- matrix( c( 1.04647269, -0.1059723, 0.10155553,
0.01918655, 0.9306230, 0.01335861,
0.000000000, 0.00000000, 1.00000000
),byrow=TRUE,nrow=3,ncol=3)
g <- matrix(c(-0.003819938, -0.01406381, 0.009235749,
-0.010773904, -0.01627134, 0.017135870,
0.000000000 , 0.00000000, 0.000000000
),byrow=TRUE,nrow=3,ncol=3)
h <- eye(2,3)
k <- f[1:3,1:2,drop=FALSE]
ETH20 <- SS(F=f,H=h,K=k,z0=c(0.11991149, 0.04457381, 1.00000000),
output.names=c("Growth","(Q-N)"))
stability(ETH20)
shockDecomposition(toSSChol(ETH20))
ETH20.data <- simulate(ETH20,sampleT=50,start=1950,noise=matrix(0,50,2))
m <- l(ETH20,ETH20.data)
#tfplot(m)
AIC(m)
tfplot(forecast(m,horizon=50))
ETH20x <- SS(F=f,H=h,K=k,G=g,z0=c(0.11991149, 0.04457381, 1.00000000),
output.names=c("Growth","(Q-N)"))
ETH20x
data <- TSdata(output=outputData(ETH20.data),input=RUL20.fx)
m <- l(ETH20x,data)
#tfplot(m)
AIC(m)
shockDecomposition(m)
tfplot(forecast(m,horizon=50,conditioning.inputs=RUL20.fx))
Tuesday, October 7, 2025
Blog Roll: France
The French government has collapsed again "less than 24 hours after its formation" (here). It seems like a good time to look back at what I have found about the French Economy:
- How is the French Labor Market Controlled? The role of World Markets for Agriculture and Oil.
- Has Austerity Helped or Hurt the French Economy? It's complicated but leads to a lot of Protest.
- Breaking Cycles of Austerity in France Find some way other than Austerity to control the Economy.
- La French TECH Cycles unlike Schumpeter's Creative Destruction cycles are stable.
- French Debt, Collapse of the Government and COVID-19 The lingering effects of the COVID shock are still with us and the French government is still preoccupied with Random Walk components rather than controlling the overall Economy.
- Six Futures for France A Steady State Economy or Growth-and-Collapse will not be accepted without Protest.
- World System: Steady State or Collapse The World System itself may be moving toward a Steady State Economy.
- How Does the Economy of France Work? The main controllers of the French Economy are not Austerity and Neoliberalism but rather the Environment and Unemployment.
- France in the Long Sixteenth Century Geopolitical Linkages between France and England have always been important historically.
- France (1450-1540) The Balance of Power System (Spain, France and England) began failing during this period.
Wednesday, August 20, 2025
Blog Roll: Ukraine
The Russo-Ukrainian War began in 2014 and is still ongoing without any clear sign of resolution. What the Russian Invasion will mean for the Ukrainian Economy is not clear but it has been a sever shock to the system. On this page, I will list what I have learned so far about the Ukrainian Economy and Russian Economy in the hopes of understanding what might happen in the future. I will continue to update this page as I learn more.
- Seven Futures for Ukraine The UAL20 BAU model with different inputs suggests that there are not many desirable attractor paths for Ukraine. Most attract paths are worse than a Random Walk, with only the Business-as-Usual (BAU) model and linking to the Russian Economy being better.
- Five Futures for Russia Interestingly enough, the best future for Russia is linkage with the European Union! Google AI reports:
- Is the EU Heading for a Steady State? From the standpoint of conventional Neoclassical Economic Growth analysis, future prospects for the EU don't look that good either. The EU may become a Steady State Economy. From the standpoint of continued Environmental damage, this might be a good thing. From the standpoint of growth-obsessed Russia, it would be unattractive.
For more information about how my State Space models are estimated and constructed, see the Boiler Plate.
Friday, August 1, 2025
Trump's Trade War: the World-System Perspective
Friday, July 18, 2025
Wednesday, July 9, 2025
Blog Roll: Iran
- The Iranian Revolution Still being worked out today.
- A Deep Dive into the Iranian State Space Cycles vs. Control
- Will Israel and US Attacks Hurt the World-System? Yes
- How Does the Iranian Economy Work? Not like a Neoclassical, free-market economy.
- What was the Impact of the Iranian Revolution? Elimination of Cycles!
- Stabilizing the Iranian Economy Easy but not easy!
- Iranian Globalization and Unemployment created the discontent that led to the Iranian Revolution.
- Iran as a Neoclassical Economy US Technological domination!
Further reading:
Iranian Revolution a series of events that culminated in the overthrow of the Pahlavi dynasty in 1979.
Strait of Hormuz a strait between the Persian Gulf and the Gulf of Oman. It provides the only sea passage from the Persian Gulf to the open ocean and is one of the world's most strategically important choke points.
Iran-Contra Affair a political scandal in the United States that centered on arms trafficking to Iran between 1981 and 1986, facilitated by senior officials of the Ronald Reagan administration
Iran Nuclear Program one of the most scrutinized nuclear programs in the world, has sparked intense international concern.
Pahlavi Iran the Iranian state under the rule of the Pahlavi dynasty. The Pahlavi dynasty was created in 1925 and lasted until 1979 when it was ousted as part of the Iranian Revolution, which ended the Iranian monarchy and established the Islamic Republic of Iran.
Iran-Iraq War an armed conflict between Iran and Iraq that lasted from September 1980 to August 1988. Active hostilities began with the Iraqi invasion of Iran and lasted for nearly eight years, until the acceptance of United Nations Security Council Resolution 598 by both sides.
Iranian Economy a mixed, centrally planned economy with a large public sector. It consists of hydrocarbon, agricultural and service sectors, in addition to manufacturing and financial services, with over 40 industries traded on the Tehran Stock Exchange.
The White Revolution a far-reaching series of reforms to aggressively modernize the Imperial State of Iran launched on 26 January 1963 by the Shah, Mohammad Reza Pahlavi, and ended with his overthrow in 1979.
Modernization Theory holds that as societies become more economically modernized, wealthier and more educated, their political institutions become increasingly liberal democratic and rationalist.
Foreign Policy of the Kennedy Administration The United States foreign policy during the presidency of John F. Kennedy from 1961 to 1963 included diplomatic and military initiatives in Western Europe, Southeast Asia, and Latin America, all conducted amid considerable Cold War tensions with the Soviet Union and its satellite states in Eastern Europe.
Sharia Law a body of religious law that forms a part of the Islamic tradition based on scriptures of Islam, particularly the Qur'an and hadith.
Tuesday, May 6, 2025
Why MAGA?
Sometimes I think I understand the MAGA Movement, other times I don't. ChatGPT (here) reports that there are a handful of reasons. The best I can say right now is that it is complicated. My favorite explanation, that aligns with historical analysis of the Nazi Movement, is Right-Wing Reactionism. The failure and humiliation of loosing World War I led Germany to Nazism. The failures for the US are not so clear, but let me just explore Economic failures in this post.
Everything seems to have come to a head during the COVID-19 Pandemic which was a strong shock to the US Economy and was handled very poorly by the first Trump I Administration (2017-2021).
MAGA and Big Tech
Boiler Plate
Notes
Wednesday, April 30, 2025
Why is it Important to Study Spain?
The Decline and Fall of Elon Musk and Steve Bannon
..the so-alled "barbarian invasions" were a mix of forced migration, opportunistic conquest, and reaction to Roman decline, rather than aimless destruction. Many of these groups sought to become part of the Roman world, not just destroy it.
The entire Alt-Right is filled with people who want to be in power and want to impose their views on the US. Throughout the Late 20th Century, they have failed. Now is their moment and if they do not succeed, they may well be happy just to destroy the system.
Binyamin Applebaum, in the NY Times (here), provides an interesting analysis of Donald Trumps role in the growth and potential collapse of the US Empire. When Empires decline, barbarians see their opportunity. Let's hope that the US can stabilize itself after it's Empire has peaked in the same way that Amsterdam or London have.
Saturday, April 5, 2025
Magnitude of Trump Shocks