R/f_baf.R

Defines functions f_baf

Documented in f_baf

#' f_baf
#' @keywords internal
#' @export
f_baf <- function(x,beta,var=.0008) -sum(log(exp(-(beta-x)^2/var/2)+exp(-(beta-1+x)^2/var/2)))

Try the EstMix package in your browser

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

EstMix documentation built on May 2, 2019, 7:25 a.m.