Latest articles

Syndicate content
latest news from isee and system dynamics society about strategy, plus isee blogs
Updated: 1 hour 33 min ago

Modeling the Economic Crisis

Mon, 08/03/2010 - 19:10

I’m often asked by customers that are new to Systems Thinking, “How can this approach add value to conceptualizing and understanding common, everyday issues?” The issues range from business design to environmental concerns to macroeconomic dynamics. In response to this question, I can tell you from my personal experience, nothing beats seeing a skilled practitioner use our software tools and the Systems Thinking methodology to make sense out of a complex problem.

With this in mind, we collaborated with our consulting and training partner, Lexidyne LLC, to create a new series of video-based presentations focused on common but often misunderstood problems that can be conceptualized, expanded, and then explored using Systems Thinking. We recently released the first video in this series — Understanding the Economic Crisis presented by Dr. Mark Paich.

Judging from its title, you might think Understanding the Economic Crisis presents a huge complex model of the macro economy. To the contrary, dynamic modeling expert, Mark Paich, begins with a very simple model of something we all can relate to — the individual consumer.

Stock and flow map of an individual consumer's balance sheet

Mark expands upon the model and shows how a sudden drop in housing prices affects individual consumption. As you might expect, when Total Net Worth falls, the individual responds by spending less. When housing prices fall, home equity loans no longer provide the purchasing power for big ticket items like cars, vacation homes and big screen TVs.

The real surprise however, comes when Mark further expands the individual consumer model to include the economy as a whole. When everyone’s net worth decreases at the same time a phenomena known as the “Paradox of Thrift” occurs. The paradox states that if everyone tries to save money during times of recession, total savings for the overall economy may fall. The dynamics generated by adding elements of the macro economy to the model are indeed surprising.

Mark’s easily understood model leads to some real insights concerning the policy implications for an economic recovery. It also provides a great example of how Systems Thinking can be used to deepen your understanding of a complex issue in order to make better decisions. If you haven’t seen the video, I highly recommend it. The following trailer highlights some of the key points in Mark’s presentation and will give you a taste of the full presentation.

(If you cannot see the video below in your RSS reader, please visit the post page)

For more information or to purchase Understanding the Economic crisis, click here.

Categories: simulation, strategy

Assessing individuals' understanding of nonlinear causal structures in complex systems

Mon, 22/02/2010 - 08:49
Educators have provided anecdotal evidence that systems-oriented instruction improves students' ability to comprehend complex systems, but little research has been done to test this hypothesis. This article reviews past attempts to assess systems-oriented instruction and suggests the need for an assessment tool that can be implemented broadly but still provides a nuanced view of individuals' understanding of complex systems. A tool called Cognitive Mapping Assessment of Systems Thinking (CMAST) is presented as a step toward addressing this need. Results from one study using this tool are included to illustrate analyses available and the significance of their results. Results from this study suggest that students receiving systems-oriented instruction exhibit significantly increased ability to understand information about a complex environmental system despite having received no specific training in natural resources. CMAST allows researchers to quickly obtain and evaluate quantitative data regarding students' ability to understand complex systems. Copyright © 2010 John Wiley & Sons, Ltd.
Categories: simulation, strategy

Evaluating system dynamics models of risky projects using decision trees: alternative energy projects as an illustrative example

Mon, 22/02/2010 - 08:49
Many important risky projects are characterized by stochastic processes embedded in nonlinear, feedback structures with delays. System dynamics models may be used to estimate the cash flow resulting from these projects for any given predetermined sequence of decisions. However, using system dynamics models to evaluate these cash flows when management has the flexibility to change its decisions in the face of future information often remains difficult in practice. To remedy this, we leverage the decision analysis literature to propose a methodology that transforms the system dynamics model into an approximate decision tree. The methodology then evaluates that tree to account for the value of managerial flexibility in executing a project. This approach has the virtue of combining system dynamics' capability to cope with dynamic complexity with that of decision analysis to model managerial flexibility. We illustrate this method with a model drawn from the wind power industry, which is characterized by numerous uncertainties and high managerial flexibility. We conclude with a discussion describing the limitations of this approach and the conditions under which its use would be most appropriate. Copyright © 2010 John Wiley & Sons, Ltd.
Categories: simulation, strategy

Modeling Bass Diffusion with Rivalry

Thu, 18/02/2010 - 14:00

