<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Question about stochastic process</title>
    <link>http://www.mapleprimes.com/questions/120801-Question-About-Stochastic-Process</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Fri, 12 Jun 2026 18:24:54 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 18:24:54 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Question about stochastic process</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Question about stochastic process</title>
      <link>http://www.mapleprimes.com/questions/120801-Question-About-Stochastic-Process</link>
    </image>
    <item>
      <title>packet requests</title>
      <link>http://www.mapleprimes.com/questions/120801-Question-About-Stochastic-Process?ref=Feed:MaplePrimes:Question about stochastic process:Comments#answer120811</link>
      <itunes:summary>&lt;p&gt;Suppose the Poisson process N(t) has rate lambda, and you want to find the distribution of the number R[a,b] of packet requests in time interval [a,b] (where s/r &amp;lt; a &amp;lt; a + s/r &amp;lt; b).&amp;nbsp; I'm assuming for simplicity that the first packet request is simultaneous with the file request - this is not important.&amp;nbsp; R[a,b] is (for first packets) the number of file requests in [a,b], plus (for second packets) the number of file requests in [a-1/r, b-1/r], plus ... (for s'th packets) the number of file requests in [a-(s-1)/r, b - (s-1)/r].&amp;nbsp; This can be written sum( k*N(B[k]), k=1..s) where B[1], ..., B[s] are disjoint sets of reals, N(B) is the number of file requests at times in B, and B[1],...,B[s-1] each have measure 2/r while B[s] has measure b - a - (s-1)/r.&lt;br&gt;Since the B[k] are disjoint, N(B[k]) are independent Poisson random variables.&amp;nbsp; The moment generating function of k times a Poisson random variable of parameter p is exp(p*(exp(k*t)-1)).&amp;nbsp; So the moment generating function M(t) of R[a,b] is&lt;br&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=1343eb07c122fd419e21b4b58dfde53c.gif" alt="exp(lambda*(b-a-(s-1)/r)*(exp(s*t)-1))*Product(exp(2*lambda/r*(exp(k*t)-1)),k=0..s-1)"&gt;&lt;/p&gt;
&lt;p&gt;which Maple evaluates as &lt;br&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=fdd857dce50f88e5a631f2ceaaf86f1e.gif" alt="exp(lambda*(b-a-(s-1)/r)*(exp(s*t)-1))*exp(-2*lambda/r*s+2/r/(exp(t)-1)*lambda*exp(s*t))/exp(2/r/(exp(t)-1)*lambda)"&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Suppose the Poisson process N(t) has rate lambda, and you want to find the distribution of the number R[a,b] of packet requests in time interval [a,b] (where s/r &amp;lt; a &amp;lt; a + s/r &amp;lt; b).&amp;nbsp; I'm assuming for simplicity that the first packet request is simultaneous with the file request - this is not important.&amp;nbsp; R[a,b] is (for first packets) the number of file requests in [a,b], plus (for second packets) the number of file requests in [a-1/r, b-1/r], plus ... (for s'th packets) the number of file requests in [a-(s-1)/r, b - (s-1)/r].&amp;nbsp; This can be written sum( k*N(B[k]), k=1..s) where B[1], ..., B[s] are disjoint sets of reals, N(B) is the number of file requests at times in B, and B[1],...,B[s-1] each have measure 2/r while B[s] has measure b - a - (s-1)/r.&lt;br&gt;Since the B[k] are disjoint, N(B[k]) are independent Poisson random variables.&amp;nbsp; The moment generating function of k times a Poisson random variable of parameter p is exp(p*(exp(k*t)-1)).&amp;nbsp; So the moment generating function M(t) of R[a,b] is&lt;br&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=1343eb07c122fd419e21b4b58dfde53c.gif" alt="exp(lambda*(b-a-(s-1)/r)*(exp(s*t)-1))*Product(exp(2*lambda/r*(exp(k*t)-1)),k=0..s-1)"&gt;&lt;/p&gt;
&lt;p&gt;which Maple evaluates as &lt;br&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=fdd857dce50f88e5a631f2ceaaf86f1e.gif" alt="exp(lambda*(b-a-(s-1)/r)*(exp(s*t)-1))*exp(-2*lambda/r*s+2/r/(exp(t)-1)*lambda*exp(s*t))/exp(2/r/(exp(t)-1)*lambda)"&gt;&lt;/p&gt;</description>
      <guid>120811</guid>
      <pubDate>Tue, 31 May 2011 22:27:59 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>Packet inter arrival time distribution.</title>
      <link>http://www.mapleprimes.com/questions/120801-Question-About-Stochastic-Process?ref=Feed:MaplePrimes:Question about stochastic process:Comments#answer121066</link>
      <itunes:summary>&lt;p&gt;Dear Robert,&lt;/p&gt;
&lt;p&gt;Thanks a lot for your complete answer. However for the interval [a,b] we should break it into some 1/r interval and add them together. Am I right?&lt;/p&gt;
&lt;p&gt;Also I have an intution. I think for the interval [a,b] (b-a=1/r) we can consider the number of packets as a Poisson prosess with rate lambda * s where lambda is the rate of file request. It is because of the fact that for interval [a,b] we have N_1 first packets that have poisson distribution(lambda). Also N_2 second packets with the same Poisson distribution(lambda) ... until N_S. Then since they have disjoint interval; they are independent Poison and we can add them together and finally get Poisson process with rate (lambda * s). For the interval [b,c] (c-b=1/r) it the same. However we can not calculate the distribution for [a,c] since [a,b] and [b,c] are not independent. Is there any way to calculate the distribution of [a,c] by using [a,b] and [b,c].&lt;/p&gt;
&lt;p&gt;Also&lt;em&gt;&lt;strong&gt; Is it possible to find the packet interarrival distribution.&lt;/strong&gt;&lt;/em&gt; Thanks a lot.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;
&lt;p&gt;Saeid&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Dear Robert,&lt;/p&gt;
&lt;p&gt;Thanks a lot for your complete answer. However for the interval [a,b] we should break it into some 1/r interval and add them together. Am I right?&lt;/p&gt;
&lt;p&gt;Also I have an intution. I think for the interval [a,b] (b-a=1/r) we can consider the number of packets as a Poisson prosess with rate lambda * s where lambda is the rate of file request. It is because of the fact that for interval [a,b] we have N_1 first packets that have poisson distribution(lambda). Also N_2 second packets with the same Poisson distribution(lambda) ... until N_S. Then since they have disjoint interval; they are independent Poison and we can add them together and finally get Poisson process with rate (lambda * s). For the interval [b,c] (c-b=1/r) it the same. However we can not calculate the distribution for [a,c] since [a,b] and [b,c] are not independent. Is there any way to calculate the distribution of [a,c] by using [a,b] and [b,c].&lt;/p&gt;
&lt;p&gt;Also&lt;em&gt;&lt;strong&gt; Is it possible to find the packet interarrival distribution.&lt;/strong&gt;&lt;/em&gt; Thanks a lot.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;
&lt;p&gt;Saeid&lt;/p&gt;</description>
      <guid>121066</guid>
      <pubDate>Fri, 03 Jun 2011 10:13:31 Z</pubDate>
      <itunes:author>saeidmo</itunes:author>
      <author>saeidmo</author>
    </item>
  </channel>
</rss>