Learn R Programming

DRIP (version 2.3)

summary.JPEX_Parameters: Summarize Parameter Selection Results in JPEX Deblurring

Description

Summarize and display key information about a JPEX parameter selection object.

Usage

# S3 method for JPEX_Parameters
summary(object, ...)

Value

A brief display of parameter selection results in JPEX estimation.

Arguments

object

A JPEX parameter selection object.

...

Further arguments passed to or from other methods.

Author

Yicheng Kang

Details

Summarize some key information about a JPEX parameter selection object. In particular, it displays the chosen bandwidth and estimated noise level.

References

Kang, Y. (2020) ``Consistent Blind Image Deblurring Using Jump-Preserving Extrapolation'', Journal of Computational and Graphical Statistics, 29(2), 372 -- 382, tools:::Rd_expr_doi("10.1080/10618600.2019.1665536").

See Also

cv.jpex, print.JPEX_Parameters, plot.JPEX_Parameters

Examples

Run this code
parSel <- cv.jpex(stopsign, c(2,3))
summary(parSel)

Run the code above in your browser using DataLab