Learn R Programming

DRIP (version 2.3)

print.JPEX_Parameters: Print Parameter Selection Results in JPEX Deblurring

Description

Display information about a JPEX parameter selection object.

Usage

# S3 method for JPEX_Parameters
print(x, type = "all", ...)

Value

A display of parameter selection results in JPEX estimation.

Arguments

x

A JPEX parameter selection object.

type

The type of information to display. The "cv_scores" option prints the cross-validation scores for each bandwidth. The "bandwidth" option prints the selected bandwidth. The "sigma" option prints the estimated noise level. The "all" option prints all the information.

...

Further arguments passed to or from other methods.

Author

Yicheng Kang

Details

Prints some information about a JPEX parameter selection object. In particular, this method prints the cross-validation scores, the selected 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

Examples

Run this code
parSel <- cv.jpex(stopsign, c(2,3))
print(parSel, type = "all")

Run the code above in your browser using DataLab