<?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"
	>
<channel>
	<title>Comments for Juan Carlos Méndez-García</title>
	<atom:link href="http://jcandkimmita.info/jc/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jcandkimmita.info/jc</link>
	<description>My thoughts on business, technology and everything else</description>
	<pubDate>Wed, 20 Aug 2008 16:36:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on El Juego de la Cerveza - Systems Dynamics by Vibeke</title>
		<link>http://jcandkimmita.info/jc/2008/07/business/el-juego-de-la-cerveza-systems-dynamics/#comment-351</link>
		<dc:creator>Vibeke</dc:creator>
		<pubDate>Thu, 14 Aug 2008 16:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://jcandkimmita.info/jc/2008/07/uncategorized/el-juego-de-la-cerveza-systems-dynamics/#comment-351</guid>
		<description>Hello,
Great material, but do you have it in English ?

Kind regards,
Vibeke (Norway)</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Great material, but do you have it in English ?</p>
<p>Kind regards,<br />
Vibeke (Norway)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wireless access on my Macbook Pro by Juan Carlos Méndez-García &#187; Blog Archive &#187; Connecting Mac OS X to the net through a Treo 680 GPRS</title>
		<link>http://jcandkimmita.info/jc/2007/06/geeky-stuff/apple/wireless-access-on-my-macbook-pro/#comment-348</link>
		<dc:creator>Juan Carlos Méndez-García &#187; Blog Archive &#187; Connecting Mac OS X to the net through a Treo 680 GPRS</dc:creator>
		<pubDate>Fri, 01 Aug 2008 10:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://jcandkimmita.info/jc/2007/06/geeky-stuff/apple/wireless-access-on-my-macbook-pro/#comment-348</guid>
		<description>[...] Click on Advanced. In my case, the Treo worked fine with the Generic script as shown below. If not, find out what works for your phone. For instance, for a RAZR V3xx I used in the US, Ross Barkman&#8217;s scripts worked well, as mentioned in a post some time ago. [...]</description>
		<content:encoded><![CDATA[<p>[...] Click on Advanced. In my case, the Treo worked fine with the Generic script as shown below. If not, find out what works for your phone. For instance, for a RAZR V3xx I used in the US, Ross Barkman&#8217;s scripts worked well, as mentioned in a post some time ago. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Modeling market adoption in Excel with a simplified s-curve by Debbie</title>
		<link>http://jcandkimmita.info/jc/2007/04/business/modeling-market-adoption-in-excel-with-a-simplified-s-curve/#comment-347</link>
		<dc:creator>Debbie</dc:creator>
		<pubDate>Thu, 24 Jul 2008 13:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://jcandkimmita.info/jc/2007/04/business/modeling-market-adoption-in-excel-with-a-simplified-s-curve/#comment-347</guid>
		<description>Hi Juan,
Thanks for providing this example. It's very useful! What I would like to do, however, is to find the gradients of the S-Curve at any desired point. How would I find that using excel, after my Curve has been created?
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Juan,<br />
Thanks for providing this example. It&#8217;s very useful! What I would like to do, however, is to find the gradients of the S-Curve at any desired point. How would I find that using excel, after my Curve has been created?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Math on the simplified market adoption s-curve for Excel by Juan Carlos Méndez-García</title>
		<link>http://jcandkimmita.info/jc/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/#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.
"during the life of the project, it is estimated to use 45GB of space" -- 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 "mature" or "quite adopted".

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't jive with your other statements "What I need, is the month Growth total never to exceed estimated total size (45GB) and total Growth % to equal 100%. Make sense?"

Nope.  I'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...
"total Growth % to equal 100%"... 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 "stocks" and which ones are "flows"</description>
		<content:encoded><![CDATA[<p>@Edward - 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>Comment on Math on the simplified market adoption s-curve for Excel by Edward</title>
		<link>http://jcandkimmita.info/jc/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/#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'm now having one other problem... hope you don't mind looking at.
------------------------
Let'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've tried several different things:
1.  Calculating % Growth = f(month) - ends up getting 151GB &#38; 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 - 23, Growth = % * Data_Volume, and % Growth = f(month). </p>
<p>I&#8217;ve tried several different things:<br />
1.  Calculating % Growth = f(month) - ends up getting 151GB &amp; 335% for total space.<br />
2.  Calcuating % Growth = current f(month) - prior f(month) - 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>Comment on Harmonic Averages by Juan Carlos Méndez-García</title>
		<link>http://jcandkimmita.info/jc/2008/07/data-analysis/harmonic-averages/#comment-343</link>
		<dc:creator>Juan Carlos Méndez-García</dc:creator>
		<pubDate>Fri, 18 Jul 2008 10:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://jcandkimmita.info/jc/2008/07/uncategorized/harmonic-averages/#comment-343</guid>
		<description>More harmonic average examples on http://www.nerdblog.com/2008/01/harmonic-mean-mpg-standards.html</description>
		<content:encoded><![CDATA[<p>More harmonic average examples on <a href="http://www.nerdblog.com/2008/01/harmonic-mean-mpg-standards.html" rel="nofollow">http://www.nerdblog.com/2008/01/harmonic-mean-mpg-standards.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gearing up for summer classes in Colombia by Juan Carlos Méndez-García &#187; Blog Archive &#187; El Juego de la Cerveza - Systems Dynamics</title>
		<link>http://jcandkimmita.info/jc/2008/06/business/gearing-up-for-summer-classes-in-colombia/#comment-342</link>
		<dc:creator>Juan Carlos Méndez-García &#187; Blog Archive &#187; El Juego de la Cerveza - Systems Dynamics</dc:creator>
		<pubDate>Fri, 18 Jul 2008 10:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://jcandkimmita.info/jc/2008/06/uncategorized/gearing-up-for-summer-classes-in-colombia/#comment-342</guid>
		<description>[...] of the activities conducted during the System Dynamics class in Colombia was the Beer Game - El Juego de la [...]</description>
		<content:encoded><![CDATA[<p>[...] of the activities conducted during the System Dynamics class in Colombia was the Beer Game - El Juego de la [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Harmonic Averages by Juan Carlos Méndez-García</title>
		<link>http://jcandkimmita.info/jc/2008/07/data-analysis/harmonic-averages/#comment-341</link>
		<dc:creator>Juan Carlos Méndez-García</dc:creator>
		<pubDate>Fri, 18 Jul 2008 05:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://jcandkimmita.info/jc/2008/07/uncategorized/harmonic-averages/#comment-341</guid>
		<description>@Mathias - You are absolutely correct.  I'll fix the formula on the post to avoid confusion.  Thanks very much for the Excel function.  As you point out, Excel's built-in HARMEAN() does not allow for weights.</description>
		<content:encoded><![CDATA[<p>@Mathias - You are absolutely correct.  I&#8217;ll fix the formula on the post to avoid confusion.  Thanks very much for the Excel function.  As you point out, Excel&#8217;s built-in HARMEAN() does not allow for weights.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Math on the simplified market adoption s-curve for Excel by Juan Carlos Méndez-García</title>
		<link>http://jcandkimmita.info/jc/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/#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'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 - 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>Comment on Math on the simplified market adoption s-curve for Excel by Edward</title>
		<link>http://jcandkimmita.info/jc/2007/07/business/tools-methodologies/math-on-the-simplified-market-adoption-s-curve-for-excel/#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'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>
</channel>
</rss>
