<?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: Log concave functions</title>
	<atom:link href="http://www.johndcook.com/blog/2009/01/09/log-concave-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johndcook.com/blog/2009/01/09/log-concave-functions/</link>
	<description>The blog of John D. Cook</description>
	<lastBuildDate>Sat, 11 Feb 2012 01:10:06 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shamus</title>
		<link>http://www.johndcook.com/blog/2009/01/09/log-concave-functions/comment-page-1/#comment-90278</link>
		<dc:creator>Shamus</dc:creator>
		<pubDate>Tue, 28 Jun 2011 00:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1234#comment-90278</guid>
		<description>If you would like a guide through Steven Boyd&#039;s book, lectures from the two courses he teaches on convex optimization are available on youtube http://www.youtube.com/playlist?p=PL3940DD956CDF0622 and other course material is on the Stanford web site http://see.stanford.edu/see/courseinfo.aspx?coll=2db7ced4-39d1-4fdb-90e8-364129597c87</description>
		<content:encoded><![CDATA[<p>If you would like a guide through Steven Boyd&#8217;s book, lectures from the two courses he teaches on convex optimization are available on youtube <a href="http://www.youtube.com/playlist?p=PL3940DD956CDF0622" rel="nofollow">http://www.youtube.com/playlist?p=PL3940DD956CDF0622</a> and other course material is on the Stanford web site <a href="http://see.stanford.edu/see/courseinfo.aspx?coll=2db7ced4-39d1-4fdb-90e8-364129597c87" rel="nofollow">http://see.stanford.edu/see/courseinfo.aspx?coll=2db7ced4-39d1-4fdb-90e8-364129597c87</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wen</title>
		<link>http://www.johndcook.com/blog/2009/01/09/log-concave-functions/comment-page-1/#comment-48003</link>
		<dc:creator>wen</dc:creator>
		<pubDate>Wed, 06 Oct 2010 19:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1234#comment-48003</guid>
		<description>Hi,

Thanks! I have a question: is the sum of  infinitely many log concave functions  a log concave function? 

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks! I have a question: is the sum of  infinitely many log concave functions  a log concave function? </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brooks</title>
		<link>http://www.johndcook.com/blog/2009/01/09/log-concave-functions/comment-page-1/#comment-46573</link>
		<dc:creator>Brooks</dc:creator>
		<pubDate>Fri, 17 Sep 2010 01:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1234#comment-46573</guid>
		<description>Hi, 
Q(x) =erf(x); 
I find a intersting result.  When p=1-2p, f =p+(1-2p)Q(x) will be a log concave function.  The inequality always holds.
%%%%%
clear
clc
close all
x=[-10:0.01:10];
y=1/3+1/3.*erf(x);
f1= 1/3 *1/(sqrt(2*pi)) *exp(-x.^2/2);
f2= -1/3 *1/(sqrt(2*pi)) *exp(-x.^2/2)  .* x;
L=f2.*y;
R=f1.^2;
boot=(R&gt;=L); %% (if R&gt;=L, the value will be set to 1, or set to 0)    
plot(-10:0.01:10,L,&#039;+&#039;,-10:0.01:10,R,&#039;*&#039;,-10:0.01:10,boot,&#039;s&#039;)

%%%

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Q(x) =erf(x);<br />
I find a intersting result.  When p=1-2p, f =p+(1-2p)Q(x) will be a log concave function.  The inequality always holds.<br />
%%%%%<br />
clear<br />
clc<br />
close all<br />
x=[-10:0.01:10];<br />
y=1/3+1/3.*erf(x);<br />
f1= 1/3 *1/(sqrt(2*pi)) *exp(-x.^2/2);<br />
f2= -1/3 *1/(sqrt(2*pi)) *exp(-x.^2/2)  .* x;<br />
L=f2.*y;<br />
R=f1.^2;<br />
boot=(R&gt;=L); %% (if R&gt;=L, the value will be set to 1, or set to 0)<br />
plot(-10:0.01:10,L,&#8217;+',-10:0.01:10,R,&#8217;*',-10:0.01:10,boot,&#8217;s&#8217;)</p>
<p>%%%</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.johndcook.com/blog/2009/01/09/log-concave-functions/comment-page-1/#comment-46544</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 16 Sep 2010 13:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1234#comment-46544</guid>
		<description>I doubt your conjecture holds. Let f(x) = p + (1 - 2p)Q(x) and test whether f(x) f&#039;&#039;(x) &#8804; (f&#039;(x))^2 for all p. I believe the inequality does not hold for p = 3/8. 

I only did a hurried calculation and so I may have made errors, but I believe that approach to resolving the question will work.</description>
		<content:encoded><![CDATA[<p>I doubt your conjecture holds. Let f(x) = p + (1 &#8211; 2p)Q(x) and test whether f(x) f&#8221;(x) &le; (f&#8217;(x))^2 for all p. I believe the inequality does not hold for p = 3/8. </p>
<p>I only did a hurried calculation and so I may have made errors, but I believe that approach to resolving the question will work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brooks</title>
		<link>http://www.johndcook.com/blog/2009/01/09/log-concave-functions/comment-page-1/#comment-46539</link>
		<dc:creator>Brooks</dc:creator>
		<pubDate>Thu, 16 Sep 2010 12:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1234#comment-46539</guid>
		<description>Thanks!　I have a question about &quot;log concave&quot;. 
Assume Q(x) is a log concave and it denotes the CDF. 
I can&#039;t be sure that &quot;p+(1-2p)Q(x)&quot; is also a log concave function,  if given  p (0&lt;p&lt;1).  
Can you give some analysis for me , please?</description>
		<content:encoded><![CDATA[<p>Thanks!　I have a question about &#8220;log concave&#8221;.<br />
Assume Q(x) is a log concave and it denotes the CDF.<br />
I can&#8217;t be sure that &#8220;p+(1-2p)Q(x)&#8221; is also a log concave function,  if given  p (0&lt;p&lt;1).<br />
Can you give some analysis for me , please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KW</title>
		<link>http://www.johndcook.com/blog/2009/01/09/log-concave-functions/comment-page-1/#comment-25234</link>
		<dc:creator>KW</dc:creator>
		<pubDate>Mon, 28 Sep 2009 13:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1234#comment-25234</guid>
		<description>John,

A concave function could be increasing or decreasing fast in one segment of the curve and slow in other segments, while the upper half of a circle seems increasing and decreasing constantly.  My question is how to interpret this in a mathematics form.

Thanks.

KW</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>A concave function could be increasing or decreasing fast in one segment of the curve and slow in other segments, while the upper half of a circle seems increasing and decreasing constantly.  My question is how to interpret this in a mathematics form.</p>
<p>Thanks.</p>
<p>KW</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.johndcook.com/blog/2009/01/09/log-concave-functions/comment-page-1/#comment-21290</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 17 Jul 2009 00:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1234#comment-21290</guid>
		<description>seh chun: For a reference, see the book by Stephen Boyd mentioned at the bottom on the post.</description>
		<content:encoded><![CDATA[<p>seh chun: For a reference, see the book by Stephen Boyd mentioned at the bottom on the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seh chun</title>
		<link>http://www.johndcook.com/blog/2009/01/09/log-concave-functions/comment-page-1/#comment-21289</link>
		<dc:creator>seh chun</dc:creator>
		<pubDate>Fri, 17 Jul 2009 00:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1234#comment-21289</guid>
		<description>Hi,

This post is great and useful. About a point you have put, saying &quot;The running average of a log concave function is also log concave&quot;. May I know is there any book / reference that I can find more information about that?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This post is great and useful. About a point you have put, saying &#8220;The running average of a log concave function is also log concave&#8221;. May I know is there any book / reference that I can find more information about that?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.johndcook.com/blog/2009/01/09/log-concave-functions/comment-page-1/#comment-13431</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 16 Feb 2009 21:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1234#comment-13431</guid>
		<description>Thanks! You were right: &quot;logic&quot; was a typo for &quot;logit.&quot; I&#039;ve corrected the post.</description>
		<content:encoded><![CDATA[<p>Thanks! You were right: &#8220;logic&#8221; was a typo for &#8220;logit.&#8221; I&#8217;ve corrected the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gb</title>
		<link>http://www.johndcook.com/blog/2009/01/09/log-concave-functions/comment-page-1/#comment-13430</link>
		<dc:creator>gb</dc:creator>
		<pubDate>Mon, 16 Feb 2009 21:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1234#comment-13430</guid>
		<description>Great post.

One minor issue - I haven&#039;t seen the function exp(x)/(1+exp(x)) called the inverse logic function before (which might simply be ignorance on my part).

(I have seen it called the  &lt;a href=&quot;http://en.wikipedia.org/wiki/Logit&quot; rel=&quot;nofollow&quot;&gt;inverse logit function&lt;/a&gt; or the &lt;a href=&quot;http://en.wikipedia.org/wiki/Logistic_function&quot; rel=&quot;nofollow&quot;&gt;logistic function&lt;/a&gt;. )

However, given &quot;logit&quot; and &quot;logic&quot; only differ by one character, I did wonder if it might have been a simple typo.</description>
		<content:encoded><![CDATA[<p>Great post.</p>
<p>One minor issue &#8211; I haven&#8217;t seen the function exp(x)/(1+exp(x)) called the inverse logic function before (which might simply be ignorance on my part).</p>
<p>(I have seen it called the  <a href="http://en.wikipedia.org/wiki/Logit" rel="nofollow">inverse logit function</a> or the <a href="http://en.wikipedia.org/wiki/Logistic_function" rel="nofollow">logistic function</a>. )</p>
<p>However, given &#8220;logit&#8221; and &#8220;logic&#8221; only differ by one character, I did wonder if it might have been a simple typo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Welcome to Carnival of Mathematics 48 = 6!!! &#171; Concrete Nonsense</title>
		<link>http://www.johndcook.com/blog/2009/01/09/log-concave-functions/comment-page-1/#comment-12585</link>
		<dc:creator>Welcome to Carnival of Mathematics 48 = 6!!! &#171; Concrete Nonsense</dc:creator>
		<pubDate>Fri, 30 Jan 2009 18:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1234#comment-12585</guid>
		<description>[...] models  the distribution of time customers spend in coffee shops and also gives some properties of  log-concave functions  (I did not know before that they are closed under [...]</description>
		<content:encoded><![CDATA[<p>[...] models  the distribution of time customers spend in coffee shops and also gives some properties of  log-concave functions  (I did not know before that they are closed under [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.354 seconds -->

