JMP Script: Random Functions
Hi Folks,I am trying to use a variety of random functions for continuous plots. I find that many exist in JSL, but many do not. Am I missing something here? If you look below you will see in blue the expressions that exist, while those in black do not and I list the variables that I would expect them to take.Thanksrandom normal(mu, sigma);random log normal(mu, sigma);random weibull(beta, alpha); ...