R/qsim.norm.R

qsimplex.norm <-
function (p, mu, sig) {
	return(mu + qnorm(p) * sig * sqrt(mu^3 * (1-mu)^3))
}

Try the simplexreg package in your browser

Any scripts or data that you put into this service are public.

simplexreg documentation built on May 1, 2019, 7:12 p.m.