bound_phi_exp_4: Obtain bounds for phi function

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

Finds the lower and upper bounds of the phi function between an interval

Usage

1
bound_phi_exp_4(mean, beta, lower, upper)

Arguments

mean

mean value

beta

real value

lower

lower end of interval

upper

upper end of interval

Value

vector of lower and upper bound of phi-function between [lower, upper]

Examples

1
bound_phi_exp_4(mean = 1/2, beta = 1, interval = c(-2, -1))

rchan26/exp4FusionRCPP documentation built on Nov. 6, 2019, 7:01 p.m.