print.JPEX_Parameters | R Documentation |
Display information about a JPEX parameter selection object.
## S3 method for class 'JPEX_Parameters'
print(x, type = "all", ...)
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. |
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.
A display of parameter selection results in JPEX estimation.
Yicheng Kang
Kang, Y. (2020) “Consistent Blind Image Deblurring Using Jump-Preserving Extrapolation”, Journal of Computational and Graphical Statistics, 29(2), 372 – 382, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1080/10618600.2019.1665536")}.
cv.jpex
parSel <- cv.jpex(stopsign, c(2,3))
print(parSel, type = "all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.