<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Math on the simplified market adoption s-curve for Excel</title>
	<atom:link href="http://8020world.com/jcmendez/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://8020world.com/jcmendez/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/</link>
	<description>My thoughts on business, technology and everything else</description>
	<lastBuildDate>Tue, 25 May 2010 21:50:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Juan Carlos Méndez-García</title>
		<link>http://8020world.com/jcmendez/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/comment-page-1/#comment-378</link>
		<dc:creator>Juan Carlos Méndez-García</dc:creator>
		<pubDate>Thu, 20 Nov 2008 05:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://jcandkimmita.info/jc/2007/07/excel/math-on-the-simplified-market-adoption-s-curve-for-excel/#comment-378</guid>
		<description>Jaimin - Apologize for the delay responding - I&#039;ve been swamped with work.  Could you please elaborate on your comment?  Take a look at http://www.lieb.com/NEWS22/2nd.htm
Is that along the lines you need?</description>
		<content:encoded><![CDATA[<p>Jaimin &#8211; Apologize for the delay responding &#8211; I&#8217;ve been swamped with work.  Could you please elaborate on your comment?  Take a look at <a href="http://www.lieb.com/NEWS22/2nd.htm" rel="nofollow">http://www.lieb.com/NEWS22/2nd.htm</a><br />
Is that along the lines you need?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaimin Mahadevia</title>
		<link>http://8020world.com/jcmendez/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/comment-page-1/#comment-376</link>
		<dc:creator>Jaimin Mahadevia</dc:creator>
		<pubDate>Mon, 17 Nov 2008 19:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://jcandkimmita.info/jc/2007/07/excel/math-on-the-simplified-market-adoption-s-curve-for-excel/#comment-376</guid>
		<description>Anyone have a macro for the &quot;broken stick rule&quot; which describes impact of order of entry.</description>
		<content:encoded><![CDATA[<p>Anyone have a macro for the &#8220;broken stick rule&#8221; which describes impact of order of entry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Carlos Méndez-García</title>
		<link>http://8020world.com/jcmendez/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/comment-page-1/#comment-346</link>
		<dc:creator>Juan Carlos Méndez-García</dc:creator>
		<pubDate>Thu, 24 Jul 2008 06:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://jcandkimmita.info/jc/2007/07/excel/math-on-the-simplified-market-adoption-s-curve-for-excel/#comment-346</guid>
		<description>@Edward - I have trouble understanding your problem description.
&quot;during the life of the project, it is estimated to use 45GB of space&quot; -- Are you going to add data each month data[m] so SUM(data[m] for m=1..24) ~= 45GB, right?
Then, Growth is NOT =f(m) as you tried.

If I understand correctly, total_data[m] = f(m), where f is my formula with parameters saturation=45 [GB], hypergrowth=4, takeover=14.

It is somewhat counter intuitive to define takeover in terms of a takeover_rate applied over a growth table.  takeover is simply an assessment of when you believe the technology is &quot;mature&quot; or &quot;quite adopted&quot;.

With that you would have an S-shaped curve that grows from 0GB to ~45GB by month 24.

The rest of your variables, you would derive backwards, and it would be something like
data[m]=growth[m]=total_data[m]-total_data[m-1] assuming total_data[0]=0
growth_pct[m]=growth[m]/total_data[m] if I define growth_pct as the percentage by which the data grows each month versus the accumulated data.  Other ways to define growth (month over month, etc) can be also derived backwards very easily.

However, that doesn&#039;t jive with your other statements &quot;What I need, is the month Growth total never to exceed estimated total size (45GB) and total Growth % to equal 100%. Make sense?&quot;

Nope.  I&#039;m confused.

Is 45GB then the maximum allowable growth for a month?  That would be described as follows:
For any i in 1..24  data[i]&lt;=45GB, which is quite different from SUM(data[m] for m=1..24) ~= 45GB

With that formulation, it explains that you got ~151GB for total space.

Two more questions...
&quot;total Growth % to equal 100%&quot;... at which month?
Why you chose saturation = 25%

Hope it helps.  I would recommend to check http://en.wikipedia.org/wiki/System_dynamics to help you clarify which variables you want to model as &quot;stocks&quot; and which ones are &quot;flows&quot;</description>
		<content:encoded><![CDATA[<p>@Edward &#8211; I have trouble understanding your problem description.<br />
&#8220;during the life of the project, it is estimated to use 45GB of space&#8221; &#8212; Are you going to add data each month data[m] so SUM(data[m] for m=1..24) ~= 45GB, right?<br />
Then, Growth is NOT =f(m) as you tried.</p>
<p>If I understand correctly, total_data[m] = f(m), where f is my formula with parameters saturation=45 [GB], hypergrowth=4, takeover=14.</p>
<p>It is somewhat counter intuitive to define takeover in terms of a takeover_rate applied over a growth table.  takeover is simply an assessment of when you believe the technology is &#8220;mature&#8221; or &#8220;quite adopted&#8221;.</p>
<p>With that you would have an S-shaped curve that grows from 0GB to ~45GB by month 24.</p>
<p>The rest of your variables, you would derive backwards, and it would be something like<br />
data[m]=growth[m]=total_data[m]-total_data[m-1] assuming total_data[0]=0<br />
growth_pct[m]=growth[m]/total_data[m] if I define growth_pct as the percentage by which the data grows each month versus the accumulated data.  Other ways to define growth (month over month, etc) can be also derived backwards very easily.</p>
<p>However, that doesn&#8217;t jive with your other statements &#8220;What I need, is the month Growth total never to exceed estimated total size (45GB) and total Growth % to equal 100%. Make sense?&#8221;</p>
<p>Nope.  I&#8217;m confused.</p>
<p>Is 45GB then the maximum allowable growth for a month?  That would be described as follows:<br />
For any i in 1..24  data[i]< =45GB, which is quite different from SUM(data[m] for m=1..24) ~= 45GB</p>
<p>With that formulation, it explains that you got ~151GB for total space.</p>
<p>Two more questions...<br />
"total Growth % to equal 100%"... at which month?<br />
Why you chose saturation = 25%</p>
<p>Hope it helps.  I would recommend to check <a href="http://en.wikipedia.org/wiki/System_dynamics" rel="nofollow">http://en.wikipedia.org/wiki/System_dynamics to help you clarify which variables you want to model as &#8220;stocks&#8221; and which ones are &#8220;flows&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward</title>
		<link>http://8020world.com/jcmendez/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/comment-page-1/#comment-345</link>
		<dc:creator>Edward</dc:creator>
		<pubDate>Mon, 21 Jul 2008 18:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://jcandkimmita.info/jc/2007/07/excel/math-on-the-simplified-market-adoption-s-curve-for-excel/#comment-345</guid>
		<description>Thanks a lot... I worked on the formula over the weekend and figured it out.  

However, I&#039;m now having one other problem... hope you don&#039;t mind looking at.
------------------------
Let&#039;s say you have a project starting on 1/1/07 and during the life of the project, it is estimated to use 45GB of space.  I want to calculate monthly growth and track total growth.  My table has 3 columns (Month, Growth, % Growth).  Month should be 1 - 23, Growth = % * Data_Volume, and % Growth = f(month). 

I&#039;ve tried several different things:
1.  Calculating % Growth = f(month) - ends up getting 151GB &amp; 335% for total space.
2.  Calcuating % Growth = current f(month) - prior f(month) - now get 11GB and 24% for total space.

What I need, is the month Growth total never to exceed estimated total size (45GB) and total Growth % to equal 100%.  Make sense?

Thanks for all your help.

Conditions:
1.  Base_month = 1
2.  # of Project Months = 24
3.  Saturation = 25%
4.  Hypergrowth = 4 (=ROUND(takeover*0.3,0))
5.  Taekover = 14 (=ROUND((MAX(Monthly_Growth_Table[Month])*takeover_rate),0))
6.  takeover_rate = 60%
7. Data_Volume = 45GB</description>
		<content:encoded><![CDATA[<p>Thanks a lot&#8230; I worked on the formula over the weekend and figured it out.  </p>
<p>However, I&#8217;m now having one other problem&#8230; hope you don&#8217;t mind looking at.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Let&#8217;s say you have a project starting on 1/1/07 and during the life of the project, it is estimated to use 45GB of space.  I want to calculate monthly growth and track total growth.  My table has 3 columns (Month, Growth, % Growth).  Month should be 1 &#8211; 23, Growth = % * Data_Volume, and % Growth = f(month). </p>
<p>I&#8217;ve tried several different things:<br />
1.  Calculating % Growth = f(month) &#8211; ends up getting 151GB &amp; 335% for total space.<br />
2.  Calcuating % Growth = current f(month) &#8211; prior f(month) &#8211; now get 11GB and 24% for total space.</p>
<p>What I need, is the month Growth total never to exceed estimated total size (45GB) and total Growth % to equal 100%.  Make sense?</p>
<p>Thanks for all your help.</p>
<p>Conditions:<br />
1.  Base_month = 1<br />
2.  # of Project Months = 24<br />
3.  Saturation = 25%<br />
4.  Hypergrowth = 4 (=ROUND(takeover*0.3,0))<br />
5.  Taekover = 14 (=ROUND((MAX(Monthly_Growth_Table[Month])*takeover_rate),0))<br />
6.  takeover_rate = 60%<br />
7. Data_Volume = 45GB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Carlos Méndez-García</title>
		<link>http://8020world.com/jcmendez/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/comment-page-1/#comment-340</link>
		<dc:creator>Juan Carlos Méndez-García</dc:creator>
		<pubDate>Fri, 18 Jul 2008 05:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://jcandkimmita.info/jc/2007/07/excel/math-on-the-simplified-market-adoption-s-curve-for-excel/#comment-340</guid>
		<description>@Edward
The model works regardless the time units, as long as everything is consistent.  Let&#039;s say saturation is 25,  hypergrowth is month 8,  and takeover is month 28.  So when you use the same formula
f(month)=saturation/(1 + 81^((hypergrowth + takeover/2 - month)/takeover))
you would have for different months
&lt;code&gt;
&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Month&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;&lt;strong&gt;  f(Month)&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;5&lt;/td&gt;&lt;td&gt;1.62&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;10&lt;/td&gt;&lt;td&gt;3.30&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;15&lt;/td&gt;&lt;td&gt;6.25&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;20&lt;/td&gt;&lt;td&gt;10.55&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;25&lt;/td&gt;&lt;td&gt;15.39&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;30&lt;/td&gt;&lt;td&gt;19.46&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;35&lt;/td&gt;&lt;td&gt;22.12&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Edward<br />
The model works regardless the time units, as long as everything is consistent.  Let&#8217;s say saturation is 25,  hypergrowth is month 8,  and takeover is month 28.  So when you use the same formula<br />
f(month)=saturation/(1 + 81^((hypergrowth + takeover/2 &#8211; month)/takeover))<br />
you would have for different months<br />
<code></p>
<table>
<tr>
<td><strong>Month</strong></td>
<td><strong>  f(Month)</strong></td>
</tr>
<tr>
<td>5</td>
<td>1.62</td>
</tr>
<tr>
<td>10</td>
<td>3.30</td>
</tr>
<tr>
<td>15</td>
<td>6.25</td>
</tr>
<tr>
<td>20</td>
<td>10.55</td>
</tr>
<tr>
<td>25</td>
<td>15.39</td>
</tr>
<tr>
<td>30</td>
<td>19.46</td>
</tr>
<tr>
<td>35</td>
<td>22.12</td>
</tr>
</table>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward</title>
		<link>http://8020world.com/jcmendez/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/comment-page-1/#comment-339</link>
		<dc:creator>Edward</dc:creator>
		<pubDate>Thu, 17 Jul 2008 19:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://jcandkimmita.info/jc/2007/07/excel/math-on-the-simplified-market-adoption-s-curve-for-excel/#comment-339</guid>
		<description>Juan,

Your example shows in years.  However, I need to do my calculations in months, tried to convert, but doesn&#039;t work correct.  Any suggestions?</description>
		<content:encoded><![CDATA[<p>Juan,</p>
<p>Your example shows in years.  However, I need to do my calculations in months, tried to convert, but doesn&#8217;t work correct.  Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan C. Mendez&#8217;s pages &#187; Blog Archive &#187; System dynamics interpretation of the logistic and Bass models</title>
		<link>http://8020world.com/jcmendez/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/comment-page-1/#comment-289</link>
		<dc:creator>Juan C. Mendez&#8217;s pages &#187; Blog Archive &#187; System dynamics interpretation of the logistic and Bass models</dc:creator>
		<pubDate>Fri, 21 Dec 2007 20:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://jcandkimmita.info/jc/2007/07/excel/math-on-the-simplified-market-adoption-s-curve-for-excel/#comment-289</guid>
		<description>[...] regarding the Simplified Excel Model for market adoption that I published a few months ago. Reader Vince asked how to extend the math behind it to comprehend effects like cross-segment [...]</description>
		<content:encoded><![CDATA[<p>[...] regarding the Simplified Excel Model for market adoption that I published a few months ago. Reader Vince asked how to extend the math behind it to comprehend effects like cross-segment [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vince</title>
		<link>http://8020world.com/jcmendez/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/comment-page-1/#comment-286</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Thu, 20 Dec 2007 14:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://jcandkimmita.info/jc/2007/07/excel/math-on-the-simplified-market-adoption-s-curve-for-excel/#comment-286</guid>
		<description>Juan,

I was wondering if there is a way to develop a Bass Model to predict how a technology cascades (technology spillover) from one segment to another segment within a given industry.  For example, how a technology cascades from a luxury segment to a compact segment within the automotive industry.</description>
		<content:encoded><![CDATA[<p>Juan,</p>
<p>I was wondering if there is a way to develop a Bass Model to predict how a technology cascades (technology spillover) from one segment to another segment within a given industry.  For example, how a technology cascades from a luxury segment to a compact segment within the automotive industry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan C. Mendez</title>
		<link>http://8020world.com/jcmendez/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/comment-page-1/#comment-250</link>
		<dc:creator>Juan C. Mendez</dc:creator>
		<pubDate>Thu, 01 Nov 2007 03:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://jcandkimmita.info/jc/2007/07/excel/math-on-the-simplified-market-adoption-s-curve-for-excel/#comment-250</guid>
		<description>I just posted &lt;a href=&quot;http://jcandkimmita.info/jc/wp-content/uploads/2007/10/scurvedemo.html&quot; rel=&quot;nofollow&quot;&gt;a screencast&lt;/a&gt; that should help with using the model</description>
		<content:encoded><![CDATA[<p>I just posted <a href="http://jcandkimmita.info/jc/wp-content/uploads/2007/10/scurvedemo.html" rel="nofollow">a screencast</a> that should help with using the model</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan C. Mendez</title>
		<link>http://8020world.com/jcmendez/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/comment-page-1/#comment-174</link>
		<dc:creator>Juan C. Mendez</dc:creator>
		<pubDate>Tue, 31 Jul 2007 03:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://jcandkimmita.info/jc/2007/07/excel/math-on-the-simplified-market-adoption-s-curve-for-excel/#comment-174</guid>
		<description>Bob - Thanks for your comment.  I just posted an entry that addresses your question.  http://jcandkimmita.info/jc/2007/07/business/relationship-between-the-bass-and-the-logistic-market-adoption-models/.</description>
		<content:encoded><![CDATA[<p>Bob &#8211; Thanks for your comment.  I just posted an entry that addresses your question.  <a href="http://jcandkimmita.info/jc/2007/07/business/relationship-between-the-bass-and-the-logistic-market-adoption-models/" rel="nofollow">http://jcandkimmita.info/jc/2007/07/business/relationship-between-the-bass-and-the-logistic-market-adoption-models/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://8020world.com/jcmendez/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/comment-page-1/#comment-172</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 31 Jul 2007 00:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://jcandkimmita.info/jc/2007/07/excel/math-on-the-simplified-market-adoption-s-curve-for-excel/#comment-172</guid>
		<description>Very interesting.  How does this relate to the Bass diffusion model?   ( http://en.wikipedia.org/wiki/Bass_diffusion_model ).  I suppose I could examine the formulas to find out, but thought you might have already looked into this?</description>
		<content:encoded><![CDATA[<p>Very interesting.  How does this relate to the Bass diffusion model?   ( <a href="http://en.wikipedia.org/wiki/Bass_diffusion_model" rel="nofollow">http://en.wikipedia.org/wiki/Bass_diffusion_model</a> ).  I suppose I could examine the formulas to find out, but thought you might have already looked into this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan C. Mendez&#8217;s pages &#187; Blog Archive &#187; Modeling market adoption in Excel with a simplified s-curve</title>
		<link>http://8020world.com/jcmendez/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/comment-page-1/#comment-156</link>
		<dc:creator>Juan C. Mendez&#8217;s pages &#187; Blog Archive &#187; Modeling market adoption in Excel with a simplified s-curve</dc:creator>
		<pubDate>Sat, 07 Jul 2007 03:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://jcandkimmita.info/jc/2007/07/excel/math-on-the-simplified-market-adoption-s-curve-for-excel/#comment-156</guid>
		<description>[...] is a simple implementation in Excel that can be easily added to your spreadsheets. It reduces all the math to just three [...]</description>
		<content:encoded><![CDATA[<p>[...] is a simple implementation in Excel that can be easily added to your spreadsheets. It reduces all the math to just three [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
