cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

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

Overlaying histograms: Iterating a function through N number of columns?

@PatrickGiuliano , 

 

As a response to our latest discussion : Re: How to overlay histograms in JMP

 

Thanks a lot for the response.

 

Also,

 

1) I would like to get more guidance on ' possibilities of iterating the Overlap function for more columns ( N number of Columns), if possible.

 

the code for : Y Function(N, x):  can be iterated ?

 

 

Y Function(N, x);
For(i = 1, i <= N Col(xm), i++,
ym[i] = Min(Normal Density(xm [i], mean[i], stdev[i]) ; 

 

2) How to label the curves as 'Data1' and 'Data2' as such to recognise which the normal density belongs to?

 

Thank you!

 

0 REPLIES 0

Recommended Articles