<?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>Some stuff &#187; frac</title>
	<atom:link href="http://blog.yhuang.org/?feed=rss2&#038;tag=frac" rel="self" type="application/rss+xml" />
	<link>https://blog.yhuang.org</link>
	<description>here.</description>
	<lastBuildDate>Wed, 27 Aug 2025 08:50:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Is this true?</title>
		<link>https://blog.yhuang.org/?p=166</link>
		<comments>https://blog.yhuang.org/?p=166#comments</comments>
		<pubDate>Sat, 07 Mar 2009 21:41:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[binary symmetric channel]]></category>
		<category><![CDATA[classical statement]]></category>
		<category><![CDATA[codewords]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[frac]]></category>
		<category><![CDATA[input alphabet]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[noisy channel]]></category>
		<category><![CDATA[theorem]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://scripts.mit.edu/~zong/wpress/?p=166</guid>
		<description><![CDATA[So this thing on Wikipedia http://en.wikipedia.org/wiki/Noisy-channel_coding_theorem could have left it at the classical statement of the theorem with bullet #1. Then it goes on to say: 2. If a probability of bit error is acceptable, rates up to are achievable, where . 3. For any , rates greater than are not achievable. I have never [...]]]></description>
			<content:encoded><![CDATA[<p>So this thing on Wikipedia</p>
<p><a href="http://en.wikipedia.org/wiki/Noisy-channel_coding_theorem">http://en.wikipedia.org/wiki/Noisy-channel_coding_theorem</a></p>
<p>could have left it at the classical statement of the theorem with bullet #1. Then it goes on to say:</p>
<p>2. If a probability of bit error \(p_b\) is acceptable, rates up to \(R(p_b)\) are achievable, where</p>
<p>\(R(p_b) = \frac{C}{1-H_2(p_b)}\).</p>
<p>3. For any \(p_b\), rates greater than \(R(p_b)\) are not achievable.<br />
<span id="more-166"></span><br />
I have never seen this before. At first glance, this seems questionable, as Fano&#8217;s converse gives \(P_e^{(n)} \ge 1 &#8211; \frac{1}{nR} &#8211; \frac{C}{R}\), which seems to converge to \(H_b(p_e) \ge p_e\) for \(p_e \in [0,0.5]\). So it must mean whatever is used to code this is not going to be a long block code.</p>
<p>One example where this is true is the binary symmetric channel, with uncoded transmission. But I&#8217;m not so sure what is the achievability scheme in general, although I have some ideas &#8212; it may involve quantizing the excess codewords to the nearest zero-error codewords. The converse I have no idea.</p>
<p>In terms of the statement, it is really unclear what is meant by &#8220;bit error&#8221;. In the classical statement, a message from a large alphabet is coded into some \(X^n \in \mathcal{X}^n\) where \(\mathcal{X}\) is the channel input alphabet. After decoding, \(X^n\) is either found correctly, or it is in error. There is no &#8220;bit&#8221; in here. Even if \(X\) is binary, is the bit error the received (uncooked) bit error? Or is it the decoded (cooked) bit error? Why should the decoded bit error matter, isn&#8217;t that a codebook artifact? Or is it the bit error in the original message, if the original message is to be represented by a bit-stream? But that is also entirely arbitrary.</p>
<p>Anyway I&#8217;d like a clarification from someone or a reference.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.yhuang.org/?feed=rss2&#038;p=166</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>uniform by three</title>
		<link>https://blog.yhuang.org/?p=137</link>
		<comments>https://blog.yhuang.org/?p=137#comments</comments>
		<pubDate>Sat, 22 Nov 2008 08:08:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[conventional solution]]></category>
		<category><![CDATA[curve]]></category>
		<category><![CDATA[frac]]></category>
		<category><![CDATA[independent random variables]]></category>
		<category><![CDATA[insight]]></category>
		<category><![CDATA[int]]></category>
		<category><![CDATA[ln x]]></category>
		<category><![CDATA[math math]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://scripts.mit.edu/~zong/wpress/?p=137</guid>
		<description><![CDATA[Here is a problem recently described to me. Apparently there is a more elegant solution (which may give more insight), but I don&#8217;t see it yet. The problem: are independent random variables uniformly distributed over [0,1]. What is the distribution of ? The conventional solution is to find the distribution of first, then of . [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a problem recently described to me. Apparently there is a more elegant solution (which may give more insight), but I don&#8217;t see it yet.</p>
<p>The problem: \(X, Y, Z\) are independent random variables uniformly distributed over [0,1]. What is the distribution of \((XY)^Z\)?<br />
<span id="more-137"></span><br />
The conventional solution is to find the distribution of \(XY\) first, then of \((XY)^Z\).</p>
<p><img src="wp-content/uploads/images/xy.png" align="left"/><br />
The distribution of \(XY\) can be derived from its CDF \(F_{XY}(xy \le k)\), which is the total shaded area shown. The red curve is the function \(y=\frac{k}{x}\). This area is thus given by:</p>
<p>\(\int_k^1 \frac{k}{x} dx + k = k \ln(x) \vert_k^1 + k = -k \ln(k) + k\), for \(k>0\).</p>
<p>The PDF is the derivative of the above:</p>
<p>\(f_{XY}(k) = -\ln(k)\), for \(k>0\). The density is not well defined at \(k=0\).</p>
<p><img src="wp-content/uploads/images/xyz.png" align="left"/><br />
The second part is to find the distribution in question. Here, the red curve is the function \(z=\frac{\ln(k)}{\ln(xy)}\). The CDF \(F_{(XY)^Z}((xy)^z \le k)\) is the total area to the left of the red curve. A column slice shaded in blue has probability per unit of \(z\) as labeled. Thus, the CDF is:</p>
<p>\(\int_0^k f_{XY}(v) dv (1-\frac{\ln(k)}{\ln(v)}) = \int_0^k -\ln(v) dv (1-\frac{\ln(k)}{\ln(v)})\)<br />
\( = \int_0^k -\ln(v) dv + \int_0^k \ln(k) dv\)<br />
\( = -v \ln(v) + v \vert_{\downarrow 0}^k + k \ln(k) = -k \ln(k) + k + k \ln(k) = k\), for \(k>0\).</p>
<p>For \(k=0\), we can fill in 0, because the minimum value of \((XY)^Z\) is 0, so it is the minimum of the support of its CDF.</p>
<p>So amazingly, \((XY)^Z\) has the CDF of (and is) a uniform distribution. How does that happen? What&#8217;s the intuition?</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.yhuang.org/?feed=rss2&#038;p=137</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is this &#8220;blog&#8221;</title>
		<link>https://blog.yhuang.org/?p=4</link>
		<comments>https://blog.yhuang.org/?p=4#comments</comments>
		<pubDate>Tue, 24 Oct 2006 16:23:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[dx]]></category>
		<category><![CDATA[fakalin]]></category>
		<category><![CDATA[frac]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[pi math]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[TeX]]></category>

		<guid isPermaLink="false">http://scripts.mit.edu/~zong/wpress/?p=4</guid>
		<description><![CDATA[&#8230;you speak of&#8230; what, do I write to myself? I only have 100MB. First post and already TeX can be rendered. I stole the idea from fakalin.]]></description>
			<content:encoded><![CDATA[<p>&#8230;you speak of&#8230; what, do I write to myself? I only have 100MB.</p>
<p>First post and already TeX can be rendered. I stole the idea from <a href="http://www.akalin.cx/2006/06/18/figurerender_working/">fakalin</a>.</p>
<p><font face="Courier New">\( \int_{0}^{1}\frac{x^{4}\left( 1-x\right) ^{4}}{1+x^{2}}dx = \frac{22}{7}-\pi \)</font></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.yhuang.org/?feed=rss2&#038;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
