Group Abstract Group Abstract

Message Boards Message Boards

0
|
7.8K Views
|
6 Replies
|
4 Total Likes
View groups...
Share
Share this post:

Integrate the following expression?

Posted 7 years ago
Attachments:
POSTED BY: Maha haroon
6 Replies

Exist :

 func[1, -2, -2, -2]
 (* -0.0950309  *)
POSTED BY: Mariusz Iwaniuk
Posted 7 years ago

Dear Mariusz all the parameters are greater than zero. so Obviously it wont exist for any negative value of parameters . sir I didnt get the answer, what is func[[Delta]?NumericQ, [Psi]?NumericQ, [Phi]?NumericQ, t?NumericQ] := Even I replace them with underscore.

POSTED BY: Maha haroon
POSTED BY: Mariusz Iwaniuk
Posted 7 years ago

Dear Sir Why phi approaches to 1.............what about if phi>0?? Thank you Mariusz Iwaniuk, I also try NIntegrate command but it doesnot produce any result . I want mathematica must solve such complex integration .

POSTED BY: Maha haroon
Posted 7 years ago

Mariusz: I think there are two issues: (1) Despite calling for "numerical" integration, I think a symbolic integration is what is wanted, and (2) The posting is a request as opposed to a question and I can't tell if that is a language issue or a point of view issue.

It appears that what is wanted is a symbolic answer that will give a moment generating function in terms of $\psi$, $\phi$, and $\lambda$.

The density function for the random variable $Y$ is

f = (1 + (-1 + (1 -  Exp[-\[Delta]*y])^-\[Psi])^\[Phi])^-2*(\[Delta] *\[Phi]* \[Psi]*
     Exp[-\[Delta]*y]*(1 -Exp[-\[Delta]*y])^(-1 - \[Psi])*(-1 + (1 - Exp[-\[Delta]*y])^-\[Psi])^(-1 + \[Phi]));

$$f=\frac{\delta \psi \phi \exp (-\delta y) (1-\exp (-\delta y))^{-\psi -1} \left((1-\exp (-\delta y))^{-\psi }-1\right)^{\phi -1}}{\left(\left((1-\exp (-\delta y))^{-\psi }-1\right)^{\phi }+1\right)^2}$$

If one sets $\phi \to 1$, then with there seems to be a symbolic answer with $\psi>0$ and $\delta>0$:

mgf = Integrate[Exp[t y] f /. {\[Phi] -> 1}, {y, 0, \[Infinity]}, 
  Assumptions -> {\[Psi] > 0, \[Delta] > 0, t < \[Delta]}]

$$\frac{\psi \Gamma (\psi ) \Gamma \left(1-\frac{t}{\delta }\right)}{\Gamma \left(-\frac{t}{\delta }+\psi +1\right)}$$

I don't know if there is a symbolic (i.e., nice closed form) result

POSTED BY: Jim Baldwin

For numerical integration use: NIntegrate.

POSTED BY: Mariusz Iwaniuk
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard