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.
Thanks
random normal(mu, sigma);
random log normal(mu, sigma);
random weibull(beta, alpha); //flipflopped ==> alpha, beta
random weibull threshold; //alpha, beta, theta
random extreme vaule(); //lamda, delta
random exponential (); //sigma
random gamma (lamda, scale); //not enough variables
ramdom beta (); //alpha, beta, theta, sigma
random normal mixture([meanvec],[sdvec],[probvec]);
random johnson su(gamma, delta, theta, sigma);
random johnson sb(gamma, delta, theta, sigma);
random johnson sl(gamma, delta, theta, sigma);
random glog(mu, sigma, lambda);