This is the last of a three-part series on the Limits to Growth Archetype. The first part can be accessed here and the second part here.

Last time, we explored the effects of Type 1 rivalry (rivalry between different companies in a developing market) on the Bass diffusion model by replicating the model structure. This part will generalize this structure and add Type 2 rivalry (customers switching between brands).

Bass Diffusion with Type 1 Rivalry

To model the general case of an emerging market with multiple competitors, we can return to the original single company case and use arrays to add additional companies. In this case, everything except Potential Customers needs to be arrayed, as shown below (and available by clicking here).

For this example, three companies will be competing for the pool of Potential Customers. Each array has one-dimension, named Company, and that dimension has three elements, named A, B, and C, one for each company. Although each different parameter, wom multiplier, fraction gained per $K, and marketing spend in $K, can be separately specified for each company, all three companies use the same values initially. All three companies, however, do not enter the market at the same time. Company A enters the market at the start of the simulation, company B enters six months later, and company C enters six months after that.

Recall that the marketing spend is the trigger for a company to start gaining customers. Thus, the staggered market entrance can be modeled with the following equation for marketing spend in $K:

STEP(10, STARTTIME + (ARRAYIDX() – 1)*6)

The STEP function is used to start the marketing spend for each company at the desired time. The ARRAYIDX function returns the integer index of the array element, so it will be 1 for company A, 2 for company B, and 3 for company C. Thus, the offsets from the start of the simulation for the launch of each company’s marketing campaign are 0, 6, and 12, respectively.

This leads to the following behavior:

Note that under these circumstances, the first company to enter the market retains a leadership position. However, companies B and C could anticipate this and market more strongly. What if company B spent 50% more and company C spent 100% more than company A on marketing that is similarly effective? This could be modeling by once again changing the equation for marketing spend in $K, this time to:

STEP(10 + (ARRAYIDX() – 1)*5, STARTTIME + (ARRAYIDX() – 1)*6)

The effect in this case is quite different. All three companies end up with approximately equal market shares.

Bass Diffusion with Type 1 and Type 2 Rivalry

Once a market is established, companies will also make an effort to win competitor’s customers away. A previous post showed how to model switching between brands using arrays. Adding that structure to this model gives a model (available by clicking here) that implements both type 1 and type 2 rivalry.

The specific mechanism that convinces customers to switch brands is not explicitly modeled here so that the structure matches that in the earlier post. Instead, this model uses constant switching rates; the earliest entrant, company A is given the most favorable values. However, to make the model more dynamic and also useful, there should be factors that influence the relative attractiveness of the two brands, for example, marketing spend, product quality, product features, and customer service.

Giving an advantage to the early entrant to the market has the expected effect of boosting their customer base at the expense of the others. This another example of Success to the Successful.

Note the scale of this graph had to be changed relative to the earlier graphs to show all of company A’s customers. The effect of the customer switching is so strong that even increasing marketing for company’s B and C does not change the end result. Of course, the switching factors in this model are constant and increased marketing should indeed change them.

This does, however, show that it is important to intervene in the correct place to reach your desired outcome. Once the market is mature, the dynamics are dominated by the switching effects, not the process of gaining customers. Thus, efforts to change market share by changing the rate of gaining customers are ineffective. Energy should instead be focused on reducing the number of customers who switch to other brands and increasing the number of customers gained from other brands.

This model does not model the decline of the market, through customer loss, since we are mostly concerned with growth and maturation. If desired, the loss would be modeled with an outflow from Customers as shown in the earlier brand switching post.

Finally, this model assumes that Customers belong to one company alone, i.e., no one uses the product from more than one company at one time. Sharing customers is known as type 3 rivalry and is beyond the scope of this post.

A Note About Revenues

Gaining customers is, of course, not the entire story. The purpose of gaining customers is to create revenue for your business. There are two opportunities to generate revenue in this model:

  1. From your existing customer base. This stock-driven revenue stream is typical for manufacturers of non-durable goods such as bleach and razors, or for subscription-based or service businesses, such as magazines, cable TV, or beauty salons. If your customer base is large, your revenues will be high. The Bass diffusion model shows a growing customer base and therefore a growing revenue stream (see curve 1 below).
  2. When a person is converted from a Potential Customer to a Customer or a customer switches from one brand to another. This flow-driven revenue stream is the only source of revenue for manufacturers of durable goods, such as cars, computers, and refrigerators. However, it often also applies to software companies. Since the flow rate determines the revenue stream, if the rate at which you gain customers is large, your revenue will be high. Note, however, that the Bass diffusion model shows us this rate falls sharply as the market matures, as the number of Customers saturates (see curve 2 below). To keep revenues high in a mature market for this kind of business, it is necessary to entice customers away from competitors, build in product obsolescence (so your customers have to buy again), or enter new markets.

