getinfolcd {LogConcDEAD} | R Documentation |
Construct an object of class LogConcDEAD
Description
A function to construct an object of class LogConcDEAD
from a
dataset (given as a matrix) and the value of the log maximum
likelihood estimator at datapoints.
Usage
getinfolcd(x, y, w = rep(1/length(y), length(y)), chtol = 10^-6,
MinSigma = NA, NumberOfEvaluations = NA)
Arguments
x |
Data in |
y |
Value of log of maximum likelihood estimator at data points |
w |
Vector of weights
subject to the restriction that |
chtol |
Tolerance for computation of convex hull. Altering this is not recommended. |
MinSigma |
Real-valued scalar giving minimum value of the objective function |
NumberOfEvaluations |
Vector containing the number of steps, number of function
evaluations, and number of subgradient evaluations. If the SolvOpt
algorithm fails, the first component will be an error code |
Details
This function is used in mlelcd
Value
An object of class "LogConcDEAD"
, with the following
components:
x |
Data copied from input (may be reordered) |
w |
weights copied from input (may be reordered) |
logMLE |
|
NumberOfEvaluations |
Vector containing the number of steps, number of function
evaluations, and number of subgradient evaluations. If the SolvOpt
algorithm fails, the first component will be an error code |
MinSigma |
Real-valued scalar giving minimum value of the objective function |
b |
|
beta |
|
triang |
|
verts |
|
vertsoffset |
|
chull |
Vector containing vertices of faces of the convex hull of the data |
outnorm |
|
outoffset |
|
Author(s)
Madeleine Cule
Robert B. Gramacy
Richard Samworth
Yining Chen