chorussell.lp.fn | R Documentation |
chorussell
procedure when the sample estimates are
non-infiniteThis function carries out one set of computation in the
chorussell
procedure to check whether the set of
values satisfy the constraints in the chorussell
procedure. In particular, given one candidate of the lower bound, it
checks all possible pairs with the upper bounds and determine whether they
satisfy the constraints.
chorussell.lp.fn(
x,
lb.can1,
lb.can2,
ub.can1,
ub.can2,
ub.can,
alpha,
pbar,
ci,
kappa,
k,
progress
)
x |
A candidate lower bound. |
lb.can1 |
The vector of values that corresponds to
|
lb.can2 |
The vector of values that corresponds to
|
ub.can1 |
The vector of values that corresponds to
|
ub.can2 |
The vector of values that corresponds to
|
ub.can |
All candidates of the upper bounds. |
alpha |
The significance level. This can be a vector. |
pbar |
The progress bar object. |
ci |
A boolean variable that indicates whether a |
kappa |
The tuning parameter used in the second step of the two-step procedure for obtaining the bounds subject to the shape constraints. It can be any nonnegative number or a vector of nonnegative numbers. |
k |
Iteration number. |
progress |
The boolean variable for whether the progress bars should
be displayed. If it is set as |
Returns a data frame.
df |
A data frame that contains the pairs of feasible lower bounds and upper bounds, as well as their sum. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.