<?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: model vs model</title>
	<atom:link href="http://groundtruth.info/AstroStat/slog/2007/model-vs-model/feed/" rel="self" type="application/rss+xml" />
	<link>http://groundtruth.info/AstroStat/slog/2007/model-vs-model/</link>
	<description>Weaving together Astronomy+Statistics+Computer Science+Engineering+Intrumentation, far beyond the growing borders</description>
	<lastBuildDate>Fri, 12 Aug 2011 17:44:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hlee</title>
		<link>http://groundtruth.info/AstroStat/slog/2007/model-vs-model/comment-page-1/#comment-112</link>
		<dc:creator>hlee</dc:creator>
		<pubDate>Tue, 09 Oct 2007 22:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/2007/model-vs-model/#comment-112</guid>
		<description>&lt;p&gt;I recommend a book by Thomas and Cover, &lt;a href=&quot;http://www.amazon.com/Elements-Information-Theory-Telecommunications-Processing/dp/0471241954/ref=pd_bbs_sr_1/105-7811049-9445239?ie=UTF8&amp;s=books&amp;qid=1191966889&amp;sr=8-1 &quot; rel=&quot;nofollow&quot;&gt;Elements of Information Theory (Wiley Series in Telecommunications and Signal Processing)&lt;/a&gt; and a paper by Shannon, &lt;a href=&quot;http://plan9.bell-labs.com/cm/ms/what/shannonday/paper.html&quot; rel=&quot;nofollow&quot;&gt;A mathematical theory of communication.&lt;/a&gt; Particularly, the book is very good for general purposes (coding, data compression, signal/image processing, and filter design; I heard many CS/EE departments use this book in their required course works) and it contains quite many statistical theorems, which are the bases of developing a data model, or an object-oriented approach to write a code.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;[Added]&lt;/strong&gt; &lt;a href=&quot;http://www.elementsofinformationtheory.com/&quot; rel=&quot;nofollow&quot;&gt;Elements of Information Theory&lt;/a&gt; has its own website: http://www.elementsofinformationtheory.com/  Some years ago, I was able to find many course websites that said &lt;i&gt;required textbook&lt;/i&gt; and contained problems, solutions, and relevant research topics including &lt;a href=&quot;http://www.stanford.edu/class/ee376b/&quot; rel=&quot;nofollow&quot;&gt;one of the authors&#039; course website at Stanford&lt;/a&gt;. A personal wish is that statistics departments offer Information Theory related courses with a cross opening to astronomy students.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I recommend a book by Thomas and Cover, <a href="http://www.amazon.com/Elements-Information-Theory-Telecommunications-Processing/dp/0471241954/ref=pd_bbs_sr_1/105-7811049-9445239?ie=UTF8&#038;s=books&#038;qid=1191966889&#038;sr=8-1 " rel="nofollow">Elements of Information Theory (Wiley Series in Telecommunications and Signal Processing)</a> and a paper by Shannon, <a href="http://plan9.bell-labs.com/cm/ms/what/shannonday/paper.html" rel="nofollow">A mathematical theory of communication.</a> Particularly, the book is very good for general purposes (coding, data compression, signal/image processing, and filter design; I heard many CS/EE departments use this book in their required course works) and it contains quite many statistical theorems, which are the bases of developing a data model, or an object-oriented approach to write a code.</p>
<p><strong>[Added]</strong> <a href="http://www.elementsofinformationtheory.com/" rel="nofollow">Elements of Information Theory</a> has its own website: <a href="http://www.elementsofinformationtheory.com/" rel="nofollow">http://www.elementsofinformationtheory.com/</a>  Some years ago, I was able to find many course websites that said <i>required textbook</i> and contained problems, solutions, and relevant research topics including <a href="http://www.stanford.edu/class/ee376b/" rel="nofollow">one of the authors&#8217; course website at Stanford</a>. A personal wish is that statistics departments offer Information Theory related courses with a cross opening to astronomy students.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hlee</title>
		<link>http://groundtruth.info/AstroStat/slog/2007/model-vs-model/comment-page-1/#comment-111</link>
		<dc:creator>hlee</dc:creator>
		<pubDate>Fri, 05 Oct 2007 21:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://groundtruth.info/AstroStat/slog/2007/model-vs-model/#comment-111</guid>
		<description>Due to the binary nature of data model and computer science, interpreting data model into statistical one for the inference purpose comes smoothly, in contrast to astronomers&#039; model. The challenges lie in developing computer scientific theories, most of which can be associated with already existing theories from mathematical statistics. However, this is not always true when it comes to Information Theory.

&lt;blockquote&gt;&lt;b&gt;[Response:&lt;/b&gt;  Hmm.  I don&#039;t see how the data model can have relevance to statistical inference.  It is not binary.  It is essentially imposing an object-oriented approach which may help in the writing of generalized Bayesian code easier, but other than that, it doesn&#039;t have any connection to statistics.  It might help to make your programs run better (maybe even faster) and be written in a more scalable fashion.
-vlk&lt;b&gt;]&lt;/b&gt;&lt;/blockquote&gt;
</description>
		<content:encoded><![CDATA[<p>Due to the binary nature of data model and computer science, interpreting data model into statistical one for the inference purpose comes smoothly, in contrast to astronomers&#8217; model. The challenges lie in developing computer scientific theories, most of which can be associated with already existing theories from mathematical statistics. However, this is not always true when it comes to Information Theory.</p>
<blockquote><p><b>[Response:</b>  Hmm.  I don't see how the data model can have relevance to statistical inference.  It is not binary.  It is essentially imposing an object-oriented approach which may help in the writing of generalized Bayesian code easier, but other than that, it doesn't have any connection to statistics.  It might help to make your programs run better (maybe even faster) and be written in a more scalable fashion.<br />
-vlk<b>]</b></p></blockquote>
]]></content:encoded>
	</item>
</channel>
</rss>

