<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://metabolomics.jp/mediawiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://metabolomics.jp/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Aritalab%3ALecture%2FBasic%2FCoupon_Collector%27s_Problem</id>
		<title>Aritalab:Lecture/Basic/Coupon Collector's Problem - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://metabolomics.jp/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Aritalab%3ALecture%2FBasic%2FCoupon_Collector%27s_Problem"/>
		<link rel="alternate" type="text/html" href="http://metabolomics.jp/mediawiki/index.php?title=Aritalab:Lecture/Basic/Coupon_Collector%27s_Problem&amp;action=history"/>
		<updated>2026-06-23T04:27:50Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.1</generator>

	<entry>
		<id>http://metabolomics.jp/mediawiki/index.php?title=Aritalab:Lecture/Basic/Coupon_Collector%27s_Problem&amp;diff=254422&amp;oldid=prev</id>
		<title>Adm: New page: お菓子についてくる ''n'' 種類のおまけを全て集めるには、お菓子を何箱買わねばならないか。  既におまけを ''i-1'' 種持っているとき、新...</title>
		<link rel="alternate" type="text/html" href="http://metabolomics.jp/mediawiki/index.php?title=Aritalab:Lecture/Basic/Coupon_Collector%27s_Problem&amp;diff=254422&amp;oldid=prev"/>
				<updated>2010-07-01T01:07:42Z</updated>
		
		<summary type="html">&lt;p&gt;New page: お菓子についてくる &amp;#039;&amp;#039;n&amp;#039;&amp;#039; 種類のおまけを全て集めるには、お菓子を何箱買わねばならないか。  既におまけを &amp;#039;&amp;#039;i-1&amp;#039;&amp;#039; 種持っているとき、新...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;お菓子についてくる ''n'' 種類のおまけを全て集めるには、お菓子を何箱買わねばならないか。&lt;br /&gt;
&lt;br /&gt;
既におまけを ''i-1'' 種持っているとき、新しいおまけを手に入れる確率は　&amp;lt;math&amp;gt;p_i = 1 - (i-1)/n&amp;lt;/math&amp;gt;。　その期待値は&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \mathbf{E}[X_i] = 1/p_i = \frac{n}{n-i+1} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
従って ''n'' 種類集めるためには&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align}&lt;br /&gt;
\mathbf{E}[X] &amp;amp;= \mathbf{E}[\sum^n_{i=1}X] = \sum^n_{i=1}\mathbf{E}[X_i]\\&lt;br /&gt;
&amp;amp;= \sum^n_{i=1} \frac{n}{n-i+1} = n \sum^n_{i=1} \frac{1}{i} \\&lt;br /&gt;
&amp;amp;= n \log n + \Theta(n)&lt;br /&gt;
\end{align}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adm</name></author>	</entry>

	</feed>