<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173072</link>
    <title>MATLAB Central Newsreader - double integration with matlab?</title>
    <description>Feed for thread: double integration with matlab?</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Wed, 23 Jul 2008 01:41:02 -0400</pubDate>
      <title>double integration with matlab?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173072#444774</link>
      <author>FENG GUO</author>
      <description>Hi, evvryone!&lt;br&gt;
&lt;br&gt;
How to compute the following rectangle double integration &lt;br&gt;
problem:&lt;br&gt;
int_{-c}^{c} int_{-c}^{c} f(x,y) dy dx&lt;br&gt;
&lt;br&gt;
where c is a given positive real value and f(x,y) is the &lt;br&gt;
PDF function of the standard bivariate normal distribution, &lt;br&gt;
i.e., &lt;br&gt;
f(x,y) = exp(-(x^2-2*r*x*y+y^2)/2/(1-r^2))/(2* pi* sqrt(1- &lt;br&gt;
r^2))&lt;br&gt;
&lt;br&gt;
thank you very much!</description>
    </item>
    <item>
      <pubDate>Wed, 23 Jul 2008 05:52:02 -0400</pubDate>
      <title>Re: double integration with matlab?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173072#444795</link>
      <author>Bruno Luong</author>
      <description>&quot;FENG GUO&quot; &amp;lt;GUO1972@2911.NET&amp;gt; wrote in message&lt;br&gt;
&amp;lt;g6627e$kiu$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi, evvryone!&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; How to compute the following rectangle double integration &lt;br&gt;
&amp;gt; problem:&lt;br&gt;
&amp;gt; int_{-c}^{c} int_{-c}^{c} f(x,y) dy dx&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; where c is a given positive real value and f(x,y) is the &lt;br&gt;
&amp;gt; PDF function of the standard bivariate normal distribution, &lt;br&gt;
&amp;gt; i.e., &lt;br&gt;
&amp;gt; f(x,y) = exp(-(x^2-2*r*x*y+y^2)/2/(1-r^2))/(2* pi* sqrt(1- &lt;br&gt;
&amp;gt; r^2))&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; thank you very much!&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
You might consider to use exact formula (see function ERF)&lt;br&gt;
in one dimension and numerical integration in the other (see&lt;br&gt;
QUAD).&lt;br&gt;
&lt;br&gt;
Bruno</description>
    </item>
  </channel>
</rss>

