binomial distribution

  • Thread starter Thread starter Guest
  • Start date Start date
Adynne wrote...
How do I generate observations using binomial distribution? Pls help.

N trials would require N separate cells. Each trial has an independen
probability of success of p, with 0 < p < 1. So if you want simulate
counts of successes, you'd need to enter the formula =RAND() in a
N-cell range named Trials , then generate your sample values using th
formula

=COUNTIF(Trials,"<="&p)

There's no way to do this in a single cell formula using only built-i
functions
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top