ea_phi_exp_4_DL_LB | R Documentation |
Finds the global bound of the phi function between a given interval
ea_phi_exp_4_DL_LB(mean, beta, precondition)
mean |
mean value |
beta |
beta value |
precondition |
precondition value |
The global lower bound of phi
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.