A Final Aside on the Bass Diffusion Model

In his excellent book Strategic Modelling and Business Dynamics, John Morecroft explains (on page 173) that the effect of marketing in the Bass diffusion model has a stronger purpose than just to start the ball rolling. Without the marketing effect, market growth through word-of-mouth alone is much slower than any business would desire, or typically experience. The following graph compares the growth with and without the marketing effect (Customers is initialized to one in both cases).

Without the marketing expenditure, the conversion of Potential Customers to Customers does not peak until the month 91, whereas, with marketing expenditure, it peaks in month 50, in almost half the time. This is also reflected in the time it takes the market to mature:

available by clicking here)
Categories: simulation, strategy

Modeling Real World Challenges Inspires Students

Thu, 04/02/2010 - 18:00

Last summer I had the opportunity to see students from Diana Fisher’s dynamic modeling class at Wilson High School in Portland, Oregon present their modeling projects to participants of the International System Dynamics Society Conference in Albuquerque. The parallel session was filled with educators and professionals from different fields, many of whom are renowned system dynamicists.

I think it is safe to say that we all were very impressed by the quality of the students’ work and how well they understood the dynamics associated with the issues they were presenting. Perhaps more striking however, was seeing how empowering modeling real-world issues is for young people and the enthusiasm they share for their work.

Now everyone can see the effect that modeling real-world issues has on students at the CC Modeling Systems web site. Dedicated to helping educators bring dynamic modeling into the classroom, the web site features videos of students presenting their work as compelling evidence to the value of incorporating System Thinking and system dynamics into curriculum.

You’ll be amazed to see what 14-18 year olds are capable of and the excitement they exuberate when addressing challenges such as:

Students are eager to understand the world better and are more than capable of building and understanding relatively sophisticated models in their attempts to understand the dynamics of real-world systems.

—Diana Fisher

Educators and administrators considering dynamic modeling curricula typically face challenges. No matter how compelling the evidence that Systems Thinking and the system dynamics methodology engages students and takes them to a higher level of reasoning, it is still difficult to justify without tying it to National Standards.

The CC Modeling Systems web site devotes an entire section to detailing very specific 21st Century Skills and National Standards addressed by curriculum that incorporates building system dynamics models. Much of the homework has been done aligning this type of work to standards in the following subject areas:

Many thanks to Diana Fisher for sharing her students and her experiences teaching dynamic modeling with all of us!

To learn more about the modeling course that Diana teaches, I recommend the following links:
Recorded webinar presentation by Diana Fisher
Modeling Dyamic Systems: Lessons for a First Course

Categories: simulation, strategy

Developing a Market Using the Bass Diffusion Model

Thu, 21/01/2010 - 17:08

This is part two of a three part series on Limits to Growth. Part one can be accessed here and part three can be accessed here.

In part one of this series, I explained the Limits to Growth archetype and gave examples in epidemiology and ecology. This part introduces the Bass diffusion model, an effective way to implement the capture of customers in a developing market. This is also used to implement what Kim Warren calls Type 1 rivalry in his book Strategy Management Dynamics, that is, rivalry between multiple companies in an emerging market.

The Bass Diffusion Model

The Bass diffusion model is very similar to the SIR model shown in part one. Since we do not usually track customers who have “recovered” from using our product, the model only has two stocks, corresponding loosely to the Susceptible and Infected stocks. New customers are acquired through contact with existing customers, just as an infection spreads, but in this context this is called word of mouth (wom). This is, however, not sufficient to spread the news of a good product, so the Bass diffusion model also includes a constant rate of customer acquisition through advertising. This is shown below (and can be downloaded by clicking here).

The feedback loops B1 and R are the same as the balancing and reinforcing loops between Susceptible and Infected in the SIR model. Instead of an infection rate, there is a wom multiplier which is the product of the Bass diffusion model’s contact rate and the adoption rate. If you are examining policies related to these variables, it would be important to separate them out in the model.

