R/FHT_prob_infinity.R

Defines functions FHT_prob_infinity

#' @export
FHT_prob_infinity <- function(y0, mu) {
  return(1-exp(-2*y0*mu))
}
vegarsti/fhtboost documentation built on Dec. 14, 2019, 10:44 p.m.