cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
eldad_galili
Level III

The Binomial Distribution Model

Hi,

 

How do I calculate in jmp, from the following attached formula binomial.PNGbinomial.PNG

the p (in the right side of the formula), given P(x) (in the left side).

 

thank you very much

2 REPLIES 2
Thierry_S
Super User

Re: The Binomial Distribution Model

Hi,
I think that you might be confused by the Uppercase P and Lowercase p.

I believe that p is the proportion of "positive" events; P is the resulting probability from the equation.
Thierry R. Sornasse
KarenC
Super User (Alumni)

Re: The Binomial Distribution Model

You can use a formula column (or use a script window).  To learn about the formula editor go to the help documentation here: formula editor.

 

Information in the help on the specific formula you are looking for is the Binomial Probability.  

Other variations related to the binomial distribution are also on that page.

Using the formula in a script window (with show embedded log - right click in script window for menu) is shown in the attached screen shot.

 

Recommended Articles