The additional feedback loop, B2, starts the ball rolling and helps a steady stream of customers come in the door. If you examine the SIR model closely, you will see that the initial value of Infected is one. If no one is infected, the disease cannot spread. Likewise, if no one is a customer, there is no one to tell others how great the product is so they want to become customers also. By advertising, awareness of the product is created in the market and some people will become customers without having encountered other customers who are happy with the product.

The behavior of this model is shown below. Note it is not different in character from the SIR model or the simple population model.

Implicit Type 1 Rivalry

In the face of competition for an emerging market, multiple companies will be fighting for these same potential customers. Ostensibly, they all follow the Bass diffusion model. However, if the exact dynamics of the competition is not important to the purpose of the model, it is possible to simply model the reverse pressure the competition is placing on your company’s growth.


In this version of the model (which can be downloaded by clicking here), both the wom multiplier and the marketing effectiveness (fraction gained per $K) are restricted by competitive pressure. The variable competitive pressure is an S-shaped graphical function meant to mimic the behavior of competitors in a developing market. In the beginning, there is no competition. As the market grows, more and more competitors enter the market until it becomes saturated. It is a simple time-series function, as shown below, but could instead be tied to the success of your company.

The variable competition is just 1 – competitive_pressure, i.e., it is a multiplier that reduces the effectiveness of wom and marketing spending as competitive pressure grows. Finally, a switch called competition switch has been added. When this is set to zero (the default), the model behaves as it did previously, i.e., without competition. When it is set to one, competition is active and the behavior changes to that shown below.

Explicit Type 1 Rivalry

Finally, another competitor can be explicitly modeled by replicating the structure (or by using arrays). This model is shown below (and can be downloaded by clicking here).

In this structure, each competitor can be given their own explicit parameters, which can also vary as the simulation progresses based on market share or product attractiveness. When the rival spends half as much on marketing as your company does, your company wins more market share:

In this simulation, the rival enters the market at the same time as your company. This is usually not the case in the real world. If all parameters are the same for both companies, but the rival company enters the market one year later, the end result is identical to that shown above. The transient response, however, is necessarily different:

This model does not include the process of developing a market for a product nor does it model persons leaving the market. I.e., it is assumed that the total market size is predefined and never changes. For a completely new product, the potential market will likely grow, so we may want to include this effect. However, when modeling a developing market, it is unlikely we are interested in the shrinking of the market that occurs after maturation.

The model also does not model losing customers to competitors (Type 2 rivalry) or customers who use products from multiple competitors (Type 3 rivalry). An example of modeling Type 2 rivalry is shown in a previous post.

My next post in this series will expand the above model to include Type 2 rivalry and to use arrays.

Categories: simulation, strategy

Humanities Major Attempts Dynamic Modeling and Survives!

Fri, 15/01/2010 - 21:00

This post is written by Rolf Olsen, a participant in our Introduction to Dynamic Modeling with iThink and STELLA workshop held last month in Colorado Springs. We thought Rolf’s perspective would offer insights for those of you who are new to Systems Thinking or curious about applying dynamic modeling to real-world issues.

Rolf Olsen, Workshop Participant

I was very excited about a last-minute chance to attend the introductory iThink/STELLA workshop, but to be honest, on the flight to Colorado Springs, I started to become apprehensive. Who was I trying to kid? Sure, I’d heard the terms “stock” and “flow” and I understood their roles as the nouns and verbs of the software. I’d even read a few chapters in Barry Richmond’s Introduction to Systems Thinking. But the first time I started up the software and stared at that blank workspace, I had no clue where to begin! Adding to my anguish, I was quite certain there would be others there who were much smarter than me and really knew what they were doing.

In college I spent most of my time and energy studying English and French, language, literature, cinema, art history, and so forth. I managed to avoid all higher math like the plague (although I did reasonably well in basic statistics). My engineer father often reminded me that my degree in Humanities prepared me for almost nothing. After college, I stumbled into a career in marketing – quite fertile territory for exploring system dynamics and modeling, as it turns out. I spent a few formative years in an ad agency and at a regional banking system, before finding my stride marketing and managing nonprofit arts and culture organizations. Today I work in marketing and communication in a large academic medical center.

For years I’ve used spreadsheets to model various ‘what if’ scenarios. In the arts, I used spreadsheets to create budgets and set ticket prices, always seeking ways to better predict revenue from ticket sales at different prices, for different types of performances (e.g., modern dance, string quartet, jazz ensemble), or on different days of the week.

