summary.Three_Stage_Parameters | R Documentation |
Summarize and display key information about a 3-stage estimation bandwidth selection object.
## S3 method for class 'Three_Stage_Parameters'
summary(object, ...)
object |
A three-stage estimation bandwidth selection object. |
... |
Further arguments passed to or from other methods. |
Summarize some information about a three-stage estimation bandwidth selection object. In particular, this method prints the cross-validation or modified cross-validation scores and the selected bandwidth.
A brief display of bandwidth selection results in three-stage estimation.
Yicheng Kang
Qiu, P. and Kang, Y. (2015) “Blind Image Deblurring Using Jump Regression Analysis”, Statistica Sinica, 25, 879 – 899, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.5705/ss.2014.054")}.
threeStageParSel
, print.Three_Stage_Parameters
,
plot.Three_Stage_Parameters
## Not run:
step.edges <- stepEdge(peppers, bandwidth = 9, thresh = 17)
roof.edges <- roofEdge(peppers, bandwidth = 6, thresh = 3000,
edge1 = step.edges)
set.seed(24)
# Time consuming
parSel <- threeStageParSel(image = peppers, edge1 = step.edges,
edge2 = roof.edges, bandwidth = 3:4, nboot = 1, blur = TRUE)
summary(parSel)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.