Binomial distribution

Revision as of 03:18, 26 April 2007 by ReneeB (talk | contribs) (adding doc status category stub page)


(stub)

Comments


Marksmith

101 months ago
Score 0
It would still be useful to have a built-in function, say Binomial(n,p,k1,k2) that samples from the conditional Binomial distribution X|k1<=X<=k2. UDFs for the conditional Poisson are easier to write and operate quicker than for the conditional Binomial.

Lchrisman

78 months ago
Score 0
Mark -- Try: Truncate( Binomial(n, p), k1, k2 )

You are not allowed to post comments.