New Reply

Matlab and Mathematica can't do this integration

 
Share Thread
Jun21-11, 04:01 PM   #1
 

Matlab and Mathematica can't do this integration


Hello,

While doing a research, I obtained the following PDF:



[itex]f_{Z}[/itex][itex](z)=\frac{1}{2\pi\sigma^{2}_{1}\sigma^{2}_{2}}[/itex][itex]e^{-\frac{1}{2} ( \frac{\mu^{2}_{1}}{\sigma^{2}_{1}} + \frac{\mu^{2}_{2}}{\sigma^{2}_{2}})}[/itex][itex]\int^{2\pi}_{0}ze^{-\frac{1}{2\sigma^{2}_{1}\sigma^{2}_{2}}\{ \sigma^{2}_{2}z^{2}cos^{2}\theta+ \sigma^{2}_{1}z^{2}sin^{2}\theta-2\sigma^{2}_{2}\mu_{1}zcos\theta-2\sigma^{2}_{1}\mu_{2}zsin\theta \} }[/itex]



This integral won't be in a closed form. In addition to that, I have to integrate this PDF to get a CDF. Since this PDF is what I calculated, I want to check the CDF is going to be 1 as z goes to infinity.

However, both matlab and mathematica cannot integrate this PDF. Please help me with this annoying integration.

I appreciated it in advance.
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Jun21-11, 04:04 PM   #2
 
mu's and sigma's can be any number. And in this case, mu1 and mu2 are different, and sig1 and sig2 are different as well.
Jun21-11, 07:45 PM   #3
 
Recognitions:
Science Advisor Science Advisor
With respect to which variable is the integration to be performed? [itex] dz [/itex] ?, [itex] d\theta [/itex] ?
Jun21-11, 09:51 PM   #4
 
Recognitions:
Science Advisor Science Advisor

Matlab and Mathematica can't do this integration


If your interest is only [itex] \int_{-\infty}^{\infty} f_Z(z) dz [/itex] have you tried changing the order of integration?

Let [itex] h(z,\theta) = [/itex] the messy function you are dealing with.

Taking some liberties with limits and the order of integration, which you would need to justify, we have:

[tex] \int_{-\infty}^{\infty} f_Z(z)dz = \lim_{a \rightarrow \infty} \int_{-a}^{a} f_Z(z) dz [/tex]

[tex] = \lim_{a \rightarrow \infty} \int_{-a}^{a} \int_{0}^{2\pi} h(z,\theta) d\theta\ dz [/tex]

[tex] = \int_{0}^{2\pi} \left( \lim_{a \rightarrow \infty} \int_{-a}^{a} h(z,\theta)\ dz \right) \ d\theta [/tex]
Jun21-11, 10:48 PM   #5
 
Oh i forgot to put that. It's dtheta, not dz.

And I have tried what you are talking about, and I got no good results. Since the integration does not have a closed form, replacing it with a and using limit function was not helpful.
Jun21-11, 11:46 PM   #6
 
Recognitions:
Science Advisor Science Advisor
Quote by ay0034 View Post
Since the integration does not have a closed form.
Which integration does not have a closed form?
[tex] \int z e^{C_1 z^2 + C_2 z} dz [/tex] ?
Jun21-11, 11:53 PM   #7
 
Both of them. With respect to theta and with respect to z.
Jun22-11, 01:02 PM   #8
 
Recognitions:
Science Advisor Science Advisor
In the problem you are working, can you rescale the random variables so that the means of the rescaled variables are 0 and their standard deviations are 1 ?
Jun22-11, 01:05 PM   #9
 
Unfortunately, I can't. If so, my PDF would be a Rayleigh distribution and I can take advantage of existing information out there. That is my problem.
Jun22-11, 01:41 PM   #10
 
Recognitions:
Science Advisor Science Advisor
wrt z you could get the answer in terms of the error-function, if you want that.
Jun22-11, 01:46 PM   #11
 
You're right. The thing is I have to integrate that error function with respect to theta. I almost gave up to do this double integration, and am trying to calculate mean and variance. But without a closed form PDF, that looks impossible as well.
Jun22-11, 01:55 PM   #12
 
Recognitions:
Science Advisor Science Advisor
I'm trying to relate this problem to your thread on "Chi or Rayleigh or Ricean?". It looks like you are transforming to polar coordinates by X = z cos(theta) , Y = z sin(theta). Does the z in front of the exponential come from the volume element for polar coordinate integration? If so, isn't this calculation for a CDF rather than a PDF ? (I'm just guessing about your intentions.)
Jun22-11, 02:07 PM   #13
 
Yes, the PDF I wrote down is already transformed to a polar coordinates. And z you refered to came from the fact that dxdy is transformed to r*drd[itex]\theta[/itex].

As you know, this is kind of a function of r.v., I began with a CDF, transformed it to a polar coordinates, and took derivative of the CDF with respect to z so I get a PDF.

Matlab can numerically calculate values of PDF at each point, but cannot integrate it numerically nor symbolically.
Jun23-11, 03:56 AM   #14
 
As far as I can see, your integrand is only the product of two normal distributions over x and y, i.e. a bivariate normal distribution with zero covariance. Why do you want to express this in polar coordinates? The integral from from z=0 to infinity will indeed be equal to one, of course very easily demonstrated in cartesian coordinates.

If you absolutely want to express it in polar coordinates, the expression will be quite simple (with simple analytical expressions for the primitive functions of integrals) if you set mu_1 and mu_2 as the centre of your polar coordinates.
Jun23-11, 09:05 AM   #15
 
Recognitions:
Science Advisor Science Advisor
Quote by winterfors View Post
Why do you want to express this in polar coordinates?
http://www.physicsforums.com/showthread.php?t=507750
Jun23-11, 04:43 PM   #16
 
Quote by ay0034 View Post
...am trying to calculate mean and variance. But without a closed form PDF, that looks impossible as well.
Are you only after the mean and variance? In that case, I would not bother trying to calculate the distribution over Z, but just numerically evaluate the mean and variance of Z by integrating over X and Y (will work fine for any values of means and variances of the two normal distributions)
Jun28-11, 01:56 PM   #17
 
Recognitions:
Homework Helper Homework Help
I didn't check the integrand, but if it does not have a closed form, and you want a numeric value then your alternatives are quadrature or simulation. The integral is one-dimensional? then Quadrature should work fine.
New Reply

Tags
cdf, integration, mathematica, matlab, pdf

Similar discussions for: Matlab and Mathematica can't do this integration
Thread Forum Replies
MATLAB and Mathematica help Math & Science Software 0
matlab vs mathematica Math & Science Software 20
how write the 'for' loop in mathematica Math & Science Software 11
how to write matlab code in mathematica Math & Science Software 0
Matlab/Mathematica help! Math & Science Software 1