ea_phi_exp_4_DL_LB: Obtain the global lower bound for phi function

View source: R/RcppExports.R

ea_phi_exp_4_DL_LBR Documentation

Obtain the global lower bound for phi function

Description

Finds the global bound of the phi function between a given interval

Usage

ea_phi_exp_4_DL_LB(mean, beta, precondition)

Arguments

mean

mean value

beta

beta value

precondition

precondition value

Value

The global lower bound of phi

Examples

mu <- 0.435
beta <- 0.583
precondition <- 1.243
lower <- 0
upper <- 1.6

curve(ea_phi_exp_4_DL(x, mu, beta, precondition), lower, upper, ylab = 'phi')
abline(v=c(lower, upper))
abline(h=ea_phi_exp_4_DL_LB(mean = mu,
                            beta = beta,
                            precondition = precondition))
abline(h=ea_phi_exp_4_DL_bounds(mean = mu,
                                beta = beta,
                                lower = lower,
                                upper = upper,
                                precondition = precondition), 
      col = 'red', lty = 2)

rchan26/hierarchicalFusion documentation built on Sept. 11, 2022, 10:30 p.m.