R/psim.norm.R

psimplex.norm <-
function (q, mu, sig) {
	return(pnorm((q-mu)/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.