<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Studying for SOA Exam C</title>
	<atom:link href="http://tkchen.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tkchen.wordpress.com</link>
	<description>The title says it all.</description>
	<lastBuildDate>Sun, 28 Feb 2010 02:38:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tkchen.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Studying for SOA Exam C</title>
		<link>http://tkchen.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tkchen.wordpress.com/osd.xml" title="Studying for SOA Exam C" />
	<atom:link rel='hub' href='http://tkchen.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Maximum Likelihood Estimators</title>
		<link>http://tkchen.wordpress.com/2010/02/27/maximum-likelihood-estimators/</link>
		<comments>http://tkchen.wordpress.com/2010/02/27/maximum-likelihood-estimators/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 20:27:41 +0000</pubDate>
		<dc:creator>uclatommy</dc:creator>
				<category><![CDATA[Empirical Models]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Empirical]]></category>
		<category><![CDATA[Estimator]]></category>
		<category><![CDATA[Likelihood function]]></category>
		<category><![CDATA[Log Likelihood function]]></category>
		<category><![CDATA[Maximum Likelihood Estimator]]></category>

		<guid isPermaLink="false">http://tkchen.wordpress.com/?p=281</guid>
		<description><![CDATA[With Maximum Likelihood Estimator (MLE) problems, a parametric distribution is named, one or more of it&#8217;s parameter values are unknown, a set of data from this distribution is given, and you&#8217;re asked to find the parameter values that maximize the &#8230; <a href="http://tkchen.wordpress.com/2010/02/27/maximum-likelihood-estimators/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=281&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With Maximum Likelihood Estimator (MLE) problems, a parametric distribution is named, one or more of it&#8217;s parameter values are unknown, a set of data from this distribution is given, and you&#8217;re asked to find the parameter values that maximize the probability of observing the data.  You do this by brute force.  For each data point, you express the probability of observing it, which is simply the density function of whatever named distribution was given in the problem.  The probability of observing the whole set of data is simply the product of the probability of each data point.  If there are lots of data points, you end up with a massive function.</p>
<p>For example, the density function for <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N' title='N' class='latex' /> is given by:</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=f_N%28n%3B%5Clambda%29+%3D+%5Clambda+e%5E%7B-%5Clambda+n%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='f_N(n;&#92;lambda) = &#92;lambda e^{-&#92;lambda n}' title='f_N(n;&#92;lambda) = &#92;lambda e^{-&#92;lambda n}' class='latex' /></p>
<p style="text-align:left;">in which <img src='http://s0.wp.com/latex.php?latex=%5Clambda&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda' title='&#92;lambda' class='latex' /> is the unknown parameter.  You are also given a set of observations <img src='http://s0.wp.com/latex.php?latex=a%2C+b%2C+c&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='a, b, c' title='a, b, c' class='latex' /> and you must find the value of <img src='http://s0.wp.com/latex.php?latex=%5Clambda&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda' title='&#92;lambda' class='latex' /> which maximizes the probability of seeing these particular values.  The likelihood of seeing these values is given by <img src='http://s0.wp.com/latex.php?latex=L%28%5Clambda%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='L(&#92;lambda)' title='L(&#92;lambda)' class='latex' />:</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=L%28%5Clambda%29+%3D+%5Cleft%28+%5Clambda+e%5E%7B-%5Clambda+a%7D%5Cright%29%5Cleft%28+%5Clambda+e%5E%7B-%5Clambda+b%7D%5Cright%29%5Cleft%28+%5Clambda+e%5E%7B-%5Clambda+c%7D%5Cright%29+%3D+%5Clambda%5E3+e%5E%7B-%5Clambda+%28a%2Bb%2Bc%29%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='L(&#92;lambda) = &#92;left( &#92;lambda e^{-&#92;lambda a}&#92;right)&#92;left( &#92;lambda e^{-&#92;lambda b}&#92;right)&#92;left( &#92;lambda e^{-&#92;lambda c}&#92;right) = &#92;lambda^3 e^{-&#92;lambda (a+b+c)}' title='L(&#92;lambda) = &#92;left( &#92;lambda e^{-&#92;lambda a}&#92;right)&#92;left( &#92;lambda e^{-&#92;lambda b}&#92;right)&#92;left( &#92;lambda e^{-&#92;lambda c}&#92;right) = &#92;lambda^3 e^{-&#92;lambda (a+b+c)}' class='latex' /></p>
<p style="text-align:left;">To find <img src='http://s0.wp.com/latex.php?latex=%5Clambda&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda' title='&#92;lambda' class='latex' /> which maximizes this function, you take the derivative of it, set it equal to 0, and solve for <img src='http://s0.wp.com/latex.php?latex=%5Clambda&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda' title='&#92;lambda' class='latex' />.  If you&#8217;re looking a few steps ahead, you should realize that doing the maximization by brute force will be difficult.  To get around this, we can log the likelihood function then find the maximum.  This does not change the resulting value of <img src='http://s0.wp.com/latex.php?latex=%5Clambda&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda' title='&#92;lambda' class='latex' />.  The log likelihood <img src='http://s0.wp.com/latex.php?latex=l%28%5Clambda%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='l(&#92;lambda)' title='l(&#92;lambda)' class='latex' /> is then:</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=l%28%5Clambda%29+%3D+3%5Cln%28%5Clambda%29+-%5Clambda%28a%2Bb%2Bc%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='l(&#92;lambda) = 3&#92;ln(&#92;lambda) -&#92;lambda(a+b+c)' title='l(&#92;lambda) = 3&#92;ln(&#92;lambda) -&#92;lambda(a+b+c)' class='latex' /></p>
<p style="text-align:left;">The derivative with respect to <img src='http://s0.wp.com/latex.php?latex=%5Clambda&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda' title='&#92;lambda' class='latex' /> is</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Cfrac%7B%5Cdelta%7D%7B%5Cdelta+%5Clambda%7Dl%28%5Clambda%29+%3D+%5Cfrac%7B3%7D%7B%5Clambda%7D+-+%28a%2Bb%2Bc%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle &#92;frac{&#92;delta}{&#92;delta &#92;lambda}l(&#92;lambda) = &#92;frac{3}{&#92;lambda} - (a+b+c)' title='&#92;displaystyle &#92;frac{&#92;delta}{&#92;delta &#92;lambda}l(&#92;lambda) = &#92;frac{3}{&#92;lambda} - (a+b+c)' class='latex' /></p>
<p style="text-align:left;">Equating to 0 and solving, we have</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Clambda+%3D+%5Cdisplaystyle+%5Cfrac%7B3%7D%7Ba%2Bb%2Bc%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda = &#92;displaystyle &#92;frac{3}{a+b+c}' title='&#92;lambda = &#92;displaystyle &#92;frac{3}{a+b+c}' class='latex' /></p>
<br />Filed under: <a href='http://tkchen.wordpress.com/category/exam-c/empirical-models/'>Empirical Models</a> Tagged: <a href='http://tkchen.wordpress.com/tag/data/'>Data</a>, <a href='http://tkchen.wordpress.com/tag/empirical/'>Empirical</a>, <a href='http://tkchen.wordpress.com/tag/estimator/'>Estimator</a>, <a href='http://tkchen.wordpress.com/tag/likelihood-function/'>Likelihood function</a>, <a href='http://tkchen.wordpress.com/tag/log-likelihood-function/'>Log Likelihood function</a>, <a href='http://tkchen.wordpress.com/tag/maximum-likelihood-estimator/'>Maximum Likelihood Estimator</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tkchen.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tkchen.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tkchen.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tkchen.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tkchen.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tkchen.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tkchen.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tkchen.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tkchen.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tkchen.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tkchen.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tkchen.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tkchen.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tkchen.wordpress.com/281/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=281&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tkchen.wordpress.com/2010/02/27/maximum-likelihood-estimators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5894e4d0db98e120bd60eda989fba996?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">uclatommy</media:title>
		</media:content>
	</item>
		<item>
		<title>Kaplan-Meier and Nelson-Aalen Estimators</title>
		<link>http://tkchen.wordpress.com/2008/09/21/kaplan-meier-and-nelson-aalen-estimators/</link>
		<comments>http://tkchen.wordpress.com/2008/09/21/kaplan-meier-and-nelson-aalen-estimators/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 03:10:07 +0000</pubDate>
		<dc:creator>uclatommy</dc:creator>
				<category><![CDATA[Empirical Models]]></category>
		<category><![CDATA[Censored]]></category>
		<category><![CDATA[Cumulative Hazard Rate]]></category>
		<category><![CDATA[Empirical Distribution]]></category>
		<category><![CDATA[Estimator]]></category>
		<category><![CDATA[Incomplete Data]]></category>
		<category><![CDATA[Kaplan-Meier]]></category>
		<category><![CDATA[Nelson-Aalen]]></category>
		<category><![CDATA[Product Limit]]></category>
		<category><![CDATA[Truncated]]></category>

		<guid isPermaLink="false">http://tkchen.wordpress.com/?p=262</guid>
		<description><![CDATA[When the empirical data is incomplete (truncated or censored), raw empirical estimators will not produce good results.  In this scenario, there are two techniques available to determine the distribution function based on the data.  The Kaplan-Meier product limit estimator can &#8230; <a href="http://tkchen.wordpress.com/2008/09/21/kaplan-meier-and-nelson-aalen-estimators/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=262&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When the empirical data is incomplete (truncated or censored), raw empirical estimators will not produce good results.  In this scenario, there are two techniques available to determine the distribution function based on the data.  The <em>Kaplan-Meier product limit estimator</em> can be used to generate a survival distribution function.  The <em>Nelson-Aalen estimator</em> can be used to generate a cumulative hazard rate function.  The Kaplan-Meier estimator is given by:</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=S_n%28t%29+%3D+%5Cdisplaystyle+%5Cprod_%7Bi%3D1%7D%5E%7Bj-1%7D+%5Cleft%281-%5Cfrac%7Bs_i%7D%7Br_i%7D%5Cright%29%2C+%5Cquad+y_%7Bj-1%7D+%5Cle+t+%3C+y_j&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='S_n(t) = &#92;displaystyle &#92;prod_{i=1}^{j-1} &#92;left(1-&#92;frac{s_i}{r_i}&#92;right), &#92;quad y_{j-1} &#92;le t &lt; y_j' title='S_n(t) = &#92;displaystyle &#92;prod_{i=1}^{j-1} &#92;left(1-&#92;frac{s_i}{r_i}&#92;right), &#92;quad y_{j-1} &#92;le t &lt; y_j' class='latex' /></p>
<p style="text-align:left;">where <img src='http://s0.wp.com/latex.php?latex=r_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r_i' title='r_i' class='latex' /> is the risk set at time <img src='http://s0.wp.com/latex.php?latex=y_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='y_i' title='y_i' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=s_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='s_i' title='s_i' class='latex' /> is the number of observations from the random event whose distribution you are trying to estimate.  For example, if the random event you are interested in is death, then <img src='http://s0.wp.com/latex.php?latex=r_1&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r_1' title='r_1' class='latex' /> could be the number of life insurance policy holders immediately prior to the first death, and <img src='http://s0.wp.com/latex.php?latex=s_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='s_i' title='s_i' class='latex' /> would be the number of observed deaths at the time of the first death (you can have simultaneous deaths).  The key to dealing with problems that use this estimator is to understand how <img src='http://s0.wp.com/latex.php?latex=r_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r_i' title='r_i' class='latex' /> changes with respect to censoring or truncation.  If a person withdraws from the life insurance policy, this decreases <img src='http://s0.wp.com/latex.php?latex=r_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r_i' title='r_i' class='latex' /> but this is not a death, so it does not contribute to <img src='http://s0.wp.com/latex.php?latex=s_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='s_i' title='s_i' class='latex' />.  If new members join at time <img src='http://s0.wp.com/latex.php?latex=y_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='y_i' title='y_i' class='latex' />, they are not part of the risk set until time <img src='http://s0.wp.com/latex.php?latex=y_%7Bi%2B1%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='y_{i+1}' title='y_{i+1}' class='latex' />.</p>
<p style="text-align:left;">If the data is censored past a certain point, you can assume an exponential distribution for the censored portion.  Suppose observations past <img src='http://s0.wp.com/latex.php?latex=c&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='c' title='c' class='latex' /> are censored.  If you know the value of <img src='http://s0.wp.com/latex.php?latex=S_n%28c%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='S_n(c)' title='S_n(c)' class='latex' /> you can solve for <img src='http://s0.wp.com/latex.php?latex=%5Ctheta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;theta' title='&#92;theta' class='latex' /> using <img src='http://s0.wp.com/latex.php?latex=S_n%28c%29+%3D+e%5E%7B-c%2F%5Ctheta%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='S_n(c) = e^{-c/&#92;theta}' title='S_n(c) = e^{-c/&#92;theta}' class='latex' />.</p>
<p style="text-align:left;">The Nelson-Aalen cumulative hazard rate estimator is given by:</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Ctilde+H%28t%29+%3D+%5Cdisplaystyle+%5Csum_%7Bi-1%7D%5E%7Bj-1%7D+%5Cfrac%7Bs_i%7D%7Br_i%7D%2C+%5Cquad+y_%7Bj-1%7D+%5Cle+t+%3C+y_j&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;tilde H(t) = &#92;displaystyle &#92;sum_{i-1}^{j-1} &#92;frac{s_i}{r_i}, &#92;quad y_{j-1} &#92;le t &lt; y_j' title='&#92;tilde H(t) = &#92;displaystyle &#92;sum_{i-1}^{j-1} &#92;frac{s_i}{r_i}, &#92;quad y_{j-1} &#92;le t &lt; y_j' class='latex' /></p>
<p style="text-align:left;">You can use this to get a survival function:</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Ctilde+S%28t%29+%3D+e%5E%7B-%5Ctilde+H%28t%29%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;tilde S(t) = e^{-&#92;tilde H(t)}' title='&#92;tilde S(t) = e^{-&#92;tilde H(t)}' class='latex' /></p>
<br />Posted in Empirical Models Tagged: Censored, Cumulative Hazard Rate, Empirical Distribution, Estimator, Incomplete Data, Kaplan-Meier, Nelson-Aalen, Product Limit, Truncated <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tkchen.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tkchen.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tkchen.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tkchen.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tkchen.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tkchen.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tkchen.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tkchen.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tkchen.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tkchen.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tkchen.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tkchen.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tkchen.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tkchen.wordpress.com/262/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=262&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tkchen.wordpress.com/2008/09/21/kaplan-meier-and-nelson-aalen-estimators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5894e4d0db98e120bd60eda989fba996?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">uclatommy</media:title>
		</media:content>
	</item>
		<item>
		<title>Statistics for Empirical Models</title>
		<link>http://tkchen.wordpress.com/2008/09/20/statistics-for-empirical-models/</link>
		<comments>http://tkchen.wordpress.com/2008/09/20/statistics-for-empirical-models/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 20:48:33 +0000</pubDate>
		<dc:creator>uclatommy</dc:creator>
				<category><![CDATA[Empirical Models]]></category>
		<category><![CDATA[Bias]]></category>
		<category><![CDATA[Confidence Interval]]></category>
		<category><![CDATA[Consistent]]></category>
		<category><![CDATA[Estimator]]></category>
		<category><![CDATA[Mean Squared Error]]></category>
		<category><![CDATA[Variance of Estimator]]></category>

		<guid isPermaLink="false">http://tkchen.wordpress.com/?p=247</guid>
		<description><![CDATA[An empirical model makes an assumption about the type of distribution underlying a set of data.  The data is then used to estimate the parameters in the assumed underlying distribution.  For example, if it is assumed that the underlying distribution &#8230; <a href="http://tkchen.wordpress.com/2008/09/20/statistics-for-empirical-models/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=247&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>An empirical model makes an assumption about the type of distribution underlying a set of data.  The data is then used to estimate the parameters in the assumed underlying distribution.  For example, if it is assumed that the underlying distribution is a uniform distribution, the data may be used to estimate the maximum value that the random variable can have.  If the assumed underlying distribution is Poisson, the data may be used to estimate the rate parameter <img src='http://s0.wp.com/latex.php?latex=%5Clambda&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda' title='&#92;lambda' class='latex' />.  There are three measures of quality for these estimators&#8211; bias, consistency, and mean squared error.</p>
<p>Definitions:</p>
<ol>
<li>Let <img src='http://s0.wp.com/latex.php?latex=%5Chat%5Ctheta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;hat&#92;theta' title='&#92;hat&#92;theta' class='latex' /> be an estimator and <img src='http://s0.wp.com/latex.php?latex=%5Ctheta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;theta' title='&#92;theta' class='latex' /> be the true parameter being estimated.  The bias is defined by: <img src='http://s0.wp.com/latex.php?latex=bias_%7B%5Chat%5Ctheta%7D%28%5Ctheta%29+%3D+E%5Cleft%5B%5Chat%5Ctheta%7C%5Ctheta%5Cright%5D+-+%5Ctheta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='bias_{&#92;hat&#92;theta}(&#92;theta) = E&#92;left[&#92;hat&#92;theta|&#92;theta&#92;right] - &#92;theta' title='bias_{&#92;hat&#92;theta}(&#92;theta) = E&#92;left[&#92;hat&#92;theta|&#92;theta&#92;right] - &#92;theta' class='latex' />.  An estimator is said to be <em>unbiased</em> if <img src='http://s0.wp.com/latex.php?latex=bias_%7B%5Chat%5Ctheta%7D%28%5Ctheta%29+%3D+0&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='bias_{&#92;hat&#92;theta}(&#92;theta) = 0' title='bias_{&#92;hat&#92;theta}(&#92;theta) = 0' class='latex' />.</li>
<li>An estimator is said to be <em>consistent</em> if for any <img src='http://s0.wp.com/latex.php?latex=%5Cdelta+%3E+0&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;delta &gt; 0' title='&#92;delta &gt; 0' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=%5Clim_%7Bn+%5Crightarrow+%5Cinfty%7D+%5CPr%5Cleft%28%7C%5Chat%5Ctheta_n+-+%5Ctheta%7C+%3C+%5Cdelta%5Cright%29+%3D+1&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lim_{n &#92;rightarrow &#92;infty} &#92;Pr&#92;left(|&#92;hat&#92;theta_n - &#92;theta| &lt; &#92;delta&#92;right) = 1' title='&#92;lim_{n &#92;rightarrow &#92;infty} &#92;Pr&#92;left(|&#92;hat&#92;theta_n - &#92;theta| &lt; &#92;delta&#92;right) = 1' class='latex' />, where <img src='http://s0.wp.com/latex.php?latex=%5Chat%5Ctheta_n&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;hat&#92;theta_n' title='&#92;hat&#92;theta_n' class='latex' /> is the estimator based on <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='n' title='n' class='latex' /> observations.</li>
<li>The <em>Mean Squared Error</em> is <img src='http://s0.wp.com/latex.php?latex=MSE_%7B%5Chat%5Ctheta%7D%28%5Ctheta%29+%3D+E%5Cleft%5B%28%5Chat%5Ctheta+-+%5Ctheta%29%5E2%7C%5Ctheta%5Cright%5D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='MSE_{&#92;hat&#92;theta}(&#92;theta) = E&#92;left[(&#92;hat&#92;theta - &#92;theta)^2|&#92;theta&#92;right]' title='MSE_{&#92;hat&#92;theta}(&#92;theta) = E&#92;left[(&#92;hat&#92;theta - &#92;theta)^2|&#92;theta&#92;right]' class='latex' />.  A low mean squared error is desirable.</li>
</ol>
<p>The following relationship is useful:</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=MSE_%7B%5Chat%5Ctheta%7D%28%5Ctheta%29+%3D+Var%28%5Chat%5Ctheta%29+%2B+%5Bbias_%7B%5Chat%5Ctheta%7D%28%5Ctheta%29%5D%5E2&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='MSE_{&#92;hat&#92;theta}(&#92;theta) = Var(&#92;hat&#92;theta) + [bias_{&#92;hat&#92;theta}(&#92;theta)]^2' title='MSE_{&#92;hat&#92;theta}(&#92;theta) = Var(&#92;hat&#92;theta) + [bias_{&#92;hat&#92;theta}(&#92;theta)]^2' class='latex' /></p>
<p><strong>CONFIDENCE INTERVALS</strong><br />
To determine a construct a confidence interval for an estimator, you simply add and subtract <img src='http://s0.wp.com/latex.php?latex=z%5Chat%5Csigma&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='z&#92;hat&#92;sigma' title='z&#92;hat&#92;sigma' class='latex' /> to the estimate where <img src='http://s0.wp.com/latex.php?latex=z&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='z' title='z' class='latex' /> is the appropriate z-value from the standard normal table and <img src='http://s0.wp.com/latex.php?latex=%5Chat%5Csigma&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;hat&#92;sigma' title='&#92;hat&#92;sigma' class='latex' /> is the square root of the variance of the estimator.  So a 95% confidence interval for an estimator <img src='http://s0.wp.com/latex.php?latex=%5Chat%5Ctheta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;hat&#92;theta' title='&#92;hat&#92;theta' class='latex' /> would be</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cleft%28%5Chat%5Ctheta+-+1.96%5Csqrt%7B%5Chat%7Bvar%7D%28%5Ctheta%29%7D%2C%5Chat%5Ctheta+%2B+1.96%5Csqrt%7B%5Chat%7Bvar%7D%28%5Ctheta%29%7D%5Cright%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;left(&#92;hat&#92;theta - 1.96&#92;sqrt{&#92;hat{var}(&#92;theta)},&#92;hat&#92;theta + 1.96&#92;sqrt{&#92;hat{var}(&#92;theta)}&#92;right)' title='&#92;left(&#92;hat&#92;theta - 1.96&#92;sqrt{&#92;hat{var}(&#92;theta)},&#92;hat&#92;theta + 1.96&#92;sqrt{&#92;hat{var}(&#92;theta)}&#92;right)' class='latex' /></p>
<p>You can usually express the variance of the estimator in terms of the true parameter.  In that case you can substitute the estimated variance with the true variance of the estimator based on your assumption of the underlying distribution.</p>
<p>When the variance of an estimator can be expressed in terms of the true parameter that you are trying to estimate, a more accurate confidence interval can be derived by</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+-z+%5Cle+%5Cfrac%7B%5Chat%5Ctheta+-+%5Ctheta%7D%7B%5Csqrt%7B%5Chat+var%28%5Ctheta%29%7D%7D+%5Cle+z&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle -z &#92;le &#92;frac{&#92;hat&#92;theta - &#92;theta}{&#92;sqrt{&#92;hat var(&#92;theta)}} &#92;le z' title='&#92;displaystyle -z &#92;le &#92;frac{&#92;hat&#92;theta - &#92;theta}{&#92;sqrt{&#92;hat var(&#92;theta)}} &#92;le z' class='latex' /></p>
<p style="text-align:left;">Solving for <img src='http://s0.wp.com/latex.php?latex=%5Ctheta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;theta' title='&#92;theta' class='latex' /> gives the interval.</p>
<p><strong>STATISTICS OF ESTIMATORS</strong><br />
An important point to keep in mind is that the results you observe in the data is the outcome of a random variable.  Since estimators are calculated based on these observations, they are a function of the results of a random variable.  If you make some assumptions about the underlying distribution, you can calculate the statistics of an estimator, such as the variance of an estimator.  For example, in a population of 100, you observe 5 claims.  You assume the underlying distribution for the number of claims per person is poisson and you estimate its parameter to be <img src='http://s0.wp.com/latex.php?latex=%5Chat%5Clambda+%3D+%5Cfrac+%7B5%7D%7B100%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;hat&#92;lambda = &#92;frac {5}{100}' title='&#92;hat&#92;lambda = &#92;frac {5}{100}' class='latex' />.  This means your equation for the estimator is:</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Chat%5Clambda+%3D+%5Cfrac%7B1%7D%7B100%7D%5Csum_%7Bi%3D1%7D%5E%7B100%7D+X_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle &#92;hat&#92;lambda = &#92;frac{1}{100}&#92;sum_{i=1}^{100} X_i' title='&#92;displaystyle &#92;hat&#92;lambda = &#92;frac{1}{100}&#92;sum_{i=1}^{100} X_i' class='latex' /></p>
<p>where <img src='http://s0.wp.com/latex.php?latex=X_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='X_i' title='X_i' class='latex' /> represents the true underlying distribution for each person.  Thus the variance of your estimator is given by</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cbegin%7Barray%7D%7Brll%7D+var%28%5Chat%5Clambda%29+%26%3D%26+%5Cdisplaystyle+var%5Cleft%28%5Cfrac%7B1%7D%7B100%7D%5Csum_%7Bi%3D1%7D%5E%7B100%7D+X_i%5Cright%29+%5C%5C+%5C%5C+%26%3D%26+%5Cdisplaystyle+%5Cfrac%7B1%7D%7B100%5E2%7D+var%5Cleft%28%5Csum_%7Bi%3D1%7D%5E%7B100%7D+X_i%5Cright%29+%5C%5C+%5C%5C+%26%3D%26+%5Cdisplaystyle+%5Cfrac%7B1%7D%7B100%7D+var%28X%29+%5Cend%7Barray%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;begin{array}{rll} var(&#92;hat&#92;lambda) &amp;=&amp; &#92;displaystyle var&#92;left(&#92;frac{1}{100}&#92;sum_{i=1}^{100} X_i&#92;right) &#92;&#92; &#92;&#92; &amp;=&amp; &#92;displaystyle &#92;frac{1}{100^2} var&#92;left(&#92;sum_{i=1}^{100} X_i&#92;right) &#92;&#92; &#92;&#92; &amp;=&amp; &#92;displaystyle &#92;frac{1}{100} var(X) &#92;end{array}' title='&#92;begin{array}{rll} var(&#92;hat&#92;lambda) &amp;=&amp; &#92;displaystyle var&#92;left(&#92;frac{1}{100}&#92;sum_{i=1}^{100} X_i&#92;right) &#92;&#92; &#92;&#92; &amp;=&amp; &#92;displaystyle &#92;frac{1}{100^2} var&#92;left(&#92;sum_{i=1}^{100} X_i&#92;right) &#92;&#92; &#92;&#92; &amp;=&amp; &#92;displaystyle &#92;frac{1}{100} var(X) &#92;end{array}' class='latex' /></p>
<p>Since you&#8217;ve assumed the underlying distribution to be poisson,</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Chat+var%28%5Chat%5Clambda%29+%3D+%5Cdisplaystyle+%5Cfrac%7B%5Clambda%7D%7B100%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;hat var(&#92;hat&#92;lambda) = &#92;displaystyle &#92;frac{&#92;lambda}{100}' title='&#92;hat var(&#92;hat&#92;lambda) = &#92;displaystyle &#92;frac{&#92;lambda}{100}' class='latex' /></p>
<p>where <img src='http://s0.wp.com/latex.php?latex=%5Clambda&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda' title='&#92;lambda' class='latex' /> is the variance of <img src='http://s0.wp.com/latex.php?latex=X&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='X' title='X' class='latex' />.  This is how you can arrive at equations for the statistics of estimators based on an assumed underlying distribution.  The key is to realize that there is a link between the estimator and the true underlying distribution.</p>
<br />Posted in Empirical Models Tagged: Bias, Confidence Interval, Consistent, Estimator, Mean Squared Error, Variance of Estimator <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tkchen.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tkchen.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tkchen.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tkchen.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tkchen.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tkchen.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tkchen.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tkchen.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tkchen.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tkchen.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tkchen.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tkchen.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tkchen.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tkchen.wordpress.com/247/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=247&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tkchen.wordpress.com/2008/09/20/statistics-for-empirical-models/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5894e4d0db98e120bd60eda989fba996?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">uclatommy</media:title>
		</media:content>
	</item>
		<item>
		<title>Ruin Theory</title>
		<link>http://tkchen.wordpress.com/2008/09/13/ruin-theory/</link>
		<comments>http://tkchen.wordpress.com/2008/09/13/ruin-theory/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 17:47:34 +0000</pubDate>
		<dc:creator>uclatommy</dc:creator>
				<category><![CDATA[Probability]]></category>
		<category><![CDATA[Ruin Theory]]></category>
		<category><![CDATA[Convolution]]></category>
		<category><![CDATA[Probability of Ruin]]></category>
		<category><![CDATA[Probability of Survival]]></category>
		<category><![CDATA[Surplus]]></category>

		<guid isPermaLink="false">http://tkchen.wordpress.com/?p=241</guid>
		<description><![CDATA[You walk into a casino with a certain amount of surplus money.  Every hour you spend in the casino, there is a certain probability of winning or losing some given amount of money.  A ruin theory question might ask, what &#8230; <a href="http://tkchen.wordpress.com/2008/09/13/ruin-theory/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=241&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You walk into a casino with a certain amount of surplus money.  Every hour you spend in the casino, there is a certain probability of winning or losing some given amount of money.  A ruin theory question might ask, what is the probability that you go bankrupt in x number of hours.  The bankruptcy state is an absorbing state, so once you enter into that state, the probability of leaving that state is 0.  The solution to these types of problems usually require calculating an exhaustive list of probabilities for ruin by the convolution method.  But first, familiarity with the notation should be developed.</p>
<p>Definitions:</p>
<ol>
<li><img src='http://s0.wp.com/latex.php?latex=%5Cpsi%28u%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;psi(u)' title='&#92;psi(u)' class='latex' /> &#8212; Starting with surplus <img src='http://s0.wp.com/latex.php?latex=u&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='u' title='u' class='latex' />, this is the probability of ruin as <img src='http://s0.wp.com/latex.php?latex=t&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='t' title='t' class='latex' /> goes to infinity with <img src='http://s0.wp.com/latex.php?latex=t&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='t' title='t' class='latex' /> defined on <img src='http://s0.wp.com/latex.php?latex=%5Cmathbb%7BR%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;mathbb{R}' title='&#92;mathbb{R}' class='latex' />.</li>
<li><img src='http://s0.wp.com/latex.php?latex=%5Cbar%7B%5Cpsi%7D%28u%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;bar{&#92;psi}(u)' title='&#92;bar{&#92;psi}(u)' class='latex' /> &#8212;  Same as above except <img src='http://s0.wp.com/latex.php?latex=t+%5Cin+%5Cmathbb%7BN%7D_%2B&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='t &#92;in &#92;mathbb{N}_+' title='t &#92;in &#92;mathbb{N}_+' class='latex' />, positive integers.</li>
<li><img src='http://s0.wp.com/latex.php?latex=%5Cpsi%28u%2Ct%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;psi(u,t)' title='&#92;psi(u,t)' class='latex' /> &#8212; Probability of ruin from time 0 to time <img src='http://s0.wp.com/latex.php?latex=t&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='t' title='t' class='latex' /> with <img src='http://s0.wp.com/latex.php?latex=t+%5Cin+%5Cmathbb%7BR%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='t &#92;in &#92;mathbb{R}' title='t &#92;in &#92;mathbb{R}' class='latex' />.</li>
<li><img src='http://s0.wp.com/latex.php?latex=%5Cbar%5Cpsi%28u%2Ct%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;bar&#92;psi(u,t)' title='&#92;bar&#92;psi(u,t)' class='latex' /> &#8212; Same as above except <img src='http://s0.wp.com/latex.php?latex=t+%5Cin+%5Cmathbb%7BN%7D_%2B&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='t &#92;in &#92;mathbb{N}_+' title='t &#92;in &#92;mathbb{N}_+' class='latex' />.</li>
</ol>
<div>The analogous survival probabilities follow the same conventions except they are denoted by <img src='http://s0.wp.com/latex.php?latex=%5Cphi&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;phi' title='&#92;phi' class='latex' />.  </div>
<div>The following relationships are useful:</div>
<div>
<ol>
<li><img src='http://s0.wp.com/latex.php?latex=%5Cpsi%28u%29+%5Cgeq+%5Cpsi%28u%2Ct%29+%5Cgeq+%5Cbar%5Cpsi%28u%2Ct%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;psi(u) &#92;geq &#92;psi(u,t) &#92;geq &#92;bar&#92;psi(u,t)' title='&#92;psi(u) &#92;geq &#92;psi(u,t) &#92;geq &#92;bar&#92;psi(u,t)' class='latex' /></li>
<li><img src='http://s0.wp.com/latex.php?latex=%5Cpsi%28u%29+%5Cgeq+%5Cbar%5Cpsi%28u%29+%5Cgeq+%5Cbar%5Cpsi%28u%2Ct%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;psi(u) &#92;geq &#92;bar&#92;psi(u) &#92;geq &#92;bar&#92;psi(u,t)' title='&#92;psi(u) &#92;geq &#92;bar&#92;psi(u) &#92;geq &#92;bar&#92;psi(u,t)' class='latex' /></li>
<li><img src='http://s0.wp.com/latex.php?latex=%5Cpsi%28u%29+%5Cgeq+%5Cpsi%28u%2Bk%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;psi(u) &#92;geq &#92;psi(u+k)' title='&#92;psi(u) &#92;geq &#92;psi(u+k)' class='latex' /> for <img src='http://s0.wp.com/latex.php?latex=k+%5Cgeq+0&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='k &#92;geq 0' title='k &#92;geq 0' class='latex' /></li>
<li><img src='http://s0.wp.com/latex.php?latex=%5Cphi%28u%29+%5Cleq+%5Cphi%28u%2Ct%29+%5Cleq+%5Cbar%5Cphi%28u%2Ct%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;phi(u) &#92;leq &#92;phi(u,t) &#92;leq &#92;bar&#92;phi(u,t)' title='&#92;phi(u) &#92;leq &#92;phi(u,t) &#92;leq &#92;bar&#92;phi(u,t)' class='latex' /></li>
<li><img src='http://s0.wp.com/latex.php?latex=%5Cphi%28u%29+%5Cleq+%5Cbar%5Cphi%28u%29+%5Cleq+%5Cbar%5Cphi%28u%2Ct%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;phi(u) &#92;leq &#92;bar&#92;phi(u) &#92;leq &#92;bar&#92;phi(u,t)' title='&#92;phi(u) &#92;leq &#92;bar&#92;phi(u) &#92;leq &#92;bar&#92;phi(u,t)' class='latex' /></li>
<li><img src='http://s0.wp.com/latex.php?latex=%5Cphi%28u%29+%5Cleq+%5Cphi%28u%2Bk%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;phi(u) &#92;leq &#92;phi(u+k)' title='&#92;phi(u) &#92;leq &#92;phi(u+k)' class='latex' /> for <img src='http://s0.wp.com/latex.php?latex=k+%5Cgeq+0&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='k &#92;geq 0' title='k &#92;geq 0' class='latex' /></li>
</ol>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tkchen.wordpress.com/241/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tkchen.wordpress.com/241/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tkchen.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tkchen.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tkchen.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tkchen.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tkchen.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tkchen.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tkchen.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tkchen.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tkchen.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tkchen.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tkchen.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tkchen.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tkchen.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tkchen.wordpress.com/241/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=241&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tkchen.wordpress.com/2008/09/13/ruin-theory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5894e4d0db98e120bd60eda989fba996?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">uclatommy</media:title>
		</media:content>
	</item>
		<item>
		<title>Recursive Discrete Aggregate Loss</title>
		<link>http://tkchen.wordpress.com/2008/09/13/recursive-discrete-aggregate-loss/</link>
		<comments>http://tkchen.wordpress.com/2008/09/13/recursive-discrete-aggregate-loss/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 15:48:12 +0000</pubDate>
		<dc:creator>uclatommy</dc:creator>
				<category><![CDATA[Aggregate Models]]></category>
		<category><![CDATA[Frequency Models]]></category>
		<category><![CDATA[Probability]]></category>
		<category><![CDATA[Severity Models]]></category>
		<category><![CDATA[Aggregate Loss]]></category>
		<category><![CDATA[Convolution]]></category>
		<category><![CDATA[Discrete Distribution]]></category>
		<category><![CDATA[Memorize This]]></category>
		<category><![CDATA[Recursive Formula]]></category>

		<guid isPermaLink="false">http://tkchen.wordpress.com/?p=230</guid>
		<description><![CDATA[You have 2 six-sided dice.  You roll one dice to determine the number of times you will roll the second dice.  The sum of the results of each roll of the second dice is the amount of aggregate loss.  Since &#8230; <a href="http://tkchen.wordpress.com/2008/09/13/recursive-discrete-aggregate-loss/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=230&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You have 2 six-sided dice.  You roll one dice to determine the number of times you will roll the second dice.  The sum of the results of each roll of the second dice is the amount of aggregate loss.  Since the frequency and severity are discrete, for any aggregate loss amount, the number of combinations of rolls to produce such an amount is clearly countable and finite.  For example, an aggregate loss amount of 3 can be arrived at by rolling a 1 on the first dice, then rolling a 3; or rolling a 2, then rolling the combinations (1,2),(2,1); or rolling a 3 and then rolling (1,1,1) on the second dice.  The probability of experiencing an aggregate loss of 3 is:</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cbegin%7Barray%7D%7Brll%7D+%5CPr%28S%3D3%29+%5Cdisplaystyle+%26%3D%26+%5Cfrac%7B1%7D%7B6%5E2%7D+%2B+%5Cfrac%7B2%7D%7B6%5E3%7D+%2B+%5Cfrac%7B1%7D%7B6%5E4%7D+%5C%5C+%5C%5C+%5Cdisplaystyle+%26%3D%26+%5Cfrac%7B49%7D%7B6%5E4%7D+%5Cend%7Barray%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;begin{array}{rll} &#92;Pr(S=3) &#92;displaystyle &amp;=&amp; &#92;frac{1}{6^2} + &#92;frac{2}{6^3} + &#92;frac{1}{6^4} &#92;&#92; &#92;&#92; &#92;displaystyle &amp;=&amp; &#92;frac{49}{6^4} &#92;end{array}' title='&#92;begin{array}{rll} &#92;Pr(S=3) &#92;displaystyle &amp;=&amp; &#92;frac{1}{6^2} + &#92;frac{2}{6^3} + &#92;frac{1}{6^4} &#92;&#92; &#92;&#92; &#92;displaystyle &amp;=&amp; &#92;frac{49}{6^4} &#92;end{array}' class='latex' /></p>
<p style="text-align:left;">This method of calculating the probability is called the <em>convolution method</em>.  Now imagine the frequency and severity distributions are discrete but infinite.  To calculate <img src='http://s0.wp.com/latex.php?latex=%5CPr%28S%3D10%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;Pr(S=10)' title='&#92;Pr(S=10)' class='latex' /> would require calculating the probability for many possible combinations.  If the discrete functions are from the (a,b,0) class, there is a recursive formula that can calculate this.  It is given by:</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=g_k+%3D+%5Cdisplaystyle+%5Cfrac%7B1%7D%7B1-af_0%7D%5Csum_%7Bj%3D1%7D%5Ek+%5Cleft%28a%2B%5Cfrac%7Bbj%7D%7Bk%7D%5Cright%29f_jg_%7Bk-j%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='g_k = &#92;displaystyle &#92;frac{1}{1-af_0}&#92;sum_{j=1}^k &#92;left(a+&#92;frac{bj}{k}&#92;right)f_jg_{k-j}' title='g_k = &#92;displaystyle &#92;frac{1}{1-af_0}&#92;sum_{j=1}^k &#92;left(a+&#92;frac{bj}{k}&#92;right)f_jg_{k-j}' class='latex' /></p>
<p style="text-align:left;">where <img src='http://s0.wp.com/latex.php?latex=k&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='k' title='k' class='latex' /> is an integer, <img src='http://s0.wp.com/latex.php?latex=g_k+%3D+%5CPr%28S%3Dn%29%3Df_S%28n%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='g_k = &#92;Pr(S=n)=f_S(n)' title='g_k = &#92;Pr(S=n)=f_S(n)' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=f_n+%3D+%5CPr%28X%3Dn%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='f_n = &#92;Pr(X=n)' title='f_n = &#92;Pr(X=n)' class='latex' />, and <img src='http://s0.wp.com/latex.php?latex=p_n+%3D+%5CPr%28N%3Dn%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='p_n = &#92;Pr(N=n)' title='p_n = &#92;Pr(N=n)' class='latex' />.  This is called the <em>recursive method</em>.  To start the recursion, you need to find <img src='http://s0.wp.com/latex.php?latex=g_0&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='g_0' title='g_0' class='latex' />.  You can then find any <img src='http://s0.wp.com/latex.php?latex=g_k&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='g_k' title='g_k' class='latex' />.  If a problem asks for <img src='http://s0.wp.com/latex.php?latex=F_S%283%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='F_S(3)' title='F_S(3)' class='latex' />, this is equal to <img src='http://s0.wp.com/latex.php?latex=g_0%2Bg_1%2Bg_2%2Bg_3&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='g_0+g_1+g_2+g_3' title='g_0+g_1+g_2+g_3' class='latex' />.  You iterate through the recursion to find each <img src='http://s0.wp.com/latex.php?latex=g_k&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='g_k' title='g_k' class='latex' /> then add them together.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tkchen.wordpress.com/230/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tkchen.wordpress.com/230/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tkchen.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tkchen.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tkchen.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tkchen.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tkchen.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tkchen.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tkchen.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tkchen.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tkchen.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tkchen.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tkchen.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tkchen.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tkchen.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tkchen.wordpress.com/230/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=230&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tkchen.wordpress.com/2008/09/13/recursive-discrete-aggregate-loss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5894e4d0db98e120bd60eda989fba996?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">uclatommy</media:title>
		</media:content>
	</item>
		<item>
		<title>Approximating Aggregate Losses</title>
		<link>http://tkchen.wordpress.com/2008/09/01/approximating-aggregate-losses/</link>
		<comments>http://tkchen.wordpress.com/2008/09/01/approximating-aggregate-losses/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 00:43:53 +0000</pubDate>
		<dc:creator>uclatommy</dc:creator>
				<category><![CDATA[Aggregate Models]]></category>
		<category><![CDATA[Frequency Models]]></category>
		<category><![CDATA[Probability]]></category>
		<category><![CDATA[Severity Models]]></category>
		<category><![CDATA[Aggregate Loss]]></category>
		<category><![CDATA[Collective Risk Model]]></category>
		<category><![CDATA[Compound Distribution]]></category>
		<category><![CDATA[Compound Variance]]></category>
		<category><![CDATA[Conditional Variance]]></category>
		<category><![CDATA[Continuity Correction]]></category>
		<category><![CDATA[Expected Aggregate Loss]]></category>
		<category><![CDATA[Frequency]]></category>
		<category><![CDATA[Individual Risk Model]]></category>
		<category><![CDATA[Memorize This]]></category>
		<category><![CDATA[Normal Approximation]]></category>
		<category><![CDATA[Severity]]></category>
		<category><![CDATA[Shortcut]]></category>
		<category><![CDATA[Sum of IID]]></category>
		<category><![CDATA[Variance of Aggregate Loss]]></category>

		<guid isPermaLink="false">http://tkchen.wordpress.com/?p=197</guid>
		<description><![CDATA[An aggregate loss  is the sum of all losses in a certain period of time.  There are an unknown number of losses that may occur and each loss is an unknown amount .   is called the frequency random variable &#8230; <a href="http://tkchen.wordpress.com/2008/09/01/approximating-aggregate-losses/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=197&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>An <em>aggregate loss</em> <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='S' title='S' class='latex' /> is the sum of all losses in a certain period of time.  There are an unknown number <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N' title='N' class='latex' /> of losses that may occur and each loss is an unknown amount <img src='http://s0.wp.com/latex.php?latex=X&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='X' title='X' class='latex' />.  <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N' title='N' class='latex' /> is called the <em>frequency</em> random variable and <img src='http://s0.wp.com/latex.php?latex=X&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='X' title='X' class='latex' /> is called the <em>severity</em>.  This situation can be modeled using a compound distribution of <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N' title='N' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=X&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='X' title='X' class='latex' />.  The model is specified by:</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+S+%3D+%5Csum_%7Bn%3D1%7D%5EN+X_n&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle S = &#92;sum_{n=1}^N X_n' title='&#92;displaystyle S = &#92;sum_{n=1}^N X_n' class='latex' /></p>
<p style="text-align:left;">where <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N' title='N' class='latex' /> is the random variable for frequency and the <img src='http://s0.wp.com/latex.php?latex=X_n&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='X_n' title='X_n' class='latex' />&#8216;s are IID random variables for severity.  This type of structure is called a <em>collective risk model</em>.</p>
<p style="text-align:left;">An alternative way to model aggregate loss is to model each risk using a different distribution appropriate to that risk.  For example, in a portfolio of risks, one may be modeled using a pareto distribution and another may be modeled with an exponential distribution.  The expected aggregate loss would be the sum of the individual expected losses.  This is called an <em>individual risk model</em> and is given by: </p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+S+%3D+%5Csum_%7Bi%3D1%7D%5En+X_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle S = &#92;sum_{i=1}^n X_i' title='&#92;displaystyle S = &#92;sum_{i=1}^n X_i' class='latex' /></p>
<p style="text-align:left;">where <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='n' title='n' class='latex' /> is the number of individual risks in the portfolio and the <img src='http://s0.wp.com/latex.php?latex=X_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='X_i' title='X_i' class='latex' />&#8216;s are random variables for the individual losses.  The <img src='http://s0.wp.com/latex.php?latex=X_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='X_i' title='X_i' class='latex' />&#8216;s are NOT IID, and <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='n' title='n' class='latex' /> is known.</p>
<p style="text-align:left;">Both of these models are tested in the exam; however, the individual risk model is usually tested in combination with the collective risk model.  An example of a problem structure that combines the two is given below.</p>
<p style="text-align:left;"><strong>Example 1</strong>: Your company sells car insurance policies.  The in-force policies are categorized into high-risk and low-risk groups.  In the high-risk group, the number of claims in a year is poisson with a mean of 30.  The number of claims for the low-risk group is poisson with a mean of 10.  The amount of each claim is pareto distributed with <img src='http://s0.wp.com/latex.php?latex=%5Ctheta+%3D+200&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;theta = 200' title='&#92;theta = 200' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Calpha+%3D+2&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;alpha = 2' title='&#92;alpha = 2' class='latex' />.<br />
<strong>Analysis</strong>: Being able to see the structure of the problem is a very important first step in being able to solve it.  In this situation, you would model the aggregate loss as an individual risk model.  There are 2 individual risks&#8211; high and low risk.  For each group, you would model the aggregate loss using a collective risk model.  For the high-risk, the frequency is poisson with mean 30 and the severity is pareto with <img src='http://s0.wp.com/latex.php?latex=%5Ctheta+%3D+200&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;theta = 200' title='&#92;theta = 200' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Calpha+%3D+2&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;alpha = 2' title='&#92;alpha = 2' class='latex' />.  For the low-risk group, the frequency is poisson with mean 10 and the severity is pareto with the same parameters.</p>
<p style="text-align:left;">For these problems, you will need to know how to:</p>
<ol>
<li>Find the expected aggregate loss.</li>
<li>Find the variance of aggregate loss.</li>
<li>Approximate the probability that the aggregate loss will be above or below a certain amount using a normal distribution.  <br />
<em>Example: what is the probability that aggregate losses are below $5,000?</em></li>
<li>Determine how many risks would need to be in a portfolio for the probability of aggregate loss to reach a given level of certainty for a given amount.<br />
<em>Example: how many policies should you underwrite so that the aggregate loss is less than the expected aggregate loss with a 95% degree of certainty?</em> </li>
<li>Determine how long your risk exposure should be for the probability of aggregate loss to reach a given level of certainty for a given amount.</li>
</ol>
<p>Problems that require you to determine probabilities for the aggregate loss will usually state that you should use a <a title="normal approximation" href="http://tkchen.wordpress.com/2008/06/09/normal-approximation/" target="_blank">normal approximation</a>.  This will require the calculation of the expected aggregate loss and the variance of the aggregate loss.</p>
<p><strong>MEMORIZE</strong><br />
Expected aggregate loss for a collective risk model is given by:</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=E%5BS%5D+%3D+E%5BN%5DE%5BX%5D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='E[S] = E[N]E[X]' title='E[S] = E[N]E[X]' class='latex' /></p>
<p>For the individual risk model, it is</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+E%5BS%5D+%3D+%5Csum_%7Bi%3D1%7D%5En+E%5BX_i%5D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle E[S] = &#92;sum_{i=1}^n E[X_i]' title='&#92;displaystyle E[S] = &#92;sum_{i=1}^n E[X_i]' class='latex' /></p>
<p>Variances under the collective risk model are <a title="conditional variances" href="http://tkchen.wordpress.com/2008/06/22/conditional-variance/" target="_blank">conditional variances</a>.</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=Var%28S%29+%3D+E%5BVar%28X%7CI%29%5D+%2B+Var%28E%5BX%7CI%5D%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='Var(S) = E[Var(X|I)] + Var(E[X|I])' title='Var(S) = E[Var(X|I)] + Var(E[X|I])' class='latex' /></p>
<p>When frequency and severity are independent, the following <strong>shortcut</strong> is valid and is called a <em>compound variance</em>:</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=Var%28S%29+%3D+E%5BN%5DVar%28X%29+%2B+Var%28N%29E%5BX%5D%5E2&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='Var(S) = E[N]Var(X) + Var(N)E[X]^2' title='Var(S) = E[N]Var(X) + Var(N)E[X]^2' class='latex' /></p>
<p style="text-align:left;">Variance under the individual risk model is additive:</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+Var%28S%29+%3D+%5Csum_%7Bi%3D1%7D%5En+Var%28X%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle Var(S) = &#92;sum_{i=1}^n Var(X)' title='&#92;displaystyle Var(S) = &#92;sum_{i=1}^n Var(X)' class='latex' /></p>
<p style="text-align:left;"><strong>Example 2</strong>: Continuing from Example 1, calculate the mean and variance of the aggregate loss.  Assume frequency and severity are independent.<br />
<strong>Answer</strong>: This is done by</p>
<ol>
<li>Calculating the expected aggregate loss and variance in the high-risk group.</li>
<li>Calculating the expected aggregate loss and variance in the low-risk group.</li>
<li>Adding the expected values from both groups to get the total expected aggregate loss.</li>
<li>Adding the variances from both groups to get the total variance.</li>
</ol>
<p>I will use subscript <img src='http://s0.wp.com/latex.php?latex=H&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='H' title='H' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=L&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='L' title='L' class='latex' /> to denote high and low risk groups respectively.</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=E%5BS_H%5D+%3D+E%5BN_H%5DE%5BX_H%5D+%3D+30%5Ctimes+200+%3D+6%2C000&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='E[S_H] = E[N_H]E[X_H] = 30&#92;times 200 = 6,000' title='E[S_H] = E[N_H]E[X_H] = 30&#92;times 200 = 6,000' class='latex' /></p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cbegin%7Barray%7D%7Brll%7D+Var%28S_H%29+%26%3D%26+E%5BN_H%5DVar%28X_H%29+%2B+Var%28N_H%29E%5BX_H%5D%5E2+%5C%5C+%26%3D%26+30+%5Ctimes+40%2C000+%2B+30+%5Ctimes+200%5E2+%5C%5C+%26%3D%26+2%2C400%2C000+%5Cend%7Barray%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;begin{array}{rll} Var(S_H) &amp;=&amp; E[N_H]Var(X_H) + Var(N_H)E[X_H]^2 &#92;&#92; &amp;=&amp; 30 &#92;times 40,000 + 30 &#92;times 200^2 &#92;&#92; &amp;=&amp; 2,400,000 &#92;end{array}' title='&#92;begin{array}{rll} Var(S_H) &amp;=&amp; E[N_H]Var(X_H) + Var(N_H)E[X_H]^2 &#92;&#92; &amp;=&amp; 30 &#92;times 40,000 + 30 &#92;times 200^2 &#92;&#92; &amp;=&amp; 2,400,000 &#92;end{array}' class='latex' /></p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=E%5BS_L%5D+%3D+E%5BN_L%5DE%5BX_L%5D+%3D+10+%5Ctimes+200+%3D+2%2C000&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='E[S_L] = E[N_L]E[X_L] = 10 &#92;times 200 = 2,000' title='E[S_L] = E[N_L]E[X_L] = 10 &#92;times 200 = 2,000' class='latex' /></p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cbegin%7Barray%7D%7Brll%7D+Var%28S_H%29+%26%3D%26+10+%5Ctimes+40%2C000+%2B+10+%5Ctimes+200%5E2+%5C%5C+%26%3D%26+800%2C000+%5Cend%7Barray%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;begin{array}{rll} Var(S_H) &amp;=&amp; 10 &#92;times 40,000 + 10 &#92;times 200^2 &#92;&#92; &amp;=&amp; 800,000 &#92;end{array}' title='&#92;begin{array}{rll} Var(S_H) &amp;=&amp; 10 &#92;times 40,000 + 10 &#92;times 200^2 &#92;&#92; &amp;=&amp; 800,000 &#92;end{array}' class='latex' /></p>
<p style="text-align:left;">Add expected values to get</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=E%5BS%5D+%3D+6%2C000+%2B+2%2C000+%3D+8%2C000&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='E[S] = 6,000 + 2,000 = 8,000' title='E[S] = 6,000 + 2,000 = 8,000' class='latex' /></p>
<p style="text-align:left;">Add variances to get</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=Var%28S%29+%3D+2%2C400%2C000+%2B+800%2C000+%3D+3%2C200%2C000&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='Var(S) = 2,400,000 + 800,000 = 3,200,000' title='Var(S) = 2,400,000 + 800,000 = 3,200,000' class='latex' /></p>
<p style="text-align:left;">Once the mean and variance of the aggregate loss has been calculated, you can use them to approximate probabilities for aggregate losses using a normal distribution.</p>
<p style="text-align:left;"><strong>Example 3</strong>: Continuing from Example 2, use a normal approximation for aggregate loss to calculate the probability that losses exceed $12,000.<br />
<strong>Answer</strong>:  To solve this, you will need to calculate a <img src='http://s0.wp.com/latex.php?latex=z&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='z' title='z' class='latex' /> value for the normal distribution using the expected value and variance found in Example 2.</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cbegin%7Barray%7D%7Brll%7D+%5CPr%28S+%3E+12%2C000%29+%26%3D%26+1-+%5CPr%28S%3C+12%2C000%29+%5C%5C+%5C%5C+%26%3D%26+%5Cdisplaystyle+1-%5CPhi%5Cleft%28%5Cfrac%7B12%2C000+-+8%2C000%7D%7B%5Csqrt%7B3%2C200%2C000%7D%7D%5Cright%29+%5C%5C+%5C%5C+%26%3D%26+1+-+%5CPhi%282.24%29+%5C%5C+%5C%5C+%26%3D%26+0.0125+%5Cend%7Barray%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;begin{array}{rll} &#92;Pr(S &gt; 12,000) &amp;=&amp; 1- &#92;Pr(S&lt; 12,000) &#92;&#92; &#92;&#92; &amp;=&amp; &#92;displaystyle 1-&#92;Phi&#92;left(&#92;frac{12,000 - 8,000}{&#92;sqrt{3,200,000}}&#92;right) &#92;&#92; &#92;&#92; &amp;=&amp; 1 - &#92;Phi(2.24) &#92;&#92; &#92;&#92; &amp;=&amp; 0.0125 &#92;end{array}' title='&#92;begin{array}{rll} &#92;Pr(S &gt; 12,000) &amp;=&amp; 1- &#92;Pr(S&lt; 12,000) &#92;&#92; &#92;&#92; &amp;=&amp; &#92;displaystyle 1-&#92;Phi&#92;left(&#92;frac{12,000 - 8,000}{&#92;sqrt{3,200,000}}&#92;right) &#92;&#92; &#92;&#92; &amp;=&amp; 1 - &#92;Phi(2.24) &#92;&#92; &#92;&#92; &amp;=&amp; 0.0125 &#92;end{array}' class='latex' /></p>
<p style="text-align:left;"><strong>CONTINUITY CORRECTION</strong><br />
Suppose in the above examples the severity <img src='http://s0.wp.com/latex.php?latex=X&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='X' title='X' class='latex' /> is discrete.  For example, <img src='http://s0.wp.com/latex.php?latex=X&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='X' title='X' class='latex' /> is poisson.  Under this specification, we need to add 0.5 to 12,000 in the calculation for <img src='http://s0.wp.com/latex.php?latex=%5CPr%28S+%3E+12%2C000%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;Pr(S &gt; 12,000)' title='&#92;Pr(S &gt; 12,000)' class='latex' />.  So we would instead calculate <img src='http://s0.wp.com/latex.php?latex=%5CPr%28S+%3E+12%2C000.5%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;Pr(S &gt; 12,000.5)' title='&#92;Pr(S &gt; 12,000.5)' class='latex' />  This is called a <em>continuity correction</em> and occurs when we have a discrete severity random variable.  If we were interested in <img src='http://s0.wp.com/latex.php?latex=%5CPr%28S%3C12%2C000%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;Pr(S&lt;12,000)' title='&#92;Pr(S&lt;12,000)' class='latex' />, we would subtract 0.5 instead.  This has a greater effect when the domain of possible values is smaller.</p>
<p style="text-align:left;">Another type of problem I&#8217;ve encountered in the samples is constructed as follows:</p>
<p style="text-align:left;"><strong>Example 4</strong>: You drive a 1992 Honda Prelude Si piece-of-crap-mobile (no, that&#8217;s my old car and you are driving it because I sold it to you to buy my Mercedes).  The failure rate per year is poisson with mean 2.  The average cost of repair for each instance of breakdown is $500 with a standard deviation of $1000.  How many years do you have to continue driving the car so that the probability of the total maintenance cost exceeding 120% of the expected total maintenance cost is less than 10%?  (Assume the car is so crappy that it cannot deteriorate any further so the failure rates and average repair costs remain constant every year.)<br />
<strong>Answer</strong>:  For one year,</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=E%5BS_1%5D+%3D+1%2C000&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='E[S_1] = 1,000' title='E[S_1] = 1,000' class='latex' /></p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cbegin%7Barray%7D%7Brll%7D+Var%28S_1%29+%26%3D%26+2+%5Ctimes+1%2C000%5E2+%2B+2+%5Ctimes+500%5E2+%5C%5C+%26%3D%26+2%2C500%2C000+%5Cend%7Barray%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;begin{array}{rll} Var(S_1) &amp;=&amp; 2 &#92;times 1,000^2 + 2 &#92;times 500^2 &#92;&#92; &amp;=&amp; 2,500,000 &#92;end{array}' title='&#92;begin{array}{rll} Var(S_1) &amp;=&amp; 2 &#92;times 1,000^2 + 2 &#92;times 500^2 &#92;&#92; &amp;=&amp; 2,500,000 &#92;end{array}' class='latex' /></p>
<p style="text-align:left;">For <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='n' title='n' class='latex' /> years, we have</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=E%5BS%5D+%3D+1%2C000n&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='E[S] = 1,000n' title='E[S] = 1,000n' class='latex' /></p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=Var%28S%29+%3D+2%2C500%2C000n&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='Var(S) = 2,500,000n' title='Var(S) = 2,500,000n' class='latex' /></p>
<p style="text-align:left;">According to the problem, we are interested in <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='S' title='S' class='latex' /> such that <img src='http://s0.wp.com/latex.php?latex=%5CPr%28S+%3E+1%2C200n%29+%3D+0.1&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;Pr(S &gt; 1,200n) = 0.1' title='&#92;Pr(S &gt; 1,200n) = 0.1' class='latex' />.  Under normal approximation, this implies</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cbegin%7Barray%7D%7Brll%7D+%5CPr%28S%3E1%2C200n%29+%26%3D%26+1-%5CPr%28S%3C1%2C200n%29+%5C%5C+%5C%5C+%26%3D%26+%5Cdisplaystyle+1-+%5CPhi%5Cleft%28%5Cfrac%7B1%2C200n+-+1%2C000n%7D%7B%5Csqrt%7B2%2C500%2C000n%7D%7D%5Cright%29+%5Cend%7Barray%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;begin{array}{rll} &#92;Pr(S&gt;1,200n) &amp;=&amp; 1-&#92;Pr(S&lt;1,200n) &#92;&#92; &#92;&#92; &amp;=&amp; &#92;displaystyle 1- &#92;Phi&#92;left(&#92;frac{1,200n - 1,000n}{&#92;sqrt{2,500,000n}}&#92;right) &#92;end{array}' title='&#92;begin{array}{rll} &#92;Pr(S&gt;1,200n) &amp;=&amp; 1-&#92;Pr(S&lt;1,200n) &#92;&#92; &#92;&#92; &amp;=&amp; &#92;displaystyle 1- &#92;Phi&#92;left(&#92;frac{1,200n - 1,000n}{&#92;sqrt{2,500,000n}}&#92;right) &#92;end{array}' class='latex' /></p>
<p style="text-align:left;">Which implies</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5CPhi%5Cleft%28%5Cfrac%7B200n%7D%7B%5Csqrt%7B2%2C500%2C000n%7D%7D%5Cright%29+%3D+0.9&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle &#92;Phi&#92;left(&#92;frac{200n}{&#92;sqrt{2,500,000n}}&#92;right) = 0.9' title='&#92;displaystyle &#92;Phi&#92;left(&#92;frac{200n}{&#92;sqrt{2,500,000n}}&#92;right) = 0.9' class='latex' /></p>
<p style="text-align:left;">The probability <img src='http://s0.wp.com/latex.php?latex=0.9&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='0.9' title='0.9' class='latex' /> corresponds to a <img src='http://s0.wp.com/latex.php?latex=z&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='z' title='z' class='latex' /> value of 1.28.  This implies</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Cfrac%7B200n%7D%7B%5Csqrt%7B2%2C500%2C000n%7D%7D+%3D+1.28&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle &#92;frac{200n}{&#92;sqrt{2,500,000n}} = 1.28' title='&#92;displaystyle &#92;frac{200n}{&#92;sqrt{2,500,000n}} = 1.28' class='latex' /></p>
<p style="text-align:left;">Solving for <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='n' title='n' class='latex' /> we have <img src='http://s0.wp.com/latex.php?latex=n+%3D+1024&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='n = 1024' title='n = 1024' class='latex' /> years.  LOL!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tkchen.wordpress.com/197/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tkchen.wordpress.com/197/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tkchen.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tkchen.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tkchen.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tkchen.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tkchen.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tkchen.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tkchen.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tkchen.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tkchen.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tkchen.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tkchen.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tkchen.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tkchen.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tkchen.wordpress.com/197/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=197&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tkchen.wordpress.com/2008/09/01/approximating-aggregate-losses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5894e4d0db98e120bd60eda989fba996?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">uclatommy</media:title>
		</media:content>
	</item>
		<item>
		<title>Frequency with Respect to Exposure and Coverage Modifications</title>
		<link>http://tkchen.wordpress.com/2008/08/28/frequency-with-respect-to-exposure-and-coverage-modifications/</link>
		<comments>http://tkchen.wordpress.com/2008/08/28/frequency-with-respect-to-exposure-and-coverage-modifications/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 04:56:06 +0000</pubDate>
		<dc:creator>uclatommy</dc:creator>
				<category><![CDATA[Coverage Modifications]]></category>
		<category><![CDATA[Deductibles]]></category>
		<category><![CDATA[Frequency Models]]></category>
		<category><![CDATA[Limits]]></category>
		<category><![CDATA[Binomial]]></category>
		<category><![CDATA[Coverage Modification]]></category>
		<category><![CDATA[Exposure Modification]]></category>
		<category><![CDATA[Frequency]]></category>
		<category><![CDATA[Frequency Distribution]]></category>
		<category><![CDATA[Geometric]]></category>
		<category><![CDATA[Negative Binomial]]></category>
		<category><![CDATA[Pareto]]></category>
		<category><![CDATA[Poisson]]></category>

		<guid isPermaLink="false">http://tkchen.wordpress.com/?p=177</guid>
		<description><![CDATA[In a portfolio of risks, there are two types of modifications which can influence the frequency distribution of payments. Exposure Modification (not in syllabus) &#8212; increasing or decreasing the number of risks or time periods of coverage in the portfolio &#8230; <a href="http://tkchen.wordpress.com/2008/08/28/frequency-with-respect-to-exposure-and-coverage-modifications/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=177&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In a portfolio of risks, there are two types of modifications which can influence the frequency distribution of payments.</p>
<ol>
<li><em>Exposure Modification (<span style="color:#ff0000;">not in syllabus</span></em><em>)</em> &#8212; increasing or decreasing the number of risks or time periods of coverage in the portfolio</li>
<li><em>Coverage Modification</em> &#8212; applying limits, deductible or adjusting for inflation in each individual risk</li>
</ol>
<div><strong>EXPOSURE MODIFICATION </strong></div>
<div>If there is an exposure modification, you would adjust the frequency distribution by scaling the appropriate parameter to reflect the change in exposure.  The following list provides the appropriate parameter to adjust for each distribution:</div>
<div>
<ol>
<li>Poisson:  <img src='http://s0.wp.com/latex.php?latex=%5Clambda&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda' title='&#92;lambda' class='latex' /></li>
<li>Negative Binomial:  <img src='http://s0.wp.com/latex.php?latex=r&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r' title='r' class='latex' /><br />
(Geometric is a Negative Binomial with <img src='http://s0.wp.com/latex.php?latex=r+%3D+1&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r = 1' title='r = 1' class='latex' />)</li>
<li>Binomial:  <img src='http://s0.wp.com/latex.php?latex=m&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='m' title='m' class='latex' /><br />
(Only valid if the new value remains an integer)</li>
</ol>
<div><strong>Example 1</strong>:  You own a portfolio of 10 risks.  You model the frequency of claims with a negative binomial having parameters <img src='http://s0.wp.com/latex.php?latex=r+%3D+2&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r = 2' title='r = 2' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Cbeta+%3D+0.5&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;beta = 0.5' title='&#92;beta = 0.5' class='latex' />.  The number of risks in your portfolio increases to 15.  What are the parameters for the new distribution?</div>
<div><strong>Answer</strong>:  The frequency distribution now has parameters <img src='http://s0.wp.com/latex.php?latex=r+%3D+3&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r = 3' title='r = 3' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Cbeta+%3D+0.5&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;beta = 0.5' title='&#92;beta = 0.5' class='latex' />  Note that since the mean and variance are <img src='http://s0.wp.com/latex.php?latex=r%5Cbeta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r&#92;beta' title='r&#92;beta' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=r%5Cbeta%281%2B%5Cbeta%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r&#92;beta(1+&#92;beta)' title='r&#92;beta(1+&#92;beta)' class='latex' /> respectively, the new mean and variance are multiplied by 1.5.</div>
<div><strong>COVERAGE MODIFICATION</strong></div>
<div>Coverage modifications shift, censor, or scale the individual risks, usually in the presence of a deductible or claim limit, and they change the conditions that trigger a payment.  For example, adding a deductible <img src='http://s0.wp.com/latex.php?latex=d&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='d' title='d' class='latex' /> is considered a coverage modification and this changes the condition for payment because any losses below the deductible do not qualify for payment.  If the risk is represented by random variable <img src='http://s0.wp.com/latex.php?latex=X&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='X' title='X' class='latex' />, then adding a deductible would change the random variable to <img src='http://s0.wp.com/latex.php?latex=%28X-d%29_%2B&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='(X-d)_+' title='(X-d)_+' class='latex' />. Scaling in the presence of a deductible or claim limit also affects the frequency distribution.  The following lists parameters affected by coverage modifications:</div>
<div>
<ol>
<li>Poisson:  <img src='http://s0.wp.com/latex.php?latex=%5Clambda&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda' title='&#92;lambda' class='latex' /></li>
<li>Negative Binomial:  <img src='http://s0.wp.com/latex.php?latex=%5Cbeta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;beta' title='&#92;beta' class='latex' /></li>
<li>Binomial:  <img src='http://s0.wp.com/latex.php?latex=q&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='q' title='q' class='latex' /></li>
<li>Geometric:  <img src='http://s0.wp.com/latex.php?latex=%5Cbeta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;beta' title='&#92;beta' class='latex' /></li>
</ol>
<div>These parameters are scaled by the probability that a payment occurs.</div>
</div>
<div><strong>Example 2</strong>:  The frequency of loss is modeled as a Poisson distribution with parameter <img src='http://s0.wp.com/latex.php?latex=%5Clambda+%3D+5&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda = 5' title='&#92;lambda = 5' class='latex' />.  A deductible is imposed so that only 80% of losses result in payments.  What is the new distribution?</div>
<div><strong>Answer</strong>:  It is Poisson with <img src='http://s0.wp.com/latex.php?latex=%5Clambda+%3D+0.8%285%29+%3D+4&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda = 0.8(5) = 4' title='&#92;lambda = 0.8(5) = 4' class='latex' />.</div>
<div><strong>Example 3</strong>:  The frequency of payment <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N' title='N' class='latex' /> is modeled as a negative binomial with parameters <img src='http://s0.wp.com/latex.php?latex=r+%3D+3&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r = 3' title='r = 3' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Cbeta+%3D+0.5&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;beta = 0.5' title='&#92;beta = 0.5' class='latex' />.  Losses <img src='http://s0.wp.com/latex.php?latex=X&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='X' title='X' class='latex' /> are pareto distributed with parameters <img src='http://s0.wp.com/latex.php?latex=%5Calpha+%3D+2&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;alpha = 2' title='&#92;alpha = 2' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Ctheta+%3D+100&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;theta = 100' title='&#92;theta = 100' class='latex' />.  The deductible is changed from <img src='http://s0.wp.com/latex.php?latex=d%3D10&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='d=10' title='d=10' class='latex' /> to <img src='http://s0.wp.com/latex.php?latex=d%3D15&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='d=15' title='d=15' class='latex' />.  What are the new parameters in the frequency distribution?</div>
<div><strong>Answer</strong>:  Firstly, <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N' title='N' class='latex' /> is the frequency of payment.  So it reflects the current deductible.  If you wanted the distribution of <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N' title='N' class='latex' /> without deductible, you would divide <img src='http://s0.wp.com/latex.php?latex=%5Cbeta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;beta' title='&#92;beta' class='latex' /> by <img src='http://s0.wp.com/latex.php?latex=%5CPr%7B%28X%3E10%29%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;Pr{(X&gt;10)}' title='&#92;Pr{(X&gt;10)}' class='latex' />.  Now to find the distribution of <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N' title='N' class='latex' /> with the deductible of 15, you multiply <img src='http://s0.wp.com/latex.php?latex=%5Cbeta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;beta' title='&#92;beta' class='latex' /> by <img src='http://s0.wp.com/latex.php?latex=Pr%28X%3E15%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='Pr(X&gt;15)' title='Pr(X&gt;15)' class='latex' />.  To summarize:</div>
<div style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cbegin%7Barray%7D%7Brll%7D+%5Cbeta_%7Bnew%7D+%26%3D%26+%5Cdisplaystyle+%5Cbeta_%7Bold%7D%5Ctimes%5Cfrac%7B%5CPr%28X%3E15%29%7D%7B%5CPr%28X%3E10%29%7D+%5C%5C+%5C%5C+%26%3D%26+%5Cdisplaystyle+0.5%5Ctimes+%5Cfrac%7B0.75614367%7D%7B0.82644628%7D+%5C%5C+%5C%5C+%26%3D%26+0.45746692+%5Cend%7Barray%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;begin{array}{rll} &#92;beta_{new} &amp;=&amp; &#92;displaystyle &#92;beta_{old}&#92;times&#92;frac{&#92;Pr(X&gt;15)}{&#92;Pr(X&gt;10)} &#92;&#92; &#92;&#92; &amp;=&amp; &#92;displaystyle 0.5&#92;times &#92;frac{0.75614367}{0.82644628} &#92;&#92; &#92;&#92; &amp;=&amp; 0.45746692 &#92;end{array}' title='&#92;begin{array}{rll} &#92;beta_{new} &amp;=&amp; &#92;displaystyle &#92;beta_{old}&#92;times&#92;frac{&#92;Pr(X&gt;15)}{&#92;Pr(X&gt;10)} &#92;&#92; &#92;&#92; &amp;=&amp; &#92;displaystyle 0.5&#92;times &#92;frac{0.75614367}{0.82644628} &#92;&#92; &#92;&#92; &amp;=&amp; 0.45746692 &#92;end{array}' class='latex' /></div>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tkchen.wordpress.com/177/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tkchen.wordpress.com/177/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tkchen.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tkchen.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tkchen.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tkchen.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tkchen.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tkchen.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tkchen.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tkchen.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tkchen.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tkchen.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tkchen.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tkchen.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tkchen.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tkchen.wordpress.com/177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=177&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tkchen.wordpress.com/2008/08/28/frequency-with-respect-to-exposure-and-coverage-modifications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5894e4d0db98e120bd60eda989fba996?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">uclatommy</media:title>
		</media:content>
	</item>
		<item>
		<title>The Poisson Gamma Mixture Pattern</title>
		<link>http://tkchen.wordpress.com/2008/08/24/the-poisson-gamma-mixture-pattern/</link>
		<comments>http://tkchen.wordpress.com/2008/08/24/the-poisson-gamma-mixture-pattern/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 23:22:09 +0000</pubDate>
		<dc:creator>uclatommy</dc:creator>
				<category><![CDATA[Frequency Models]]></category>
		<category><![CDATA[Exponential]]></category>
		<category><![CDATA[Gamma]]></category>
		<category><![CDATA[Geometric]]></category>
		<category><![CDATA[Poisson]]></category>

		<guid isPermaLink="false">http://tkchen.wordpress.com/?p=170</guid>
		<description><![CDATA[Suppose a random variable has a frequency distribution that is Poisson with parameter . Suppose the parameter is also a random variable and it has a gamma distribution with parameters and . Then is equivalent to a negative binomial with &#8230; <a href="http://tkchen.wordpress.com/2008/08/24/the-poisson-gamma-mixture-pattern/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=170&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Suppose a random variable <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N' title='N' class='latex' /> has a frequency distribution that is Poisson with parameter <img src='http://s0.wp.com/latex.php?latex=%5Clambda&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda' title='&#92;lambda' class='latex' />.  Suppose the parameter <img src='http://s0.wp.com/latex.php?latex=%5Clambda&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda' title='&#92;lambda' class='latex' /> is also a random variable and it has a gamma distribution with parameters <img src='http://s0.wp.com/latex.php?latex=%5Calpha&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;alpha' title='&#92;alpha' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Ctheta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;theta' title='&#92;theta' class='latex' />.  Then <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N' title='N' class='latex' /> is equivalent to a negative binomial with parameters <img src='http://s0.wp.com/latex.php?latex=r+%3D+%5Calpha&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r = &#92;alpha' title='r = &#92;alpha' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Cbeta+%3D+%5Ctheta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;beta = &#92;theta' title='&#92;beta = &#92;theta' class='latex' />.</p>
<p>Note that</p>
<ol>
<li>When <img src='http://s0.wp.com/latex.php?latex=%5Calpha+%3D1&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;alpha =1' title='&#92;alpha =1' class='latex' />, the gamma distribution is equivalent to an exponential distribution.</li>
<li>This also means the negative binomial has parameter <img src='http://s0.wp.com/latex.php?latex=r%3D1&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r=1' title='r=1' class='latex' /> which is equivalent to a geometric distribution.</li>
</ol>
<div><strong>Pop Quiz!</strong></div>
<div>You own a space mining company and have sent several exploration bots to scout possible mineral rich asteroids.  Each bot discovers pockets of valuable resources on different asteroids at a rate of <img src='http://s0.wp.com/latex.php?latex=%5Clambda&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda' title='&#92;lambda' class='latex' /> per year.  The parameter <img src='http://s0.wp.com/latex.php?latex=%5Clambda&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda' title='&#92;lambda' class='latex' /> varies by bot according to an exponential distribution with parameter <img src='http://s0.wp.com/latex.php?latex=%5Ctheta+%3D+3&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;theta = 3' title='&#92;theta = 3' class='latex' />.</div>
<div>
<ol>
<li>What is the expected number of discoveries per year for a bot chosen at random?<br />
Answer:  <span style="color:#ffffff;">3</span></li>
<li>What is the variance?<br />
Answer:  <span style="color:#ffffff;">12</span></li>
</ol>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tkchen.wordpress.com/170/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tkchen.wordpress.com/170/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tkchen.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tkchen.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tkchen.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tkchen.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tkchen.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tkchen.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tkchen.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tkchen.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tkchen.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tkchen.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tkchen.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tkchen.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tkchen.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tkchen.wordpress.com/170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=170&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tkchen.wordpress.com/2008/08/24/the-poisson-gamma-mixture-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5894e4d0db98e120bd60eda989fba996?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">uclatommy</media:title>
		</media:content>
	</item>
		<item>
		<title>Frequency Models</title>
		<link>http://tkchen.wordpress.com/2008/08/24/frequency-models/</link>
		<comments>http://tkchen.wordpress.com/2008/08/24/frequency-models/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 05:56:36 +0000</pubDate>
		<dc:creator>uclatommy</dc:creator>
				<category><![CDATA[Frequency Models]]></category>
		<category><![CDATA[Probability]]></category>
		<category><![CDATA[Binomial]]></category>
		<category><![CDATA[Discreet Distributions]]></category>
		<category><![CDATA[Frequency]]></category>
		<category><![CDATA[Geometric]]></category>
		<category><![CDATA[Negative Binomial]]></category>
		<category><![CDATA[Poisson]]></category>
		<category><![CDATA[Severity]]></category>

		<guid isPermaLink="false">http://tkchen.wordpress.com/?p=151</guid>
		<description><![CDATA[Frequency models count the number of times an event occurs. The number of customers to arrive each hour. The number of coins lucky Tom finds on his way home from school. How many scientists a Tyrannosaur eats on a certain day. Etc. &#8230; <a href="http://tkchen.wordpress.com/2008/08/24/frequency-models/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=151&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Frequency models count the number of times an event occurs.</p>
<ol>
<li>The number of customers to arrive each hour.</li>
<li>The number of coins lucky Tom finds on his way home from school.</li>
<li>How many scientists a Tyrannosaur eats on a certain day.</li>
<li>Etc.</li>
</ol>
<div>This is in contrast to a severity model which measures the magnitude of an event.</div>
<div>
<ol>
<li>How much a customer spends.</li>
<li>The value of a coin that lucky Tom finds.</li>
<li>The number of calories each scientist provides.</li>
<li>Etc.</li>
</ol>
<div>The following distributions are used to model event frequency.  For notation, <img src='http://s0.wp.com/latex.php?latex=p_n&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='p_n' title='p_n' class='latex' /> means <img src='http://s0.wp.com/latex.php?latex=Pr%28N%3Dn%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='Pr(N=n)' title='Pr(N=n)' class='latex' />.</div>
<h2>
<div>Poisson:</div>
</h2>
<div style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cbegin%7Barray%7D%7Blr%7D%5Cdisplaystyle+p_n+%3D+e%5E%7B-%5Clambda%7D+%5Cfrac%7B%5Clambda%5En%7D%7Bn%21%7D+%26+%5Clambda+%3E+0+%5Cend%7Barray%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;begin{array}{lr}&#92;displaystyle p_n = e^{-&#92;lambda} &#92;frac{&#92;lambda^n}{n!} &amp; &#92;lambda &gt; 0 &#92;end{array}' title='&#92;begin{array}{lr}&#92;displaystyle p_n = e^{-&#92;lambda} &#92;frac{&#92;lambda^n}{n!} &amp; &#92;lambda &gt; 0 &#92;end{array}' class='latex' /></div>
<div style="text-align:left;">Properties:</div>
<div style="text-align:left;">
<ol>
<li>Parameter is <img src='http://s0.wp.com/latex.php?latex=%5Clambda&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda' title='&#92;lambda' class='latex' />.</li>
<li>Mean is <img src='http://s0.wp.com/latex.php?latex=%5Clambda&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda' title='&#92;lambda' class='latex' />.</li>
<li>Variance is <img src='http://s0.wp.com/latex.php?latex=%5Clambda&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda' title='&#92;lambda' class='latex' />.</li>
<li>If <img src='http://s0.wp.com/latex.php?latex=N_1%2C+N_2%2C+...%2C+N_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N_1, N_2, ..., N_i' title='N_1, N_2, ..., N_i' class='latex' /> are Poisson with parameters <img src='http://s0.wp.com/latex.php?latex=%5Clambda_1%2C+%5Clambda_2%2C+...%2C+%5Clambda_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda_1, &#92;lambda_2, ..., &#92;lambda_i' title='&#92;lambda_1, &#92;lambda_2, ..., &#92;lambda_i' class='latex' />, then <img src='http://s0.wp.com/latex.php?latex=N+%3D+N_1+%2B+N_2+%2B+...+%2B+N_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N = N_1 + N_2 + ... + N_i' title='N = N_1 + N_2 + ... + N_i' class='latex' /> is Poisson with parameter <img src='http://s0.wp.com/latex.php?latex=%5Clambda+%3D+%5Clambda_1+%2B+%5Clambda_2+%2B+...+%2B+%5Clambda_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;lambda = &#92;lambda_1 + &#92;lambda_2 + ... + &#92;lambda_i' title='&#92;lambda = &#92;lambda_1 + &#92;lambda_2 + ... + &#92;lambda_i' class='latex' />.</li>
</ol>
<h2>
<div>Negative Binomial:</div>
</h2>
<div style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cbegin%7Barray%7D%7Blr%7D+%5Cdisplaystyle+p_n+%3D+%7B%7Bn%2Br-1%7D%5Cchoose%7Bn%7D%7D%5Cleft%28%5Cfrac%7B1%7D%7B1%2B%5Cbeta%7D%5Cright%29%5Er%5Cleft%28%5Cfrac%7B%5Cbeta%7D%7B1%2B%5Cbeta%7D%5Cright%29%5En+%26+%5Cbeta%3E0%2C+r%3E0+%5Cend%7Barray%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;begin{array}{lr} &#92;displaystyle p_n = {{n+r-1}&#92;choose{n}}&#92;left(&#92;frac{1}{1+&#92;beta}&#92;right)^r&#92;left(&#92;frac{&#92;beta}{1+&#92;beta}&#92;right)^n &amp; &#92;beta&gt;0, r&gt;0 &#92;end{array}' title='&#92;begin{array}{lr} &#92;displaystyle p_n = {{n+r-1}&#92;choose{n}}&#92;left(&#92;frac{1}{1+&#92;beta}&#92;right)^r&#92;left(&#92;frac{&#92;beta}{1+&#92;beta}&#92;right)^n &amp; &#92;beta&gt;0, r&gt;0 &#92;end{array}' class='latex' /></div>
<div style="text-align:left;">Properties:</div>
<div style="text-align:left;">
<ol>
<li>Parameters are <img src='http://s0.wp.com/latex.php?latex=r&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r' title='r' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Cbeta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;beta' title='&#92;beta' class='latex' />.</li>
<li>Mean is <img src='http://s0.wp.com/latex.php?latex=r%5Cbeta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r&#92;beta' title='r&#92;beta' class='latex' />.</li>
<li>Variance is <img src='http://s0.wp.com/latex.php?latex=r%5Cbeta%5Cleft%281%2B%5Cbeta%5Cright%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r&#92;beta&#92;left(1+&#92;beta&#92;right)' title='r&#92;beta&#92;left(1+&#92;beta&#92;right)' class='latex' />.</li>
<li>Variance is always greater than the mean.</li>
<li>Is equal to a Geometric distribution when <img src='http://s0.wp.com/latex.php?latex=r%3D1&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r=1' title='r=1' class='latex' />.</li>
<li>If <img src='http://s0.wp.com/latex.php?latex=N_1%2C+N_2%2C+...%2C+N_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N_1, N_2, ..., N_i' title='N_1, N_2, ..., N_i' class='latex' /> are negative binomial with parameters <img src='http://s0.wp.com/latex.php?latex=%5Cbeta_1+%3D+%5Cbeta_2+%3D+...+%3D+%5Cbeta_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;beta_1 = &#92;beta_2 = ... = &#92;beta_i' title='&#92;beta_1 = &#92;beta_2 = ... = &#92;beta_i' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=r_1%2C+r_2%2C+...%2C+r_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r_1, r_2, ..., r_i' title='r_1, r_2, ..., r_i' class='latex' />, then the sum <img src='http://s0.wp.com/latex.php?latex=N+%3D+N_1+%2B+N_2+%2B+...+%2B+N_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N = N_1 + N_2 + ... + N_i' title='N = N_1 + N_2 + ... + N_i' class='latex' /> is negative binomial and has parameters <img src='http://s0.wp.com/latex.php?latex=%5Cbeta+%3D+%5Cbeta_1&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;beta = &#92;beta_1' title='&#92;beta = &#92;beta_1' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=r+%3D+r_1%2Br_2%2B...%2Br_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r = r_1+r_2+...+r_i' title='r = r_1+r_2+...+r_i' class='latex' />.  Note: <img src='http://s0.wp.com/latex.php?latex=%5Cbeta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;beta' title='&#92;beta' class='latex' />&#8216;s must be the same.</li>
</ol>
<h2>
<div>Geometric:</div>
</h2>
<div style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cbegin%7Barray%7D%7Blr%7D+%5Cdisplaystyle+p_n+%3D+%5Cfrac%7B%5Cbeta%5En%7D%7B%5Cleft%281%2B%5Cbeta%5Cright%29%5E%7Bn%2B1%7D%7D+%26+%5Cbeta%3E0+%5Cend%7Barray%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;begin{array}{lr} &#92;displaystyle p_n = &#92;frac{&#92;beta^n}{&#92;left(1+&#92;beta&#92;right)^{n+1}} &amp; &#92;beta&gt;0 &#92;end{array}' title='&#92;begin{array}{lr} &#92;displaystyle p_n = &#92;frac{&#92;beta^n}{&#92;left(1+&#92;beta&#92;right)^{n+1}} &amp; &#92;beta&gt;0 &#92;end{array}' class='latex' /></div>
<div style="text-align:left;">Properties:</div>
<div style="text-align:left;">
<ol>
<li>Parameter is <img src='http://s0.wp.com/latex.php?latex=%5Cbeta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;beta' title='&#92;beta' class='latex' />.</li>
<li>Mean is <img src='http://s0.wp.com/latex.php?latex=%5Cbeta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;beta' title='&#92;beta' class='latex' />.</li>
<li>Variance is <img src='http://s0.wp.com/latex.php?latex=%5Cbeta%5Cleft%281%2B%5Cbeta%5Cright%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;beta&#92;left(1+&#92;beta&#92;right)' title='&#92;beta&#92;left(1+&#92;beta&#92;right)' class='latex' />.</li>
<li>If <img src='http://s0.wp.com/latex.php?latex=N_1%2C+N_2%2C+...%2C+N_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N_1, N_2, ..., N_i' title='N_1, N_2, ..., N_i' class='latex' /> are geometric with parameter <img src='http://s0.wp.com/latex.php?latex=%5Cbeta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;beta' title='&#92;beta' class='latex' />, then the sum <img src='http://s0.wp.com/latex.php?latex=N+%3D+N_1%2BN_2%2B...%2BN_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N = N_1+N_2+...+N_i' title='N = N_1+N_2+...+N_i' class='latex' /> is negative binomial with parameters <img src='http://s0.wp.com/latex.php?latex=%5Cbeta&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;beta' title='&#92;beta' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=r+%3D+i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='r = i' title='r = i' class='latex' />.</li>
</ol>
<h2>
<div>Binomial:</div>
</h2>
<div style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+p_n+%3D+%7B%7Bm%7D+%5Cchoose+%7Bn%7D%7Dq%5En%5Cleft%281-q%5Cright%29%5E%7Bm-n%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle p_n = {{m} &#92;choose {n}}q^n&#92;left(1-q&#92;right)^{m-n}' title='&#92;displaystyle p_n = {{m} &#92;choose {n}}q^n&#92;left(1-q&#92;right)^{m-n}' class='latex' /></div>
<div style="text-align:left;">where <img src='http://s0.wp.com/latex.php?latex=m&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='m' title='m' class='latex' /> is a positive integer, <img src='http://s0.wp.com/latex.php?latex=0%3Cq%3C1&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='0&lt;q&lt;1' title='0&lt;q&lt;1' class='latex' />.</div>
<div style="text-align:left;">Properties:</div>
<div style="text-align:left;">
<ol>
<li>Parameters are <img src='http://s0.wp.com/latex.php?latex=m&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='m' title='m' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=q&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='q' title='q' class='latex' />.</li>
<li>Mean is <img src='http://s0.wp.com/latex.php?latex=mq&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='mq' title='mq' class='latex' />.</li>
<li>Variance is <img src='http://s0.wp.com/latex.php?latex=mq%5Cleft%281-q%5Cright%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='mq&#92;left(1-q&#92;right)' title='mq&#92;left(1-q&#92;right)' class='latex' />.</li>
<li>Variance is always less than mean.</li>
<li>If <img src='http://s0.wp.com/latex.php?latex=N_1%2C+N_2%2C+...%2C+N_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N_1, N_2, ..., N_i' title='N_1, N_2, ..., N_i' class='latex' /> is binomial with parameters <img src='http://s0.wp.com/latex.php?latex=q&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='q' title='q' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=m_1%2C+m_2%2C+...%2C+m_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='m_1, m_2, ..., m_i' title='m_1, m_2, ..., m_i' class='latex' />, then the sum <img src='http://s0.wp.com/latex.php?latex=N%3DN_1%2BN_2%2B...%2BN_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='N=N_1+N_2+...+N_i' title='N=N_1+N_2+...+N_i' class='latex' /> is binomial with parameters <img src='http://s0.wp.com/latex.php?latex=q&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='q' title='q' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=m+%3D+m_1%2Bm_2%2B...%2Bm_i&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='m = m_1+m_2+...+m_i' title='m = m_1+m_2+...+m_i' class='latex' />.</li>
</ol>
<h2>
<div>The (a,b,0) recursion:</div>
</h2>
<div>These distributions can be reparameterized into a recursive formula with parameters <img src='http://s0.wp.com/latex.php?latex=a&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='a' title='a' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=b&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='b' title='b' class='latex' />.  When reparameterized, they all have the same recursive format.</div>
<div style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+p_k+%3D+%5Cleft%28a%2B+%5Cfrac%7Bb%7D%7Bk%7D%5Cright%29p_%7Bk-1%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle p_k = &#92;left(a+ &#92;frac{b}{k}&#92;right)p_{k-1}' title='&#92;displaystyle p_k = &#92;left(a+ &#92;frac{b}{k}&#92;right)p_{k-1}' class='latex' /></div>
<div style="text-align:left;">It is more common to write</div>
<div style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Cfrac%7Bp_k%7D%7Bp_k-1%7D+%3D+a%2B%5Cfrac%7Bb%7D%7Bk%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle &#92;frac{p_k}{p_k-1} = a+&#92;frac{b}{k}' title='&#92;displaystyle &#92;frac{p_k}{p_k-1} = a+&#92;frac{b}{k}' class='latex' /></div>
<div style="text-align:left;">The parameters <img src='http://s0.wp.com/latex.php?latex=a&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='a' title='a' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=b&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='b' title='b' class='latex' /> are different for each distribution.</div>
<div style="text-align:left;">
<ol>
<li><strong>Poisson</strong>:<br />
<img src='http://s0.wp.com/latex.php?latex=a+%3D+0&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='a = 0' title='a = 0' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=b+%3D%5Clambda&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='b =&#92;lambda' title='b =&#92;lambda' class='latex' />.</li>
<li><strong>Negative Binomial</strong>:<br />
<img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+a+%3D+%5Cfrac%7B%5Cbeta%7D%7B1%2B%5Cbeta%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle a = &#92;frac{&#92;beta}{1+&#92;beta}' title='&#92;displaystyle a = &#92;frac{&#92;beta}{1+&#92;beta}' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+b+%3D+%5Cleft%28r-1%5Cright%29%5Cfrac%7B%5Cbeta%7D%7B1%2B%5Cbeta%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle b = &#92;left(r-1&#92;right)&#92;frac{&#92;beta}{1+&#92;beta}' title='&#92;displaystyle b = &#92;left(r-1&#92;right)&#92;frac{&#92;beta}{1+&#92;beta}' class='latex' />.</li>
<li><strong>Geometric</strong>:<br />
<img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+a+%3D+%5Cfrac%7B%5Cbeta%7D%7B1%2B%5Cbeta%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle a = &#92;frac{&#92;beta}{1+&#92;beta}' title='&#92;displaystyle a = &#92;frac{&#92;beta}{1+&#92;beta}' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+b+%3D+0&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle b = 0' title='&#92;displaystyle b = 0' class='latex' />.</li>
<li><strong>Binomial</strong>:<br />
<img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+a+%3D+-%5Cfrac%7Bq%7D%7B1-q%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle a = -&#92;frac{q}{1-q}' title='&#92;displaystyle a = -&#92;frac{q}{1-q}' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+b+%3D+%5Cleft%28m%2B1%5Cright%29%5Cfrac%7Bq%7D%7B1-q%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;displaystyle b = &#92;left(m+1&#92;right)&#92;frac{q}{1-q}' title='&#92;displaystyle b = &#92;left(m+1&#92;right)&#92;frac{q}{1-q}' class='latex' />.</li>
</ol>
<div><strong>Pop Quiz!</strong></div>
<div>
<ol>
<li>A frequency distribution has a = 0.8 and b = 1.2.  What distribution is this?<br />
Answer: <span style="color:#ffffff;">Negative Binomial because both parameters are positive.</span> </li>
<li>A frequency distribution has mean 1 and variance 0.5.  What distribution is this?<br />
Answer: <span style="color:#ffffff;">Binomial because the variance is less than the mean.</span> </li>
</ol>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tkchen.wordpress.com/151/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tkchen.wordpress.com/151/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tkchen.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tkchen.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tkchen.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tkchen.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tkchen.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tkchen.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tkchen.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tkchen.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tkchen.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tkchen.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tkchen.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tkchen.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tkchen.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tkchen.wordpress.com/151/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=151&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tkchen.wordpress.com/2008/08/24/frequency-models/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5894e4d0db98e120bd60eda989fba996?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">uclatommy</media:title>
		</media:content>
	</item>
		<item>
		<title>Bonuses, Dividends, and Refunds</title>
		<link>http://tkchen.wordpress.com/2008/08/20/bonuses-dividends-and-refunds/</link>
		<comments>http://tkchen.wordpress.com/2008/08/20/bonuses-dividends-and-refunds/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 23:59:51 +0000</pubDate>
		<dc:creator>uclatommy</dc:creator>
				<category><![CDATA[Coverage Modifications]]></category>
		<category><![CDATA[Bonus]]></category>
		<category><![CDATA[Dividend]]></category>
		<category><![CDATA[Expected Value]]></category>
		<category><![CDATA[Limited Expected Value]]></category>
		<category><![CDATA[Max]]></category>
		<category><![CDATA[Min]]></category>
		<category><![CDATA[Refund]]></category>

		<guid isPermaLink="false">http://tkchen.wordpress.com/?p=139</guid>
		<description><![CDATA[If a policy pays a reward to the participants when losses are below a certain level, this is a particular type of  problem which Weishaus calls a &#8220;bonus&#8221; problem.  The bonus, dividend, or refund amount is expressed as a maximum &#8230; <a href="http://tkchen.wordpress.com/2008/08/20/bonuses-dividends-and-refunds/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=139&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If a policy pays a reward to the participants when losses are below a certain level, this is a particular type of  problem which Weishaus calls a &#8220;bonus&#8221; problem.  The bonus, dividend, or refund amount is expressed as a maximum between 0 and the refunded amount.  For example, a 15% refund is paid on the difference between the $100 premium and the loss <img src='http://s0.wp.com/latex.php?latex=L&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='L' title='L' class='latex' />.  No refund is paid if losses exceed $100.  The refund amount <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='R' title='R' class='latex' /> can be expressed as</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=R+%3D+0.15+%5Cmax+%280%2C+100-L%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='R = 0.15 &#92;max (0, 100-L)' title='R = 0.15 &#92;max (0, 100-L)' class='latex' /></p>
<p style="text-align:left;">The key to finding the expected refund is knowing how to manipulate the max function and rewrite it as a min.  We can rewrite as</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=%5Cbegin%7Barray%7D%7Brll%7D+R+%26%3D%26+0.15+%5Cmax+%28100-100%2C100-L%29+%5C%5C+%26%3D%26+0.15%28100-%5Cmin+%28100%2CL%29%29+%5Cend%7Barray%7D&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='&#92;begin{array}{rll} R &amp;=&amp; 0.15 &#92;max (100-100,100-L) &#92;&#92; &amp;=&amp; 0.15(100-&#92;min (100,L)) &#92;end{array}' title='&#92;begin{array}{rll} R &amp;=&amp; 0.15 &#92;max (100-100,100-L) &#92;&#92; &amp;=&amp; 0.15(100-&#92;min (100,L)) &#92;end{array}' class='latex' /></p>
<p style="text-align:left;">So the expected value is given by</p>
<p style="text-align:center;"><img src='http://s0.wp.com/latex.php?latex=E%5BR%5D+%3D+0.15%28100+-+E%5BL+%5Cwedge+100%5D%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='E[R] = 0.15(100 - E[L &#92;wedge 100])' title='E[R] = 0.15(100 - E[L &#92;wedge 100])' class='latex' /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tkchen.wordpress.com/139/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tkchen.wordpress.com/139/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tkchen.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tkchen.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tkchen.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tkchen.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tkchen.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tkchen.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tkchen.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tkchen.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tkchen.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tkchen.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tkchen.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tkchen.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tkchen.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tkchen.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tkchen.wordpress.com&amp;blog=3817157&amp;post=139&amp;subd=tkchen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tkchen.wordpress.com/2008/08/20/bonuses-dividends-and-refunds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5894e4d0db98e120bd60eda989fba996?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">uclatommy</media:title>
		</media:content>
	</item>
	</channel>
</rss>
