R/others/Fn.Bernshtein.aux.R

Defines functions Fn.Bernshtein.aux

#' @title Fn.Bernshtein
#' @description Fn.Bernshtein
#' @param u non-excedance probabilities
#' @param xg given x
#' @param xy real data
#' @export
Fn.Bernshtein.aux <- function(u, xg, xy) Fn.inv.Bernshtein(u, xy[,1]) - xg
mathphysmx/bernstein documentation built on Sept. 3, 2019, 12:57 p.m.