Description Usage Arguments Details Value Author(s) References See Also Examples
An estimate of the NPMLE is obtained by using projected gradient methods. This method is a special case of the methods described in Wu (1978).
1 2 |
A |
|
pvec |
An initial estimate of the probability vector. |
maxiter |
The maximum number of iterations to take. |
tol |
The tolerance for decreases in likelihood. |
told |
|
tolbis |
The tolerance used in the bisection code. |
keepiter |
A boolean indicating whether to return the number of iterations. |
New directions are selected by the projected gradient method. The new
optimal pvec
is obtained using the bisection algorithm, moving
in the selected direction. Convergence requires both the L_1
distance for the improved pvec
and the change in likelihood to
be below tol
.
An object of class icsurv
containing the following
components:
pf |
The NPMLE of |
sigma |
The cumulative sum of |
lval |
The value of the log likelihood at |
clmat |
The clique matrix. |
method |
The method used, currently only "MPGM" is possible. |
lastchange |
The difference between |
numiter |
The number of iterations carried out. |
eps |
The tolerances used. |
converge |
A boolean indicating whether convergence occurred
within |
iter |
If |
Alain Vandal and Robert Gentleman.
Some Algorithmic Aspects of the Theory of Optimal Designs, C.–F. Wu, 1978, Annals.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.