summary.JPEX_Parameters | R Documentation |
Summarize and display key information about a JPEX parameter selection object.
## S3 method for class 'JPEX_Parameters'
summary(object, ...)
object |
A JPEX parameter selection object. |
... |
Further arguments passed to or from other methods. |
Summarize some key information about a JPEX parameter selection object. In particular, it displays the chosen bandwidth and estimated noise level.
A brief 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
, print.JPEX_Parameters
,
plot.JPEX_Parameters
parSel <- cv.jpex(stopsign, c(2,3))
summary(parSel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.