print.JPEX_Parameters {DRIP} | R Documentation |
Print Parameter Selection Results in JPEX Deblurring
Description
Display information about a JPEX parameter selection object.
Usage
## S3 method for class 'JPEX_Parameters'
print(x, type = "all", ...)
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. |
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.
Value
A display of parameter selection results in JPEX estimation.
Author(s)
Yicheng Kang
References
Kang, Y. (2020) “Consistent Blind Image Deblurring Using Jump-Preserving Extrapolation”, Journal of Computational and Graphical Statistics, 29(2), 372 – 382, doi:10.1080/10618600.2019.1665536.
See Also
Examples
parSel <- cv.jpex(stopsign, c(2,3))
print(parSel, type = "all")