Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2074 > unrolled thread
| Started by | David Skulsky <edskulsky@gmail.com> |
|---|---|
| First post | 2011-05-04 10:32 +0000 |
| Last post | 2011-05-04 10:32 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.soft-sys.math.mathematica
Re: Expected value of the Geometric distribution David Skulsky <edskulsky@gmail.com> - 2011-05-04 10:32 +0000
| From | David Skulsky <edskulsky@gmail.com> |
|---|---|
| Date | 2011-05-04 10:32 +0000 |
| Subject | Re: Expected value of the Geometric distribution |
| Message-ID | <ipr9v7$q0$1@smc.vnet.net> |
Mathematica has provided the simplest form of the result given what it knows about \Beta and \Mu.
If you provide it some additional information (via Assuming) and then Simplify, you will get what you expect:
int = Integrate[E^(-E^(-((x - \[Mu])/\[Beta])) - (x - \[Mu])/\[Beta])/\[Beta]* x, {x, -\[Infinity], \[Infinity]}]
Assuming[{Re[\[Beta]] > 0, \[Mu] > \[Beta]}, Simplify[int]]
EulerGamma \[Beta] + \[Mu]
David
Back to top | Article view | comp.soft-sys.math.mathematica
csiph-web