| ea_phi_exp_4_DL_bounds | R Documentation |
Finds the lower and upper bounds of the phi function between a given interval
ea_phi_exp_4_DL_bounds(mean, beta, precondition, lower, upper)
mean |
mean value |
beta |
beta value |
precondition |
precondition value |
lower |
lower end of interval |
upper |
upper end of interval |
A list of components
lower bound of phi
upper bound of phi
mu <- 0.435
beta <- 0.583
precondition <- 1.243
lower <- 0
upper <- 1.2
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_bounds(mean = mu,
beta = beta,
precondition = precondition,
lower = lower,
upper = upper)
col = 'red', lty = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.