View source for Binomial distribution

You do not have permission to edit this page, for the following reason:

The action you have requested is limited to users in one of the groups: Administrators, BetaTester, ActiveSupport, Staff, Partners, IPS.


You can view and copy the source of this page.

Return to Binomial distribution.

Comments


Marksmith

93 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

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

You are not allowed to post comments.