Preparing for the iThink/STELLA workshop, I decided I’d like to try to model demand in a market area for laser vision correction surgery, popularly known as LASIK or PRK. That seemed simple enough. I might be able to bluff my way through this workshop after all!

In the end, all my concerns and fears of inadequacy were for naught. Corey Peck is a remarkable teacher. Within the first hour of the first day, he’d already explained that almost everybody who starts iThink for the first time takes a deep gulp at the sight of that blank workspace, wondering how to begin. That was comforting, to say the least.

Others in this workshop included a nurse from Nigeria, two men from a large consulting firm that counts the military among its principal clients, three people with separate interests in systems used to deliver electrical energy, two from the IS planning department of a large national insurance company, a woman from an Oregon health care system, and two women from Hong Kong who teach English at a university there. And there was me, the health care marketing geek.

Despite the diversity of our backgrounds and fields of endeavor, somehow, over two and a half days of workshop, Corey always managed to guide and instruct us, as a group and individually, in a way that was neither too complex and esoteric nor too simple. He obviously comprehends dynamic systems so well, and knows the software so thoroughly, that no matter what type of model one of us presented, Corey could quickly offer clear and helpful guidance. I never felt lost, and I always found myself learning something as I eavesdropped on Corey’s conversations with others in the class.

Our other instructor, Mark Paich, was a protégé and colleague of some of the pioneers of Systems Thinking, including Barry Richmond and Peter Senge. Mark’s tales from years of consulting work with clients, such as General Motors, were fascinating and, for me, they helped place the concepts we were exploring within a much larger context. Although the scope and complexity of some of the projects Mark described were daunting, these stories helped me appreciate more clearly what is possible when you begin to view almost any situation you encounter as a dynamic system. And the stories were fascinating and fun, providing an excellent “brain break” from the rigors of our lessons with Corey!

By the end of the first day, we’d all constructed our first working models, and begun to sketch out the models we hoped to build. As I mentioned, I wanted to try to create a simple model to explore dynamic demand, based on several variable factors, for LASIK vision correction surgery. I’d start with the population of our market area and then determine the number of people who wear glasses or contacts.

  • Of those people, how many are aware that our hospital offers LASIK surgery?
  • How many of the “aware” group might be willing to attend a free information session and preliminary evaluation?
  • Of all qualified candidates, how many would be willing and able to actually go through with the surgery?
  • Then, after successful LASIK surgery, how many people would tell their friends, neighbors or colleagues how happy they were, thus spreading awareness and influencing a new group of candidates to have LASIK surgery?
  • And what might be the impact on surgery volume of marketing efforts at various levels of expenditure? How about a discount or referral incentive?


I started out pretty simply because, as Corey reminded us often, “There’s plenty of time to make it more complex later.” That proved to be great advice. And in the end, I went home with a rudimentary model that seemed to work. Well, mostly. It needs more work and I need more practice. And when I mentioned to Corey that I hoped to figure out how to factor in the “word of mouth” effect into my model, he promised to send me information about the “Bass Diffusion Model” that addresses that very topic. And sure enough, an email arrived a few days after I’d returned home.

In all, my experience at the introductory iThink/STELLA workshop was excellent, even transformative. I now often find myself thinking in terms of stocks, flows, converters and connectors. I don’t literally model every situation I encounter, of course, but I see applications all around me. I know I have an enormous amount yet to learn, the introductory course covered just the basics for me. But now I have more confidence and I feel inspired to move forward, because I’ve had a tantalizing glimpse of what’s possible with a proper grasp of key concepts, the right software tool – and remarkable teachers.

Categories: simulation, strategy

Change resistance as the crux of the environmental sustainability problem

Thu, 14/01/2010 - 08:39
Why, despite over 30 years of prodigious effort, has the human system failed to solve the environmental sustainability problem? Decomposing the problem into two sequential subproblems, (1) how to overcome change resistance and (2) how to achieve proper coupling, opens up a fresh line of attack. A simulation model shows that in problems of this type the social forces favoring resistance will adapt to the forces favoring change. If change resistance is high this adaptation response either prevents proper coupling from ever being achieved or delays it for a long time. From this we conclude that systemic change resistance is the crux of the problem and must be solved first. An example of how this might be done is presented. Copyright © 2010 John Wiley & Sons, Ltd.
Categories: simulation, strategy

