print.LogConcDEAD: Summarizing log-concave maximum likelihood estimator

View source: R/print.LogConcDEAD.R

print.LogConcDEADR Documentation

Summarizing log-concave maximum likelihood estimator

Description

Generic print and summary method for objects of class "LogConcDEAD"

Usage

## S3 method for class 'LogConcDEAD'
print(x, ...)
## S3 method for class 'LogConcDEAD'
summary(object, ...)
    

Arguments

x

Object of class "LogConcDEAD" (typically output from mlelcd), as required by print

object

Object of class "LogConcDEAD" (typically output from mlelcd), as required by summary

...

Other arguments passed to print or summary

Details

print and summary currently perform the same function.

If there has been an error computing the maximum likelihood estimator, an error message is printed.

Otherwise, the value of the log maximum likelihood estimator at observation points is printed. The number of interations required by the subgradient and the number of function evaluations are also printed.

Value

No return value, log MLE at observation points will be printed out on the screen.

Author(s)

Madeleine Cule

Robert B. Gramacy

Richard Samworth

See Also

mlelcd


LogConcDEAD documentation built on Sept. 12, 2024, 6:48 a.m.