Input the desired variance, number of distributions, and mean of the distributions, returns a value of the variance of each mixture distribution.
desireVar(desVar, num_dist, means, equalWeight = TRUE)
This function can be used to generate the inputs for the rbimod
variances when a specific variance is desired. Especially useful when
attempting to simulate a mixture normal/bimodal distribution.