MathGroup Archive 2007

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

Search the Archive

Re: GammaDistribution versus PoissonDistribution

  • To: mathgroup at smc.vnet.net
  • Subject: [mg79058] Re: GammaDistribution versus PoissonDistribution
  • From: P_ter <peter_van_summeren at yahoo.co.uk>
  • Date: Tue, 17 Jul 2007 03:23:31 -0400 (EDT)

I did this and what I am interested in is, that not always the graphics is visible in my version 6.0:
Manipulate[ Show[{
ListPlot[Table[{i,PDF[PoissonDistribution[m],i]},{i,0,30}]],
Plot[PDF[GammaDistribution[a,b],x],{x,0,30}]
                 },
PlotRange->{-.1,0.2},
{{m,1,"m"},1,20},{{a,1,"a"},0,30},{{b,1,"b"},0.1,2}]
I hope I typed it all correctly.
Any suggestions?
with friendly greetings,
P_ter


  • Prev by Date: data archives
  • Next by Date: internet connection
  • Previous by thread: Re: GammaDistribution versus PoissonDistribution
  • Next by thread: Re: GammaDistribution versus PoissonDistribution