R/F_code.R

Defines functions F_code

F_code <-
function(x, w, mean, sd) {
	res <- sum(w*pnorm(x, mean = mean, sd = sd))
	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.