Improving model understanding using statistical screening

Thu, 24/12/2009 - 03:54
System dynamics models are often constructed to improve system performance by identifying and modifying feedback mechanisms that drive system behavior. Once identified, these feedback mechanisms can be used to design and test policies for system performance improvement. A preliminary step in developing policies is the identification of high-leverage parameters and structures, the influential model sections that drive system behavior. The current work clarifies and extends the use of statistical screening as a tool to improve model understanding, explanation, and development with a six-step process. Statistical screening adds rigor to model analysis by objectively identifying high-leverage model parameters and structures for further analysis. Statistical screening offers system dynamicists a user-friendly tool that can be used to help explain how model structure drives behavior. Copyright © 2009 John Wiley & Sons, Ltd.
Categories: simulation, strategy

Top Blog Posts of 2009

Fri, 18/12/2009 - 16:00

In 2009, the isee systems blog, “Making Connections” was created as a forum for sharing ideas and experiences with the Systems Thinking community. Blog topics cover subjects ranging from a systems perspective of current news events to modeling tips for advanced STELLA and iThink users.

As the first anniversary of the isee Blog approaches, we thought it would be interesting for folks to see the list of our most popular blog posts.


Top Ten Posts of 2009

  1. Modeling H1N1 Flu Outbreak
  2. Modeling Customers Switching Between Brands
  3. Modeling a Watershed with Arrays
  4. Matrix Arithmetic
  5. Spatial Modeling with isee Spatial Map
  6. “Thinking in Systems” book inspires online course
  7. Physics Textbook 2.0
  8. Insight-based Model Investigates the Housing Crisis
  9. Building a Health Care Model Hierarchically
  10. C02 in the Atmosphere Behaves Like a Bathtub
Categories: simulation, strategy

Limits to Growth

Thu, 03/12/2009 - 15:00

This is the first of a three-part series on the Limits to Growth Archetype. The second part can be accessed here and the third part here.

The Limits to Growth Systems Archetype, also known as Limits to Success, combines growth with an exogenous or endogenous limit. This Systems Archetype was formally identified in Appendix 2 of The Fifth Discipline by Peter Senge (1990), but made its first prominent appearance in World Dynamics by Jay Forrester (1971) and then The Limits to Growth by Meadows, Meadows, Randers, and Behrens (1972). The Causal Loop Diagram (CLD) is shown below.

Real growth processes have inherent limits to growth. Identifying these limits can help avoid problems in the future, whether the problem is overpopulation, increasing demand for a product that cannot be met, or growing a business in a mature market. When growth is desired, but limited, it is always better to find ways to increase the limit before pushing for more growth. Excessive growth in the face of a limit often leads to collapse. Driving the system to the point of collapse can erode the ability to continue after the collapse, for example, by reducing the production capability of a piece of farmland or destroying the reputation of a company.

Classic examples of limits to growth include:

  • The collapse of the deer population on the Kaibab plateau and on St. Matthew Island due to overpopulation and the attendant overgrazing of their habitat
  • The overshoot and collapse of the human population on Easter Island
  • Overgrazing in the Sahel region of Africa by cattle herders
  • Overfishing of the oceans by fishermen
  • The collapse of People Express due to sharp customer growth combined with slow personnel growth
  • The sharp exodus of America Online subscribers after an intense marketing campaign increased the number of subscribers far beyond their capacity
  • The contraction of the world economy in 2008 due to limiting oil supplies
  • The productivity of staff deteriorating as a company grows, due to increased interactions and reporting overhead
  • Business growth limited by the size of the potential market
  • Yeast cells in the fermentation process, who suffer from both the loss of exogenously supplied sugar and the increase of endogenously produced pollution

Exploring Limits to Growth with the SIR Model

The SIR (Susceptible-Infected-Recovered) model, also known as the Kermack-McKendrick model, is used to predict the spread of an infectious disease. The disease is ultimately limited by the number of potential hosts.

In this model (available by clicking here), the Susceptible population becomes infected based on their rate of contact with an Infected population and the probability of being infected (infection rate combines these parameters). After some amount of time (1/recovery rate), the disease runs its course and people either recover or die, moving into the Recovered population.

