<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>8020world Management Consulting &#187; Math</title>
	<atom:link href="http://8020world.com/tag/math/feed/" rel="self" type="application/rss+xml" />
	<link>http://8020world.com</link>
	<description>Game Theory &#124; Wargaming &#124; Strategy &#124; Modeling &#124; System Dynamics</description>
	<lastBuildDate>Fri, 27 Jan 2012 06:06:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Harmonic Averages</title>
		<link>http://8020world.com/2008/07/harmonic-averages/</link>
		<comments>http://8020world.com/2008/07/harmonic-averages/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 23:16:23 +0000</pubDate>
		<dc:creator>Juan-Carlos Méndez García</dc:creator>
				<category><![CDATA[Automotive]]></category>
		<category><![CDATA[Data analysis]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Average]]></category>
		<category><![CDATA[Fuel Consumption]]></category>
		<category><![CDATA[Harmonic]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[MPG]]></category>

		<guid isPermaLink="false">http://jcandkimmita.info/jc/2008/07/uncategorized/harmonic-averages/</guid>
		<description><![CDATA[This is a short note to talk about Harmonic Averages. Most people are familiar with Weighted Averages, as they are a valuable tool for aggregation. For instance, with the data below, the average profitability (~1735) can be easily calculated using &#8230; <a href="http://8020world.com/2008/07/harmonic-averages/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a short note to talk about <a href="http://en.wikipedia.org/wiki/Harmonic_mean">Harmonic Averages</a>.  Most people are familiar with Weighted Averages, as they are a valuable tool for aggregation.  For instance, with the data below, the average profitability (~1735) can be easily calculated using weighted averages.</p>
<p><img src="http://jcandkimmita.info/jc/wp-content/uploads/2008/07/table.png" width="302" height="101" /></p>
<p>Avg_Profit = (1000*1200 + 200*300 + 500*2500 + 10*600 + 100*300) / (1000 + 200 + 500 + 10 + 100)</p>
<p>or</p>
<p>Avg_Profit = SUMPRODUCT(UnitsSold,ProfitPerUnit)/SUM(UnitsSold)</p>
<p>I&#8217;m using Excel notation, and assuming it is clear from the context that UnitsSold is a range that covers the second column, for all models, etc.</p>
<p>A less known way of averaging are Harmonic Averages.  It is relevant when the data to aggregate is actually a ratio whose denominator is proportional to the weighting factor.  A typical case is miles per gallon (MPG) for a bunch of vehicles.  Gas consumption is directly proportional to the number of units.</p>
<p>Let&#8217;s add some MPG data to the table above.</p>
<p><img src="http://jcandkimmita.info/jc/wp-content/uploads/2008/07/table2.png" width="341" height="129" /></p>
<p>Using Weighted Averages for an inverse ratio like MPG is plain wrong (24.3 MPG is NOT the average fuel economy)</p>
<p>The right thing is to use Harmonic Average:</p>
<p>Harm_Avg_MPG = (1000 + 200 + 500 + 10 + 100) / (1000/22.5 + 200/15.0 + 500/32.0 + 10/12.0 + 100/24.0)</p>
<p>As Excel doesn&#8217;t have a similar function to SUMPRODUCT for adding 1000/22.5, 200/15.0, etc.  I will not use Excel notation, but plain math notation:</p>
<p><img src="http://jcandkimmita.info/jc/wp-content/uploads/2008/07/formulaha1.png" /><br />UPDATED formula</p>
<p>If you have to deal with <a href="http://en.wikipedia.org/wiki/Harmonic_mean">Harmonic Averages</a>, you may find interesting this note on how to do PivotTable Multidimensional Analysis with Harmonic Averages.  There&#8217;s a similar one for Weighted Averages as well.</p>
<p>Let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://8020world.com/2008/07/harmonic-averages/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>System dynamics interpretation of the logistic and Bass models</title>
		<link>http://8020world.com/2007/12/system-dynamics-interpretation-of-the-logistic-and-bass-models/</link>
		<comments>http://8020world.com/2007/12/system-dynamics-interpretation-of-the-logistic-and-bass-models/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 19:42:11 +0000</pubDate>
		<dc:creator>Juan-Carlos Méndez García</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Tools & methodologies]]></category>
		<category><![CDATA[forecast]]></category>
		<category><![CDATA[market adoption]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[modeling]]></category>
		<category><![CDATA[system dynamics]]></category>

		<guid isPermaLink="false">http://jcandkimmita.info/jc/2007/12/business/system-dynamics-interpretation-of-the-logistic-and-bass-models/</guid>
		<description><![CDATA[I have received a number of comments regarding the Simplified Excel Model for market adoption published a few months ago. Reader Vince asked how to extend the math behind it to comprehend effects like cross-segment interactions. There is no simple &#8230; <a href="http://8020world.com/2007/12/system-dynamics-interpretation-of-the-logistic-and-bass-models/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have received a number of comments regarding the <a href="http://jcandkimmita.info/jc/2007/04/business/modeling-market-adoption-in-excel-with-a-simplified-s-curve/trackback/">Simplified Excel Model for market adoption</a> published a few months ago.  <a href="http://jcandkimmita.info/jc/2007/07/excel/math-on-the-simplified-market-adoption-s-curve-for-excel/#comment-286">Reader Vince asked</a> how to extend <a href="http://jcandkimmita.info/jc/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/trackback/">the math behind it</a> to comprehend effects like cross-segment interactions.</p>
<p>There is no simple answer, and this post is an attempt to point readers to ways to think about what they want to model, as well as giving helpful resources for further study</p>
<p>In my opinion, one of the best approaches to understand market adoption is through <a href="http://www.systemdynamics.org/">system dynamics</a>.  One of the advantages of the methodology is that it allows you to conceptually link business effects and relationships to the equations.  I touched on this issue on <a href="http://jcandkimmita.info/jc/2007/07/business/relationship-between-the-bass-and-the-logistic-market-adoption-models/trackback/">on a previous entry</a>, and here I will try to explain further.
</p>
<p>The logistic equation (shown below) is a commonly used way to model market adoption.</p>
<p><img src='http://jcandkimmita.info/jc/wp-content/uploads/2007/07/sigmoidformula.png' alt='Sigmoid Formula' /></p>
<p><img src='http://jcandkimmita.info/jc/wp-content/uploads/2007/07/sigmoid.thumbnail.png' alt='Sigmoid math' /></p>
<p>From a <a href="http://en.wikipedia.org/wiki/System_dynamics">System Dynamics</a> perspective, the logistic model can be explained looking at the following model (<a href='http://jcandkimmita.info/jc/wp-content/uploads/2007/12/picture-1.png' title='Basic logistic model'>click for full size</a>): The boxes, called &#8220;stocks&#8221; in SD terminology, represent an accumulated quantity over time.  One way to think of stocks is a bathtub.  The amount of water in the tub is the accumulation over time of how much water you added through the faucets, less how much water you let out through the drain.</p>
<p><a href='http://jcandkimmita.info/jc/wp-content/uploads/2007/12/picture-1.png' title='Basic logistic model'><img src='http://jcandkimmita.info/jc/wp-content/uploads/2007/12/picture-1.thumbnail.png' alt='Basic logistic model' /></a></p>
<p>On the model, there are two stocks: how many potential adopters are out there (left side) and how many adopters are (right side).  The pipe that connects the boxes is called a &#8220;flow&#8221;, and it shows a valve, whose value represents how fast potential adopters turn into actual adopters (thus we call it Adoption Rate).  Again, in the bath tub analogy, we can think of the value of the flow as how open or closed the faucet is.
</p>
<p>Adoption rate depends on how big the population is (the larger the population, the larger the adoption rate), how much the adopters interact with potential adopters (creating the &#8220;word of mouth&#8221; benefits), etc.</p>
<p>As stocks are accumulations of whatever flows in minus what flows out, from a mathematical perspective, the value of a stock is calculated integrating over time the values of the net flow.  On the logistic model, the arrow that links the stock and the adoption rate flow means that the flow changes proportionally to the stock &#8211; i.e. if I have more potential adopters, there are more possibilities for contagion, when a user talks favorably to a potential user about the product.  The net result is an exponential behavior, which, after some mathematical reduction, is represented by the formula above.</p>
<p>If I want to explain a business audience some market adoption dynamic, it possible to do it talking in terms of stocks and flows (once the audience is comfortable with these terms).  It&#8217;s almost a guaranteed failure if I try to explain it by using a mathematical formula with exponentials and integrals <img src="http://assets.8020world.com/wp-includes/images/smilies/icon_smile.gif?84cd58" alt=':)' class='wp-smiley' /> </p>
<p>The <a href="http://en.wikipedia.org/wiki/Bass_model">Bass model</a> addresses one limitation of the simple logistic model, regarding how the system &#8220;gets started&#8221;: with no adopters, there is no chance for interactions, so there is no inflow to the adopters stock.  It does it through the use of an external force, like advertising.</p>
<p>Below is a Systems Dynamics interpretation of the Bass model.  As you can see, the only difference is that now the Adoption Rate is the addition of two elements, adoption rate from advertising and adoption rate from word of mouth.  The latter is exactly the same as the AR in the logistic model.</p>
<p><a href='http://jcandkimmita.info/jc/wp-content/uploads/2007/12/picture-3.png' title='Bass model'><img src='http://jcandkimmita.info/jc/wp-content/uploads/2007/12/picture-3.thumbnail.png' alt='Bass model' /></a></p>
<p>Returning to <a href="http://jcandkimmita.info/jc/2007/07/excel/math-on-the-simplified-market-adoption-s-curve-for-excel/#comment-286">Reader Vince&#8217;s specific question</a> on how to extend the logistic or Bass models to comprehend effects like cross-segment interactions, I would frame it like this:</p>
<ul>
<li><b>Identify the most important cross-segment interactions</b> &#8211; How much &#8220;cross-shopping&#8221; exists between the segments?  (using data like second choice selection); are there characteristics of the upper segment that consumers will translate into the lower segment favorably/unfavorably? consumers replace their vehicles within segment or they try to go up segment? etc.</li>
<li><b>Incorporate the key cross-segment interactions on the model</b> &#8211; They will most likely affect the Adoption Rate.  It also may be necessary to model another stock or stocks (Upper Segment Adopters and Lower Segment Adopters, for instance)</li>
<li><b>Check sensitivity of cross-segment assumptions</b> &#8211; Understand how different the results are when the cross-segment assumptions are considered versus when they are not.  What are the assumptions that most impact the results?  A <a href="http://jcandkimmita.info/jc/2007/02/business/easy-creation-of-tornado-charts-in-excel-5-steps-no-add-ins/trackback/">tornado diagram, as discussed in a previous entry</a>, may provide a good way to show the sensitivity to the assumptions</li>
</ul>
<p>As more dynamic effects are considered for inclusion in a model, it is better to move from a tool like Excel to something like Vensim, or iThink.  Chapter 9 of <a href="http://www.amazon.com/Business-Dynamics-Systems-Thinking-Modeling/dp/007238915X">John Sterman&#8217;s excellent book &#8220;Business Dynamics&#8221;</a> talks about both the logistic and Bass models as shown here, and expands on ideas on how to extend them. </p>
<p><img src="http://ecx.images-amazon.com/images/I/51EZCPWEF5L._AA240_.jpg" alt="Business Dynamics Book" /></p>
<p />
<hr />
<p>Here are some other very good references on the topic</p>
<ul>
<li><strong>Forrester, J. W. 1980. Information Sources for Modeling the National<br />
    Economy. Journal of the American Statistical Association 75 (371)</strong>:<br />
    555-574.<br />Argues that modeling the dynamics of firms, industries, or the economy requires use of multiple data sources, not just numerical data and statistical techniques. Stresses the role of the mental and descriptive data base; emphasizes the need for first-hand field study of decision making.</li>
<li><strong>Legasto, A. A., Jr., J. W. Forrester &amp; J. M. Lyneis, eds. 1980. System Dynamics. TIMS Studies in the Management Sciences. Vol. 14.</strong> Amsterdam:<br />
    North-Holland.<br />Collection of papers focused on methodology. Includes Forrester and Senge on Tests for Building Confidence in System Dynamics Models and Gardiner &amp; Ford&#8217;s discussion on Which Policy Run is Best, and Who Says So?</li>
<li><strong>Randers, J., ed. 1980. Elements of the System Dynamics Method.</strong><br />
    Cambridge MA: Productivity Press. Includes Mass on Stock and Flow Variables and the Dynamics of Supply and Demand; Mass &amp; Senge on Alternative Tests for Selecting Model Variables; and Randers&#8217; very useful Guidelines for Model Conceptualization.</li>
<li>R<strong>ichardson, G. P., and A. L. Pugh, III. 1981. Introduction to System Dynamics Modeling with DYNAMO</strong>. Cambridge MA: Productivity Press.<br />Introductory text with excellent treatment of conceptualization,<br />
    stocks and flows, formulation, and analysis. A good way to learn the<br />
    DYNAMO simulation language as well.</li>
<li>Morecroft, J. D. W. 1982. A Critical Review of Diagramming Tools for<br />
    Conceptualizing Feedback System Models. Dynamica 8 (part 1): 20-29.</li>
<li>Critiques causal-loop diagrams and proposes subsystem and policy<br />
    structure diagrams as superior tools for representing the structure of<br />
    decisions in feedback models.</li>
<li>Roberts, N., D. F. Andersen, R. M. Deal, M. S. Grant, &amp; W. A. Shaffer.<br />
    1983. Introduction to Computer Simulation: A System Dynamics Modeling<br />
    Approach. Reading MA: Addison-Wesley.</li>
<li>Easy-to-understand introductory text, complete with exercises.</li>
<li>Homer, J. B. 1983. Partial-Model Testing As A Validation Tool for<br />
    System Dynamics. In International System Dynamics Conference: 920-932</li>
<li>How model validity can be improved through partial model testing when<br />
    data for the full model are lacking.</li>
<li>Sterman, J. D. 1984. Appropriate Summary Statistics for Evaluating the<br />
    Historical Fit of System Dynamics Models. Dynamica 10 (2): 51-66.</li>
<li>Describes the use of rigorous statistical tools for establishing model<br />
    validity. Shows how Theil statistics can be used to assess<br />
    goodness-of-fit in dynamic models.</li>
<li>Forrester, J. W. 1985. &#8216;The&#8217; Model Versus a Modeling &#8216;Process&#8217;. System<br />
    Dynamics Review 1 (1): 133-134.</li>
<li>The value of a model lies not in its predictive ability alone but<br />
    primarily in the learning generated during the modeling process.</li>
<li>Richardson, G. P. 1986. Problems with Causal-Loop Diagrams. System<br />
    Dynamics Review 2 (2 ): 158-170.</li>
<li>Causal-loop diagrams cannot show stock-and-flow structure explicitly<br />
    and can obscure important dynamics. Offers guidelines for proper use<br />
    and interpretation of CLDs.</li>
<li>Forrester, J. W. 1987. Fourteen &#8216;Obvious Truths&#8217;. System Dynamics<br />
    Review 3 (2): 156-159.</li>
<li>The core of the system dynamics paradigm, as seen by the founder of the field.</li>
<li>Forrester, J. W. 1987. Nonlinearity in High-Order Models of Social<br />
    Systems. European Journal of Operational Research 30 (2): 104-109.</li>
<li>Nonlinearity is pervasive, unavoidable, and essential to the<br />
    functioning of natural and human systems. Modeling methods must<br />
    embrace nonlinearity to yield realistic and useful models. Linear and<br />
    nearly-linear methods are likely to obscure understanding or lead to<br />
    erroneous conclusions.</li>
<li>Barlas, Y. 1989. Multiple Tests for Validation of System Dynamics Type<br />
    of Simulation Models. European Journal of Operational Research 42 (1):<br />
    59-87.</li>
<li>Discusses a variety of tests to validate SD models, including<br />
    structural and statistical tests.</li>
<li>Barlas, Y., &amp; S. Carpenter. 1990. Philosophical Roots of Model<br />
    Validation: Two Paradigms. System Dynamics Review 6 (2): 148-166.</li>
<li>Contrasts the system dynamics approach to validity with the<br />
    traditional, logical empiricist view of science. Finds that the<br />
    relativist philosophy is consistent with SD and discusses the<br />
    practical implications for modelers and their critics.</li>
<li>Wolstenholme, E. F. 1990. System Enquiry &#8211; A System Dynamics Approach.<br />
    Chichester: John Wiley.</li>
<li>Describes a research methodology for building a system dynamics<br />
    analysis. Emphasizes causal-loop diagramming, mapping of mental<br />
    models, and other tools for qualitative system dynamics.</li>
<li>Mass, N. 1991. Diagnosing Surprise Model Behavior: A Tool For Evolving<br />
    Behavioral And Policy Insights (written in 1981). System Dynamics<br />
    Review 7 (1): 68-86.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://8020world.com/2007/12/system-dynamics-interpretation-of-the-logistic-and-bass-models/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Relationship between the Bass and the logistic market adoption models</title>
		<link>http://8020world.com/2007/07/relationship-between-the-bass-and-the-logistic-market-adoption-models/</link>
		<comments>http://8020world.com/2007/07/relationship-between-the-bass-and-the-logistic-market-adoption-models/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 03:09:24 +0000</pubDate>
		<dc:creator>Juan-Carlos Méndez García</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Tools & methodologies]]></category>
		<category><![CDATA[logistic]]></category>
		<category><![CDATA[market adoption]]></category>
		<category><![CDATA[Math]]></category>

		<guid isPermaLink="false">http://jcandkimmita.info/jc/2007/07/business/relationship-between-the-bass-and-the-logistic-market-adoption-models/</guid>
		<description><![CDATA[The simplified market adoption model I described on previous postings (1,2) is an Excel implementation of a kind of logistic function. The Bass model is one of the most popular models used in marketing, and management of technology to think &#8230; <a href="http://8020world.com/2007/07/relationship-between-the-bass-and-the-logistic-market-adoption-models/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The simplified market adoption model I described on previous postings (<a href="http://jcandkimmita.info/jc/2007/04/excel/modeling-market-adoption-in-excel-with-a-simplified-s-curve/">1</a>,<a href="http://jcandkimmita.info/jc/2007/07/excel/math-on-the-simplified-market-adoption-s-curve-for-excel/">2</a>) is an Excel implementation of a kind of logistic function.  The Bass model is one of the most popular models used in marketing, and management of technology to think about product introductions.  (See <a href="http://en.wikipedia.org/w/index.php?title=Bass_diffusion_model&#038;redirect=no">Wikipedia article</a>).  From a mathematical perspective, when the parameter p is 0, the Bass model reduces to the logistic function.</p>
<p>What is most interesting, from a business perspective, is how you arrive to each of those functions by modeling real-world interactions.  On both models, you can conceptualize the world as two different pools of people (or stocks, in the system dynamics terminology).  One is the pool of potential adopters, and the other is the pool of adopters.  The flow between these two pools is controlled by the adoption rate, a variable that models how probable is that a potential adopter becomes &#8220;infected&#8221; by a current adopter.  On the logistic model, it depends solely on how much they interact, how big the total population is, and how &#8220;contagious&#8221; the product is.  On the Bass model, an additional parameter accounts for external factors, the most common being advertising.  The Bass model overcomes what is called the startup problem of the logistic model: how a initial base of zero adopters can spread &#8220;infection&#8221; of the product.</p>
<p>There are more refinements that can be done to the Bass model: accounting for changes in the total population over time, learning and experience curves, etc.  For projects where the sensitivity of the model to these factors is high, I definitely recommend to spend more time calibrating your model, understanding which of the different available curves fits better any data you may have, and most critical of all, whether the chosen coefficients for any of the functions have strong impacts on the critical business issues you want to model &#8212; capacity planning, pricing, profitability, etc.</p>
<p>For many projects like business plans, revenue projections, etc. I&#8217;m willing to sacrifice the ability to fine tune parameters in a model like the BDM for the clarity provided by a model like the Excel logistic function I described.  I can generate more tangible conversations with executives by discussing what they believe will be the takeover time, when they believe it will be the start of the fast growth, how much share they believe will be reached in steady state, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://8020world.com/2007/07/relationship-between-the-bass-and-the-logistic-market-adoption-models/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Object Caching 397/483 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: assets.8020world.com

Served from: 8020world.com @ 2012-02-09 13:41:19 -->
