chorussell.lp | R Documentation |
(1-\alpha)
-confidence interval in the
chorussell
procedureThis function computes the (1-\alpha)
-confidence
interval in the chorussell
procedure by solving the
optimization problem.
chorussell.lp(
lb.can1,
lb.can2,
ub.can1,
ub.can2,
n,
R,
alpha,
ub,
lb,
logical.ub,
logical.lb,
remove.const,
ci,
kappa,
k = 0,
progress,
df.lb,
df.ub
)
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
|
n |
The sample size. This is only required if |
R |
The number of bootstrap replications. |
alpha |
The significance level. This can be a vector. |
ub |
The sample upper bound. |
lb |
The sample lower bound. |
logical.ub |
The logical upper bound. |
logical.lb |
The logical lower bound. |
remove.const |
A boolean variable. This determine whether the constraints are to be removed. |
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 |
df.lb |
The list of lower bounds that are obtained from the simplified program. |
df.ub |
The list of upper bounds that are obtained from the simplified program. |
Returns the following list of objects:
bd |
A vector that represents the |
unique |
An indicator variable of whether the solution is unique. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.