KW.control | R Documentation |
These parameters can be passed via the ...
argument of the rcbr
function.
The first three arguments are only relevant if full cell enumeration is employed for
bivariate version of the NPMLE.
KW.control(
uv = NULL,
u = NULL,
v = NULL,
initial = c(0, 0),
epsbound = 1,
epstol = 1e-07,
presolve = 1,
verb = 0
)
uv |
matrix of evaluation points for potential mass points |
u |
grid of evaluation points for potential mass points |
v |
grid of evaluation points for potential mass points |
initial |
initial point for cell enumeration algorithm |
epsbound |
controls how close witness points can be to vertices of a cell |
epstol |
zero tolerance for witness solutions |
presolve |
controls whether Mosek does a presolve of the LP |
verb |
controls verbosity of Mosek solver 0 implies it is quiet |
updated list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.