The infection feeds on susceptible people. As the number of susceptible people falls, the number who can become infected also falls. Since infected people eventually recover, the number of infected people will ultimately fall. This behavior is reflected in the graph below.

The sharp increase in Infected, followed by a dramatic drop is known as overshoot and collapse. It is a characteristic behavior of the Limits to Growth Archetype. The stock of Recovered people is also limited – by the total population. It exhibits a different characteristic behavior of Limits to Growth: S-shaped growth, so called because the graph of this growth pattern looks like the letter S. This is also known as logistic growth. In the beginning, growth is very rapid, but as the limit is approached, growth slows and then stops. In feedback terms (refer back to the CLD), the rapid growth on the left side of the S occurs because the reinforcing loop dominates while the right side slowdown occurs because the balancing loop dominates.

There are two separate limits to growth: one on the sustainable level of the condition of interest and one on its rate of growth. The former is defined by a system’s carrying capacity (named limiting condition in the CLD). As Khalid Saeed, Professor of Social Science and Policy Studies at Worcestor Polytechnic Institute, recently reminded me, the carrying capacity of a system is always a flow. Any system that requires something, either energy or mass, to persist cannot exist beyond the level at which that something can be provided. The second limit, that on the rate of growth, is defined by the system slack, which is always a stock.

In the SIR model, the infectious disease feeds off of the susceptible people. The stock of Susceptible people is therefore the slack in the system. The growth of the disease is limited by the contents of this stock. However, the carrying capacity of the system is zero, as there is no inflow to Susceptible to provide an endless supply of victims for the disease. The net result is that eventually, and after a sharp rate of growth, the number of infected people will also drop to zero.

In either a closed or a quarantined community, this may be true. However, ease of travel creates an inflow to Susceptible, i.e., a carrying capacity, and thus the disease can persist. The graph below shows what happens when an inflow is added Susceptible and set to 10 people per day (10% of the initial population).

Rather than going to zero, both Susceptible and Infected wind up at non-zero steady-state values that reflect the new carrying capacity (10). Note in particular that this value is not 10 for either stock; it is about 50. Note also that the Infected peak has risen from roughly 17 to 90 due to the inflow of susceptible people.

For more information about the spread of infectious disease, read our blog post on Modeling H1N1 Flu Outbreak.

Exploring Limits to Growth in Population Dynamics

Another example occurs in population dynamics. The simple example shown below demonstrates the impact of a limit (click here to download this model).

The food available is a simple linear relationship that reduces available food as population increases. The death rate increases as the available food per member of the population falls. The behavior of this model is shown below.

While this shows the desired behavior, an exogenous limit (food available) enforced as the population grows, this model has no slack and no explicit carrying capacity. The lack of an explicit stock to model the slack in the system will result in an incorrect transient response (i.e., the system’s response to a change in its variables) when something happens that might require that slack, for example, a drought or a surge in the population due to immigration.

A more accurate and useful, though more complex, model appears below (and is available by clicking here).

Both the carrying capacity (replenishment) and the slack (Food Available) are explicitly modeled. The behavior is quite different:


There is now a proper transient response to an increase in the birth rate. The slack, Food Available, fuels growth in the Population until the slack is exhausted (relative to the carrying capacity), at which point the population collapses to its approximate equilibrium value – the value supported by the carrying capacity.

Next time, I will explore limits to growth in the context of business development models.

Categories: simulation, strategy

Risk-adjusted pricing strategies for the corporate loans business: do they really create value?

Tue, 24/11/2009 - 08:33
The corporate loans business of banks is often unprofitable. As it does not earn the cost of capital plus an additional profit margin, it is stigmatized as a value-destroyer. Two rather obvious reasons are low margins in combination with high competition. Bank managers have mainly reacted to this negative trend by implementing cost-cutting programmes and downsizing. While these actions helped to improve return on equity in the short run, the downside of these programmes has been a decline of earnings in the long run. Using the case of four major banks in Germany, our analysis shows a cyclical as well as a structural problem preventing these banks from creating value. Risk-adjusted pricing is one strategy intensely discussed in theory and practice to improve earnings. We test this strategy against a variety of scenarios using a formal model and find that risk-adjusted prices can indeed contribute to improved performance. Copyright © 2009 John Wiley & Sons, Ltd.
Categories: simulation, strategy

The 2008 System Dynamics Applications Award

Tue, 24/11/2009 - 08:31
No Abstract
Categories: simulation, strategy