R/F_inv_code.R

Defines functions F_inv_code

F_inv_code <-
function(p, w, mean, sd, br = c(-1000,1000)) {
	G <-  function(x) F_code(x, w, mean, sd) - p
	res <- uniroot(G,br)$root
	res
}

Try the DDPstar package in your browser

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

DDPstar documentation built on April 3, 2025, 8:46 p.m.