numerical_invert_ci: A function for inverting tests numerically

Description Usage Arguments

Description

A function for inverting tests numerically

Usage

1
2
numerical_invert_ci(cdf, quantile, init = 0, step_size = 0.1,
  lbound = -Inf, ubound = Inf, ...)

Arguments

cdf

a cdf function, the first argument of which is the parameter for which a ci is to be computed.

quantile

the ci quantile to be computed.

init

a value from which to start the search.

step_size

step size for searching for the neighborhood of the correct ci quantile.

lbound

lower bound on the values the parameter can take.

ubound

upper bound on the values the parameter can take.

...

additional arguments for cdf function.


ammeir2/CoReAnalysis documentation built on May 17, 2019, 1:28 p.m.