MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

Expected value of the Geometric distribution

  • To: mathgroup at smc.vnet.net
  • Subject: [mg118586] Expected value of the Geometric distribution
  • From: "Tonja Krueger" <tonja.krueger at web.de>
  • Date: Tue, 3 May 2011 08:22:14 -0400 (EDT)

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


  • Prev by Date: Re: Density Matrix Plots
  • Next by Date: Re: Adding computed values to a Contourplot function
  • Previous by thread: Re: Replacements and NIntegrate
  • Next by thread: Re: Expected value of the Geometric distribution