MathGroup Archive 2006

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

Search the Archive

Binomial Distribution

  • To: mathgroup at smc.vnet.net
  • Subject: [mg71356] Binomial Distribution
  • From: Bruce Colletti <vze269bv at verizon.net>
  • Date: Wed, 15 Nov 2006 06:45:26 -0500 (EST)

Re Mathematica 5.2 under WinXP.

Why doesn't the code below return a rational number?  

X = BinomialDistribution[10, 6/10];
F[x_] := CDF[X, x];
Rationalize@F@4

Thankx.

Bruce


  • Prev by Date: Mathematica and other programs
  • Next by Date: Re: List difference using patterns and substitutions.
  • Previous by thread: RE: Mathematica and other programs
  • Next by thread: Re: Binomial Distribution