<?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: Classic Neyman-Pearson approach demo</title>
	<atom:link href="http://lixiaoxu.lxxm.com/classic-neyman-pearson-approach-demo/feed/" rel="self" type="application/rss+xml" />
	<link>http://lixiaoxu.lxxm.com/classic-neyman-pearson-approach-demo/</link>
	<description>Teaching notes of szpku dot lixiaoxu at gmail dot com</description>
	<pubDate>Fri, 30 Jul 2010 07:54:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lixiaoxu</title>
		<link>http://lixiaoxu.lxxm.com/classic-neyman-pearson-approach-demo/comment-page-1/#comment-74</link>
		<dc:creator>lixiaoxu</dc:creator>
		<pubDate>Sun, 02 Dec 2007 12:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://lixiaoxu.lxxm.com/2007/11/30/classic-neyman-pearson-approach-demo/#comment-74</guid>
		<description>##If you guess the point has 22% probability to fall in the H_1 region, you will update the probability to 82% after you know it fall in the light gray region with a significant exp report.

##to demo Prosecutor's fallacy on wiki
p_prior=10e-7;##if the defendant is not different From&#160;any one of the 10 million population except the DNA test result
p_alpha=0.0001;##"it is testified that the probability that two DNA profiles match by chance is only 1 in 10,000"
p_power=1; ##Let's assume the power is extreme
##
(h_1_s=p_power*p_prior/(p_alpha*(1-p_prior)+p_power*p_prior));
## the Procecutor mistook the 0.99% target percent as 99.99%.

##-------------------------------

##to demo the Defendant's fallacy
p_prior=10e-2;##"The video (evidence) suggests a 99% (rather than 1-10e-7) chance that the defendant is innocent", except the DNA test result
p_alpha=0.0001;##as the former
p_power=1; ##as the former
##
(h_1_s=p_power*p_prior/(p_alpha*(1-p_prior)+p_power*p_prior));
## the target percentage should be 99.91% rather than 0.99%</description>
		<content:encoded><![CDATA[<p>##If you guess the point has 22% probability to fall in the H_1 region, you will update the probability to 82% after you know it fall in the light gray region with a significant exp report.</p>
<p>##to demo Prosecutor's fallacy on wiki<br />
p_prior=10e-7;##if the defendant is not different From&nbsp;any one of the 10 million population except the DNA test result<br />
p_alpha=0.0001;##"it is testified that the probability that two DNA profiles match by chance is only 1 in 10,000"<br />
p_power=1; ##Let's assume the power is extreme<br />
##<br />
(h_1_s=p_power*p_prior/(p_alpha*(1-p_prior)+p_power*p_prior));<br />
## the Procecutor mistook the 0.99% target percent as 99.99%.</p>
<p>##-------------------------------</p>
<p>##to demo the Defendant's fallacy<br />
p_prior=10e-2;##"The video (evidence) suggests a 99% (rather than 1-10e-7) chance that the defendant is innocent", except the DNA test result<br />
p_alpha=0.0001;##as the former<br />
p_power=1; ##as the former<br />
##<br />
(h_1_s=p_power*p_prior/(p_alpha*(1-p_prior)+p_power*p_prior));<br />
## the target percentage should be 99.91% rather than 0.99%</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iris</title>
		<link>http://lixiaoxu.lxxm.com/classic-neyman-pearson-approach-demo/comment-page-1/#comment-73</link>
		<dc:creator>iris</dc:creator>
		<pubDate>Sat, 01 Dec 2007 16:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://lixiaoxu.lxxm.com/2007/11/30/classic-neyman-pearson-approach-demo/#comment-73</guid>
		<description>Easy to understand the R script ,but hard to understand the meaning...</description>
		<content:encoded><![CDATA[<p>Easy to understand the R script ,but hard to understand the meaning...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lixiaoxu</title>
		<link>http://lixiaoxu.lxxm.com/classic-neyman-pearson-approach-demo/comment-page-1/#comment-72</link>
		<dc:creator>lixiaoxu</dc:creator>
		<pubDate>Fri, 30 Nov 2007 11:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://lixiaoxu.lxxm.com/2007/11/30/classic-neyman-pearson-approach-demo/#comment-72</guid>
		<description>It is interesting to verify whether two independent significant repetitions will persuade peers more than the combined whole data set does.</description>
		<content:encoded><![CDATA[<p>It is interesting to verify whether two independent significant repetitions will persuade peers more than the combined whole data set does.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
