Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #2093 > unrolled thread

Re: Expected value of the Geometric distribution

Started byAndy Ross <andyr@wolfram.com>
First post2011-05-04 10:35 +0000
Last post2011-05-04 10:35 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.soft-sys.math.mathematica


Contents

  Re: Expected value of the Geometric distribution Andy Ross <andyr@wolfram.com> - 2011-05-04 10:35 +0000

#2093 — Re: Expected value of the Geometric distribution

FromAndy Ross <andyr@wolfram.com>
Date2011-05-04 10:35 +0000
SubjectRe: Expected value of the Geometric distribution
Message-ID<ipra66$10b$1@smc.vnet.net>
On 5/3/2011 7:22 AM, Tonja Krueger wrote:
> Dear everybody,
> Thank you all for your kind help. But I'm still stuck trying to find the expected value for a continuous distribution like the Gumbel distribution or GEV, Weibull.
> Moment[GumbelDistribution[\[Alpha], \[Beta]], 1]
> gives this as result:
> \[Alpha] - EulerGamma \[Beta]
> But when I try using
> Integrate[ E^(-E^(-((x - \[Mu])/\[Beta])) - (x - \[Mu])/\[Beta])/\[Beta]* x, {x, -\[Infinity], \[Infinity]}]
> This is what I get:
> ConditionalExpression[\[Beta] (EulerGamma + Log[E^(\[Mu]/\[Beta])] - E^-E^((\[Mu]/\[Beta])) Log[E^(-(\[Mu]/\[Beta]))] + Log[E^(\[Mu]/\[Beta])])), Re[\[Beta]]>  0]
> I am stumped.
> Tonja
> ___________________________________________________________
> Schon geh=C3=B6rt? WEB.DE hat einen genialen Phishing-Filter in die
> Toolbar eingebaut! http://produkte.web.de/go/toolbar
>
If you Integrate with the assumptions of the distribution you should get 
what you are expecting...

Integrate[(E^(-E^((x - \[Alpha])/\[Beta]) + (x - 
\[Alpha])/\[Beta])*x)/\[Beta],{x,-\[Infinity],\[Infinity]},Assumptions->DistributionParameterAssumptions[GumbelDistribution[\[Alpha],\[Beta]]]]

-Andy

[toc] | [standalone]


Back to top | Article view | comp.soft-sys.math.mathematica


csiph-web